| 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) | ||
| commit | 165dc789d5e201a06e0de5a984e4529ae62027fc | |
| tree | ae0b12015f7fabfe34ca73829aa81d2b4522461f | tree | snapshot |
| parent | 29e1353a7debe4e73cb5d6d2d5a0c4479e9eb768 | commit | diff |
| parent | ad98a58b3d7a151dca59364b72097b6b875a56f6 | commit | diff |
Merge branch 'cc/find-commit-subject'
* 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
* 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
| builtin/blame.c | diff1 | | diff2 | | blob | history |
| builtin/revert.c | diff1 | | diff2 | | blob | history |
| commit.c | diff1 | | diff2 | | blob | history |
| commit.h | diff1 | | diff2 | | blob | history |
| merge-recursive.c | diff1 | | diff2 | | blob | history |