summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-09-11Merge branch 'jk/name-decoration-alloc'Junio C Hamano
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-08-27commit: provide a function to find a header in a bufferJeff King
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King
2014-08-26log-tree: make name_decoration hash staticJeff King
2014-08-26log-tree: make add_name_decoration a public functionJeff King
2014-07-30pretty: make empty userformats truly emptyJeff King
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-14trace: improve trace performanceKarsten Blees
2014-07-07commit: add for_each_mergetag()Christian Couder
2014-06-13reuse cached commit buffer when parsing signaturesJeff King
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13commit: convert commit->buffer to a slabJeff King
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King
2014-06-13provide helpers to access the commit bufferJeff King
2014-06-13provide a helper to set the commit bufferJeff King
2014-06-13provide a helper to free commit bufferJeff King
2014-06-12logmsg_reencode: return const bufferJeff King
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-04-08Merge branch 'bp/commit-p-editor' into maintJunio C Hamano
2014-03-28Merge branch 'bp/commit-p-editor'Junio C Hamano
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-02-27shallow: automatically clean up shallow tempfilesJeff King
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-10Merge branch 'nd/commit-tree-constness'Junio C Hamano
2014-01-06shallow: remove unused codeRamsay Jones
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-12-11receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy
2013-12-11shallow.c: steps 6 and 7 to select new commits for .git/shallowNguyễn Thái Ngọc Duy
2013-12-11shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy
2013-12-11shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy
2013-12-11make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano
2013-08-28shallow: add setup_temporary_shallow()Nguyễn Thái Ngọc Duy
2013-08-18move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy
2013-08-01log: use true parents for diff even when rewritingThomas Rast
2013-07-25commit.h: drop redundant commentJeff King
2013-07-15convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15Merge branch 'jk/format-patch-from'Junio C Hamano
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King