File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::
144144
145145 Remove a single stashed state from the stash list. When no `<stash>`
146146 is given, it removes the latest one. i.e. `stash@{0}`, otherwise
147- `<stash>` must a valid stash log reference of the form
147+ `<stash>` must be a valid stash log reference of the form
148148 `stash@{<revision>}`.
149149
150150create::
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
46- * link:v1.8.0.1 /git.html[documentation for release 1.8.0.1 ]
46+ * link:v1.8.0.2 /git.html[documentation for release 1.8.0.2 ]
4747
4848* release notes for
49+ link:RelNotes/1.8.0.2.txt[1.8.0.2],
4950 link:RelNotes/1.8.0.1.txt[1.8.0.1],
5051 link:RelNotes/1.8.0.txt[1.8.0].
5152
@@ -868,8 +869,7 @@ Authors
868869-------
869870Git was started by Linus Torvalds, and is currently maintained by Junio
870871C Hamano. Numerous contributions have come from the git mailing list
871- <git@vger.kernel.org>. For a more complete list of contributors, see
872- http://git-scm.com/about. If you have a clone of git.git itself, the
872+ <git@vger.kernel.org>. If you have a clone of git.git itself, the
873873output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
874874the authors for specific parts of the project.
875875
You can’t perform that action at this time.
0 commit comments