diff options
author | Steve Hoelzer <shoelzer@gmail.com> | 2007-08-01 10:43:06 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-01 18:15:43 -0700 |
commit | 434e6ef89d73dcc812b3a44dfaff0ca8204a206e (patch) | |
tree | 7e00bbd27b7480d751ece390adb793ba732d678f /Documentation/git-branch.txt | |
parent | 6d4bbebd35e3a6e8091d7188f1c4d49af7f054e3 (diff) | |
download | git-434e6ef89d73dcc812b3a44dfaff0ca8204a206e.tar.gz |
Try to be consistent with capitalization in the documentation
Signed-off-by: Steve Hoelzer <shoelzer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index bc6aa88417..33bc31b0d4 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -134,8 +134,8 @@ $ git branch -d -r origin/todo origin/html origin/man <1> $ git branch -D test <2> ------------ + -<1> delete remote-tracking branches "todo", "html", "man" -<2> delete "test" branch even if the "master" branch does not have all +<1> Delete remote-tracking branches "todo", "html", "man" +<2> Delete "test" branch even if the "master" branch does not have all commits from test branch. |