aboutsummaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAge
* shallow.c: make check_shallow_file_for_update() staticJunio C Hamano2015-01-15
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\
| * get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
* | Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-22
|\ \
| * | commit: make ignore_non_trailer() non staticChristian Couder2014-11-10
* | | Merge branch 'da/styles'Junio C Hamano2014-09-19
|\ \ \
| * | | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-02
* | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-19
|\ \ \ \ | |_|/ / |/| | |
| * | | commit: provide a function to find a header in a bufferJeff King2014-08-27
| |/ /
* | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-11
|\ \ \
| * | | log-tree: use FLEX_ARRAY in name_decorationJeff King2014-08-27
| * | | log-tree: make name_decoration hash staticJeff King2014-08-26
| * | | log-tree: make add_name_decoration a public functionJeff King2014-08-26
| * | | Merge branch 'bp/commit-p-editor' into maintJunio C Hamano2014-04-08
| |\ \ \
* | | | | pretty: make empty userformats truly emptyJeff King2014-07-30
| |_|/ / |/| | |
* | | | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-27
|\ \ \ \
| * | | | replace: remove signature when using --graftChristian Couder2014-07-21
* | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | trace: improve trace performanceKarsten Blees2014-07-13
* | | | | commit: add for_each_mergetag()Christian Couder2014-07-07
| |_|_|/ |/| | |
* | | | reuse cached commit buffer when parsing signaturesJeff King2014-06-13
* | | | commit: record buffer length in cacheJeff King2014-06-13
* | | | commit: convert commit->buffer to a slabJeff King2014-06-13
* | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
* | | | provide helpers to access the commit bufferJeff King2014-06-13
* | | | provide a helper to set the commit bufferJeff King2014-06-13
* | | | provide a helper to free commit bufferJeff King2014-06-13
* | | | logmsg_reencode: return const bufferJeff King2014-06-12
* | | | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
|/ / /
* | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-28
|\ \ \ | |/ / |/| / | |/
| * commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-18
* | shallow: automatically clean up shallow tempfilesJeff King2014-02-27
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * shallow: remove unused codeRamsay Jones2014-01-06
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-10
| * receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-10
| * shallow.c: steps 6 and 7 to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-10
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'nd/commit-tree-constness'Junio C Hamano2014-01-10
|\ \
| * | commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy2013-12-26
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * log_tree_diff: die when we fail to parse a commitJeff King2013-10-24
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \
| * | shallow: add setup_temporary_shallow()Nguyễn Thái Ngọc Duy2013-08-28
| * | move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy2013-08-18
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15