author | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 18:58:34 +0000 (11:58 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 18:58:34 +0000 (11:58 -0700) |
* maint:
git-name-rev: allow --name-only in combination with --stdin
builtin-name-rev.c: split deeply nested part from the main function
Conflicts:
Documentation/git-name-rev.txt
git-name-rev: allow --name-only in combination with --stdin
builtin-name-rev.c: split deeply nested part from the main function
Conflicts:
Documentation/git-name-rev.txt
1 | 2 | |||
---|---|---|---|---|
Documentation/git-name-rev.txt | patch | | diff1 | | diff2 | | blob | history |
builtin-name-rev.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-name-rev.txt
index 6e77ab135353aaf713b638a70701717db1706c2c,83d8e4a9fc9757d9c666c3c122978747506b7d6e..abd2237e51dfd86bcea98320edfff8922bc04eb6
Instead of printing both the SHA-1 and the name, print only
the name. If given with --tags the usual tag prefix of
"tags/" is also omitted from the name, matching the output
- of 'git-describe' more closely. This option
- cannot be combined with --stdin.
- of linkgit:git-describe[1] more closely.
++ of `git-describe` more closely.
--no-undefined::
Die with error code != 0 when a reference is undefined,
diff --cc builtin-name-rev.c
Simple merge