summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-20Merge branch 'jh/notes' (early part)Libravatar Junio C Hamano1-0/+1
2009-11-20Merge branch 'sp/smart-http'Libravatar Junio C Hamano1-6/+4
2009-10-30Merge branch 'jc/maint-1.6.3-graft-trailing-space'Libravatar Junio C Hamano1-2/+2
2009-10-30fetch-pack: Use a strbuf to compose the want listLibravatar Shawn O. Pearce1-6/+4
2009-10-19Introduce commit notesLibravatar Johannes Schindelin1-0/+1
2009-10-14info/grafts: allow trailing whitespaces at the end of lineLibravatar Junio C Hamano1-2/+2
2009-09-13use write_str_in_full helper to avoid literal string lengthsLibravatar Jim Meyering1-1/+1
2009-08-27commit.c: rename variable named 'n' which masks previous declarationLibravatar Brandon Casey1-5/+5
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Libravatar Junio C Hamano1-1/+5
2009-07-24git repack: keep commits hidden by a graftLibravatar Johannes Schindelin1-1/+5
2009-07-06Allow the Unix epoch to be a valid commit dateLibravatar Eric Wong1-5/+1
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Libravatar Christian Couder1-20/+0
2009-05-17commit: add function to unparse a commit and its parentsLibravatar Christian Couder1-0/+20
2009-02-10Revert "Merge branch 'js/notes'"Libravatar Junio C Hamano1-1/+0
2009-02-05Merge branch 'js/notes'Libravatar Junio C Hamano1-0/+1
2009-01-28Make has_commit() non-staticLibravatar Jake Goulding1-0/+15
2008-12-21Introduce commit notesLibravatar Johannes Schindelin1-0/+1
2008-10-02commit.c: make read_graft_file() staticLibravatar Nanako Shiraishi1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagLibravatar Johannes Schindelin1-7/+6
2008-07-14reduce_heads(): protect from duplicate inputLibravatar Junio C Hamano1-2/+9
2008-07-13reduce_heads(): thinkofixLibravatar Sverre Hvammen Johansen1-1/+1
2008-06-30Introduce reduce_heads()Libravatar Junio C Hamano1-0/+45
2008-06-30Introduce get_merge_bases_many()Libravatar Junio C Hamano1-18/+38
2008-06-30Introduce get_octopus_merge_bases() in commit.cLibravatar Miklos Vajna1-0/+27
2008-06-30Move commit_list_count() to commit.cLibravatar Miklos Vajna1-0/+8
2008-06-08Remove unused code in parse_commit_buffer()Libravatar Miklos Vajna1-7/+1
2008-02-25builtin-fsck: reports missing parent commitsLibravatar Martin Koegler1-1/+1
2008-02-25Remove unused object-ref codeLibravatar Martin Koegler1-11/+0
2008-02-18check return value from parse_commit() in various functionsLibravatar Martin Koegler1-2/+1
2008-02-18parse_commit: don't fail, if object is NULLLibravatar Martin Koegler1-0/+2
2008-02-18check results of parse_commit in merge_basesLibravatar Martin Koegler1-3/+6
2008-01-20parse_commit_buffer: tighten checks while parsingLibravatar Martin Koegler1-7/+20
2007-11-18Merge branch 'lt/rev-list-interactive'Libravatar Junio C Hamano1-98/+52
2007-11-05Split off the pretty print stuff into its own fileLibravatar Johannes Schindelin1-718/+0
2007-11-04Simplify topo-sort logicLibravatar Linus Torvalds1-98/+52
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soLibravatar Junio C Hamano1-3/+2
2007-10-15Merge branch 'maint'Libravatar Shawn O. Pearce1-9/+14
2007-10-15clear_commit_marks(): avoid deep recursionLibravatar Johannes Schindelin1-9/+14
2007-10-03Merge branch 'mv/unknown'Libravatar Junio C Hamano1-3/+0
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-1/+1
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Libravatar Michal Vitecek1-3/+0
2007-09-20strbuf API additions and enhancements.Libravatar Pierre Habouzit1-1/+1
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit1-10/+6
2007-09-16Remove preemptive allocations.Libravatar Pierre Habouzit1-30/+5
2007-09-16Refactor replace_encoding_header.Libravatar Pierre Habouzit1-36/+23
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Libravatar Pierre Habouzit1-209/+124
2007-09-10Change semantics of interpolate to work like snprintf.Libravatar Pierre Habouzit1-5/+4
2007-09-03Export format_commit_message()Libravatar Ren,bi(B Scharfe1-4/+5
2007-07-22Avoid to duplicate commit message when is not encodedLibravatar Marco Costalba1-1/+4
2007-07-13Make show_rfc2822_date() just another date output format.Libravatar Junio C Hamano1-4/+4