| author | Junio C Hamano <gitster@pobox.com> | |
| Wed, 18 Aug 2010 19:46:55 +0000 (12:46 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Wed, 18 Aug 2010 19:46:55 +0000 (12:46 -0700) |
* cc/find-commit-subject:
blame: use find_commit_subject() instead of custom code
merge-recursive: use find_commit_subject() instead of custom code
bisect: use find_commit_subject() instead of custom code
revert: rename variables related to subject in get_message()
revert: refactor code to find commit subject in find_commit_subject()
revert: fix off by one read when searching the end of a commit subject
blame: use find_commit_subject() instead of custom code
merge-recursive: use find_commit_subject() instead of custom code
bisect: use find_commit_subject() instead of custom code
revert: rename variables related to subject in get_message()
revert: refactor code to find commit subject in find_commit_subject()
revert: fix off by one read when searching the end of a commit subject
| 1 | 2 | |||
|---|---|---|---|---|
| builtin/blame.c | patch | | diff1 | | diff2 | | blob | history |
| builtin/revert.c | patch | | diff1 | | diff2 | | blob | history |
| commit.c | patch | | diff1 | | diff2 | | blob | history |
| commit.h | patch | | diff1 | | diff2 | | blob | history |
| merge-recursive.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin/blame.c
Simple merge
diff --cc builtin/revert.c
Simple merge
diff --cc commit.c
Simple merge
diff --cc commit.h
Simple merge
diff --cc merge-recursive.c
Simple merge