diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-12 16:15:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-12 16:15:55 -0700 |
commit | 2cd9c2aff0d65bbce704a68d9cbe7a17e02257fe (patch) | |
tree | 3346bd647b350c29eb620f5a440b43513dc2ad2d /Documentation/git-rev-list.txt | |
parent | push: point to 'git pull' and 'git push --force' in case of non-fast forward (diff) | |
parent | Change mentions of "git programs" to "git commands" (diff) | |
download | tgif-2cd9c2aff0d65bbce704a68d9cbe7a17e02257fe.tar.xz |
Merge branch 'maint-1.6.3' into maint
* maint-1.6.3:
Change mentions of "git programs" to "git commands"
Documentation: merge: one <remote> is required
help.c: give correct structure's size to memset()
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index a765cfa4d2..974d9f527f 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -84,7 +84,7 @@ between the two operands. The following two commands are equivalent: $ git rev-list A...B ----------------------------------------------------------------------- -'git-rev-list' is a very essential git program, since it +'rev-list' is a very essential git command, since it provides the ability to build and traverse commit ancestry graphs. For this reason, it has a lot of different options that enables it to be used by commands as different as 'git-bisect' and |