Merge branch 'cc/find-commit-subject'
commit165dc789d5e201a06e0de5a984e4529ae62027fc
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 19:46:55 +0000 (18 12:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 19:46:55 +0000 (18 12:46 -0700)
treeae0b12015f7fabfe34ca73829aa81d2b4522461f
parent29e1353a7debe4e73cb5d6d2d5a0c4479e9eb768
parentad98a58b3d7a151dca59364b72097b6b875a56f6
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
builtin/blame.c
builtin/revert.c
commit.c
commit.h
merge-recursive.c