Skip to content

Commit 7e0651a

Browse files
committed
Sync with 1.8.0.2
* maint: Git 1.8.0.2 Documentation/git-stash.txt: add a missing verb git(1): remove a defunct link to "list of authors" Signed-off-by: Junio C Hamano <[email protected]>
2 parents dd6fc7c + 3e53891 commit 7e0651a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/git-stash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

150150
create::

Documentation/git.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation 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
-------
869870
Git was started by Linus Torvalds, and is currently maintained by Junio
870871
C Hamano. Numerous contributions have come from the git mailing list
871-
<[email protected]>. 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+
<[email protected]>. If you have a clone of git.git itself, the
873873
output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
874874
the authors for specific parts of the project.
875875

0 commit comments

Comments
 (0)