author | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Mar 2010 23:26:43 +0000 (16:26 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Mar 2010 23:26:43 +0000 (16:26 -0700) | ||
commit | a86ed83cce0fc0b9a9fe4e17ac1bf4f719028d20 | |
tree | b601185c28e5ea4f4a624debe01427465147650c | tree | snapshot |
parent | b6a7a06aa6f083f21b0fca2558c737324eda1602 | commit | diff |
parent | 66d681998411e8e5034080d5267a5e0f6cdc0c17 | commit | diff |
Merge branch 'tr/notes-display'
* tr/notes-display:
git-notes(1): add a section about the meaning of history
notes: track whether notes_trees were changed at all
notes: add shorthand --ref to override GIT_NOTES_REF
commit --amend: copy notes to the new commit
rebase: support automatic notes copying
notes: implement helpers needed for note copying during rewrite
notes: implement 'git notes copy --stdin'
rebase -i: invoke post-rewrite hook
rebase: invoke post-rewrite hook
commit --amend: invoke post-rewrite hook
Documentation: document post-rewrite hook
Support showing notes from more than one notes tree
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Conflicts:
git-am.sh
refs.c
* tr/notes-display:
git-notes(1): add a section about the meaning of history
notes: track whether notes_trees were changed at all
notes: add shorthand --ref to override GIT_NOTES_REF
commit --amend: copy notes to the new commit
rebase: support automatic notes copying
notes: implement helpers needed for note copying during rewrite
notes: implement 'git notes copy --stdin'
rebase -i: invoke post-rewrite hook
rebase: invoke post-rewrite hook
commit --amend: invoke post-rewrite hook
Documentation: document post-rewrite hook
Support showing notes from more than one notes tree
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Conflicts:
git-am.sh
refs.c
16 files changed:
Documentation/config.txt | diff1 | | diff2 | | blob | history |
Documentation/git-notes.txt | diff1 | | diff2 | | blob | history |
builtin/commit.c | diff1 | | | | blob | history |
builtin/log.c | diff1 | | | | blob | history |
builtin/notes.c | diff1 | | | | blob | history |
cache.h | diff1 | | diff2 | | blob | history |
git-am.sh | diff1 | | diff2 | | blob | history |
git-rebase--interactive.sh | diff1 | | diff2 | | blob | history |
git-rebase.sh | diff1 | | diff2 | | blob | history |
notes.c | diff1 | | diff2 | | blob | history |
refs.c | diff1 | | diff2 | | blob | history |
revision.c | diff1 | | diff2 | | blob | history |
revision.h | diff1 | | diff2 | | blob | history |
t/t3301-notes.sh | diff1 | | diff2 | | blob | history |
t/t3400-rebase.sh | diff1 | | diff2 | | blob | history |
t/test-lib.sh | diff1 | | diff2 | | blob | history |