summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2012-01-05commit --amend -S: strip existing gpgsig headersJunio C Hamano
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano
2011-12-15commit_tree(): refuse commit messages that contain NULsNguyễn Thái Ngọc Duy
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-11-13log: --show-signatureJunio C Hamano
2011-11-13commit: teach --gpg-sign optionJunio C Hamano
2011-11-10commit: teach --amend to carry forward extra headersJunio C Hamano
2011-11-09commit: copy merged signed tags to headers of merge commitJunio C Hamano
2011-11-08merge: make usage of commit->util more extensibleJunio C Hamano
2011-10-14Merge branch 'rs/pending'Junio C Hamano
2011-10-14Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy
2011-08-29Merge branch 'nd/decorate-grafts'Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy
2011-08-18Add for_each_commit_graft() to iterate all graftsNguyễn Thái Ngọc Duy
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano
2010-12-04Merge branch 'pn/commit-autosquash'Junio C Hamano
2010-12-01commit.c: Remove backward goto in read_craft_line()Ralf Thielow
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder
2010-04-02make commit_tree a library functionJeff King
2010-01-30Merge branch 'maint-1.6.5' into maintJunio C Hamano
2010-01-29fix memcpy of overlapping areaJeff King
2009-11-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-16Merge branch 'jc/maint-1.6.3-graft-trailing-space' into maintJunio C Hamano
2009-10-31Merge branch 'jc/maint-1.6.3-graft-trailing-space'Junio C Hamano
2009-10-31fetch-pack: Use a strbuf to compose the want listShawn O. Pearce
2009-10-20Introduce commit notesJohannes Schindelin
2009-10-15info/grafts: allow trailing whitespaces at the end of lineJunio C Hamano
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-08-27commit.c: rename variable named 'n' which masks previous declarationBrandon Casey
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder
2009-05-18commit: add function to unparse a commit and its parentsChristian Couder
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2009-02-06Merge branch 'js/notes'Junio C Hamano
2009-01-28Make has_commit() non-staticJake Goulding
2008-12-21Introduce commit notesJohannes Schindelin
2008-10-03commit.c: make read_graft_file() staticNanako Shiraishi
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin
2008-07-14reduce_heads(): protect from duplicate inputJunio C Hamano