summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2008-07-13reduce_heads(): thinkofixSverre Hvammen Johansen
2008-07-01Introduce reduce_heads()Junio C Hamano
2008-07-01Introduce get_merge_bases_many()Junio C Hamano
2008-07-01Introduce get_octopus_merge_bases() in commit.cMiklos Vajna
2008-07-01Move commit_list_count() to commit.cMiklos Vajna
2008-06-08Remove unused code in parse_commit_buffer()Miklos Vajna
2008-02-26builtin-fsck: reports missing parent commitsMartin Koegler
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-19check return value from parse_commit() in various functionsMartin Koegler
2008-02-19parse_commit: don't fail, if object is NULLMartin Koegler
2008-02-19check results of parse_commit in merge_basesMartin Koegler
2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler
2007-11-19Merge branch 'lt/rev-list-interactive'Junio C Hamano
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin
2007-11-04Simplify topo-sort logicLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-10-16Merge branch 'maint'Shawn O. Pearce
2007-10-16clear_commit_marks(): avoid deep recursionJohannes Schindelin
2007-10-03Merge branch 'mv/unknown'Junio C Hamano
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-09-21strbuf API additions and enhancements.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Remove preemptive allocations.Pierre Habouzit
2007-09-17Refactor replace_encoding_header.Pierre Habouzit
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-09-10Change semantics of interpolate to work like snprintf.Pierre Habouzit