Skip to content

Commit e881192

Browse files
author
Junio C Hamano
committed
Merge branch 'maint'
* maint: git-upload-pack: make sure we close unused pipe ends Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES. Documentation/git-svnimport.txt: fix typo.
2 parents b275a0c + 3ac53e0 commit e881192

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Documentation/git-rev-parse.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ its all parents.
265265

266266
Here are a handful examples:
267267

268-
D A B D
269-
D F A B C D F
270-
^A G B D
271-
^A F B C F
272-
G...I C D F G I
273-
^B G I C D F G I
274-
F^@ A B C
275-
F^! H D F H
268+
D G H D
269+
D F G H I J D F
270+
^G D H D
271+
^D B E I J F B
272+
B...C G H D E B C
273+
^D B C E I J F B C
274+
C^@ I J F
275+
F^! D G H D F
276276

277277
Author
278278
------

Documentation/git-svnimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository, or incrementally import into an existing one.
2727
SVN access is done by the SVN::Perl module.
2828

2929
git-svnimport assumes that SVN repositories are organized into one
30-
"trunk" directory where the main development happens, "branch/FOO"
30+
"trunk" directory where the main development happens, "branches/FOO"
3131
directories for branches, and "/tags/FOO" directories for tags.
3232
Other subdirectories are ignored.
3333

0 commit comments

Comments
 (0)