summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2007-09-03Export format_commit_message()Ren,bi(B Scharfe
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-06-23Merge branch 'jc/oneline'Junio C Hamano
2007-06-23Merge branch 'ei/oneline+add-empty'Junio C Hamano
2007-06-17pp_header(): work around possible memory corruptionJohannes Schindelin
2007-06-13More staticJunio C Hamano
2007-06-13Extend --pretty=oneline to cover the first paragraph,Junio C Hamano
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg
2007-05-16Merge branch 'maint'Junio C Hamano
2007-05-16format-patch: add MIME-Version header when we add content-type.Jeff King
2007-05-06Merge branch 'maint'Junio C Hamano