summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano
2015-06-01add quieter versions of parse_{tree,commit}Jeff King
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-14commit: convert parts to struct object_idbrian m. carlson
2015-01-15shallow.c: make check_shallow_file_for_update() staticJunio C Hamano
2015-01-07Merge branch 'jc/merge-bases'Junio C Hamano
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano
2014-11-10commit: make ignore_non_trailer() non staticChristian Couder
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano
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