summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-30 06:44:30 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-30 06:44:30 (GMT)
commite8811929344c46aed7669e148527af054eb3e18b (patch)
tree40d3831e5fe145fd283d119dbed981521cd00e98
parentb275a0c9e742e4bbfed9794b1e477000440eaf6a (diff)
parent3ac53e0d13fa7483cce90eb6a1cfcdcbda5b8e35 (diff)
downloadgit-e8811929344c46aed7669e148527af054eb3e18b.zip
git-e8811929344c46aed7669e148527af054eb3e18b.tar.gz
git-e8811929344c46aed7669e148527af054eb3e18b.tar.bz2
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.
-rw-r--r--Documentation/git-rev-parse.txt16
-rw-r--r--Documentation/git-svnimport.txt2
2 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index ccc66aa..a8bf656 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -265,14 +265,14 @@ its all parents.
Here are a handful examples:
- D A B D
- D F A B C D F
- ^A G B D
- ^A F B C F
- G...I C D F G I
- ^B G I C D F G I
- F^@ A B C
- F^! H D F H
+ D G H D
+ D F G H I J D F
+ ^G D H D
+ ^D B E I J F B
+ B...C G H D E B C
+ ^D B C E I J F B C
+ C^@ I J F
+ F^! D G H D F
Author
------
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt
index b166cf3..bdae7d8 100644
--- a/Documentation/git-svnimport.txt
+++ b/Documentation/git-svnimport.txt
@@ -27,7 +27,7 @@ repository, or incrementally import into an existing one.
SVN access is done by the SVN::Perl module.
git-svnimport assumes that SVN repositories are organized into one
-"trunk" directory where the main development happens, "branch/FOO"
+"trunk" directory where the main development happens, "branches/FOO"
directories for branches, and "/tags/FOO" directories for tags.
Other subdirectories are ignored.