summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-1/+1
|\
| * convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-031-1/+1
|\ \ | |/ |/|
| * gpg: centralize signature checkbrian m. carlson2015-06-221-1/+1
* | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-1/+5
|\ \
| * | add quieter versions of parse_{tree,commit}Jeff King2015-06-011-1/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2015-05-051-2/+2
|\ \ \ | |_|/ |/| |
| * | commit: convert parts to struct object_idbrian m. carlson2015-03-131-2/+2
* | | shallow.c: make check_shallow_file_for_update() staticJunio C Hamano2015-01-151-1/+0
|/ /
* | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-2/+5
|\ \
| * | get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-2/+5
* | | Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-221-0/+3
|\ \ \ | |_|/ |/| |
| * | commit: make ignore_non_trailer() non staticChristian Couder2014-11-101-0/+3
* | | Merge branch 'da/styles'Junio C Hamano2014-09-191-1/+1
|\ \ \
| * | | stylefix: asterisks stick to the variable, not the typeda/stylesDavid Aguilar2014-09-021-1/+1
* | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | commit: provide a function to find a header in a bufferJeff King2014-08-271-0/+11
| |/ /
* | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-2/+14
|\ \ \
| * | | log-tree: use FLEX_ARRAY in name_decorationjk/name-decoration-allocJeff King2014-08-271-1/+1
| * | | log-tree: make name_decoration hash staticJeff King2014-08-261-1/+1
| * | | log-tree: make add_name_decoration a public functionJeff King2014-08-261-0/+12
| * | | Merge branch 'bp/commit-p-editor' into maintJunio C Hamano2014-04-081-0/+3
| |\ \ \
* | | | | pretty: make empty userformats truly emptyjk/pretty-empty-formatJeff King2014-07-301-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-271-0/+2
|\ \ \ \
| * | | | replace: remove signature when using --graftChristian Couder2014-07-211-0/+2
* | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | trace: improve trace performanceKarsten Blees2014-07-131-0/+1
* | | | | commit: add for_each_mergetag()cc/for-each-mergetagChristian Couder2014-07-071-0/+5
| |_|_|/ |/| | |
* | | | reuse cached commit buffer when parsing signaturesjk/commit-buffer-lengthJeff King2014-06-131-1/+1
* | | | commit: record buffer length in cacheJeff King2014-06-131-4/+4
* | | | commit: convert commit->buffer to a slabJeff King2014-06-131-1/+0
* | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-131-1/+0
* | | | provide helpers to access the commit bufferJeff King2014-06-131-0/+21
* | | | provide a helper to set the commit bufferJeff King2014-06-131-0/+6
* | | | provide a helper to free commit bufferJeff King2014-06-131-0/+11
* | | | logmsg_reencode: return const bufferJeff King2014-06-121-4/+4
* | | | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-2/+4
|/ / /
* | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-281-0/+3
|\ \ \ | |/ / |/| / | |/
| * commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-0/+3
* | shallow: automatically clean up shallow tempfilesJeff King2014-02-271-1/+1
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-4/+33
|\
| * shallow: remove unused codeRamsay Jones2014-01-061-2/+0
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-101-0/+1
| * receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+9
| * add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * shallow.c: steps 6 and 7 to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+3
| * shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+15
| * shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-101-3/+5
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-0/+1
* | Merge branch 'nd/commit-tree-constness'Junio C Hamano2014-01-101-2/+2
|\ \