summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | commit.c: make "tree" a const pointer in commit_tree*()nd/commit-tree-constnessNguyễn Thái Ngọc Duy2013-12-261-2/+2
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-0/+1
|\ \ | |/ |/|
| * log_tree_diff: die when we fail to parse a commitJeff King2013-10-241-0/+1
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-0/+4
|\ \
| * | shallow: add setup_temporary_shallow()Nguyễn Thái Ngọc Duy2013-08-281-0/+1
| * | move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy2013-08-181-0/+3
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-1/+1
|\ \
| * | convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* | | Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano2013-09-091-0/+3
|\ \ \ | |_|/ |/| |
| * | log: use true parents for diff even when rewritingThomas Rast2013-08-011-0/+3
* | | commit.h: drop redundant commentJeff King2013-07-251-2/+0
|/ /
* | Merge branch 'jk/format-patch-from'Junio C Hamano2013-07-151-4/+17
|\ \
| * | teach format-patch to place other authors into in-body "From"Jeff King2013-07-031-0/+5
| * | pretty.c: drop const-ness from pretty_print_contextJeff King2013-07-031-4/+12
| |/
* | commit.c: make compare_commits_by_commit_date globalJeff King2013-07-021-0/+2
|/
* Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-3/+12
|\
| * log: --author-date-orderJunio C Hamano2013-06-111-1/+2
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-111-3/+11
* | Merge branch 'jk/commit-info-slab'Junio C Hamano2013-07-011-1/+1
|\ \ | |/
| * commit: allow associating auxiliary info on-demandJeff King2013-04-131-1/+1
* | fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-0/+2
* | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-181-0/+1
* | Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\ \ | |/
| * Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | merge/pull Check for untrusted good GPG signaturesSebastian Götte2013-03-311-5/+5
* | Move commit GPG signature verification to commit.cSebastian Götte2013-03-311-0/+10
* | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-251-0/+2
|\ \ | |/ |/|
| * commit.c: add in_merge_bases_many()Junio C Hamano2013-03-051-0/+1