author | Paul Mackerras <paulus@samba.org> | |
Thu, 18 Aug 2005 10:40:39 +0000 (20:40 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Thu, 18 Aug 2005 10:40:39 +0000 (20:40 +1000) | ||
commit | e5ea701b8e2901dd01b50e9ca296ad940cd65cbc | |
tree | ce38e7cfa0904b80960a4cb7c4fbb39df35ba516 | tree | snapshot |
parent | f6075ebadb1fce2bd75f2dd68b8aeae40a69158a | commit | diff |
Use the --parents flag to git-rev-list.
With --parents, git-rev-list gives us the list of parents on the
first line of each commit. We use that rather than looking for
the parent: lines in the commit body, since this way we get to
know about the grafts for free.
With --parents, git-rev-list gives us the list of parents on the
first line of each commit. We use that rather than looking for
the parent: lines in the commit body, since this way we get to
know about the grafts for free.
gitk | diff | blob | history |