| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-02-07 | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2010-12-22 | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 1 | -12/+12 |
| 2010-12-03 | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 1 | -0/+13 |
| 2010-12-01 | commit.c: Remove backward goto in read_craft_line() | Ralf Thielow | 1 | -6/+7 |
| 2010-11-29 | commit: Add commit_list prefix in two function names. | Thiago Farina | 1 | -12/+12 |
| 2010-11-04 | commit: helper methods to reduce redundant blocks of code | Pat Notz | 1 | -0/+13 |
| 2010-08-18 | Merge branch 'cc/find-commit-subject' | Junio C Hamano | 1 | -0/+19 |
| 2010-07-23 | revert: refactor code to find commit subject in find_commit_subject() | Christian Couder | 1 | -0/+19 |
| 2010-04-01 | make commit_tree a library function | Jeff King | 1 | -0/+55 |
| 2010-01-29 | Merge branch 'maint-1.6.5' into maint | Junio C Hamano | 1 | -1/+1 |
| 2010-01-29 | fix memcpy of overlapping area | Jeff King | 1 | -1/+1 |
| 2009-11-20 | Merge branch 'jh/notes' (early part) | Junio C Hamano | 1 | -0/+1 |
| 2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -6/+4 |
| 2009-11-15 | Merge branch 'jc/maint-1.6.3-graft-trailing-space' into maint | Junio C Hamano | 1 | -2/+2 |
| 2009-10-30 | Merge branch 'jc/maint-1.6.3-graft-trailing-space' | Junio C Hamano | 1 | -2/+2 |
| 2009-10-30 | fetch-pack: Use a strbuf to compose the want list | Shawn O. Pearce | 1 | -6/+4 |
| 2009-10-19 | Introduce commit notes | Johannes Schindelin | 1 | -0/+1 |
| 2009-10-14 | info/grafts: allow trailing whitespaces at the end of line | Junio C Hamano | 1 | -2/+2 |
| 2009-09-13 | use write_str_in_full helper to avoid literal string lengths | Jim Meyering | 1 | -1/+1 |
| 2009-08-27 | commit.c: rename variable named 'n' which masks previous declaration | Brandon Casey | 1 | -5/+5 |
| 2009-07-25 | Merge branch 'js/maint-graft-unhide-true-parents' | Junio C Hamano | 1 | -1/+5 |
| 2009-07-24 | git repack: keep commits hidden by a graft | Johannes Schindelin | 1 | -1/+5 |
| 2009-07-06 | Allow the Unix epoch to be a valid commit date | Eric Wong | 1 | -5/+1 |
| 2009-05-27 | bisect: drop unparse_commit() and use clear_commit_marks() | Christian Couder | 1 | -20/+0 |
| 2009-05-17 | commit: add function to unparse a commit and its parents | Christian Couder | 1 | -0/+20 |
| 2009-02-10 | Revert "Merge branch 'js/notes'" | Junio C Hamano | 1 | -1/+0 |
| 2009-02-05 | Merge branch 'js/notes' | Junio C Hamano | 1 | -0/+1 |
| 2009-01-28 | Make has_commit() non-static | Jake Goulding | 1 | -0/+15 |
| 2008-12-21 | Introduce commit notes | Johannes Schindelin | 1 | -0/+1 |
| 2008-10-02 | commit.c: make read_graft_file() static | Nanako Shiraishi | 1 | -1/+1 |
| 2008-07-23 | sort_in_topological_order(): avoid setting a commit flag | Johannes Schindelin | 1 | -7/+6 |
| 2008-07-14 | reduce_heads(): protect from duplicate input | Junio C Hamano | 1 | -2/+9 |
| 2008-07-13 | reduce_heads(): thinkofix | Sverre Hvammen Johansen | 1 | -1/+1 |
| 2008-06-30 | Introduce reduce_heads() | Junio C Hamano | 1 | -0/+45 |
| 2008-06-30 | Introduce get_merge_bases_many() | Junio C Hamano | 1 | -18/+38 |
| 2008-06-30 | Introduce get_octopus_merge_bases() in commit.c | Miklos Vajna | 1 | -0/+27 |
| 2008-06-30 | Move commit_list_count() to commit.c | Miklos Vajna | 1 | -0/+8 |
| 2008-06-08 | Remove unused code in parse_commit_buffer() | Miklos Vajna | 1 | -7/+1 |
| 2008-02-25 | builtin-fsck: reports missing parent commits | Martin Koegler | 1 | -1/+1 |
| 2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -11/+0 |
| 2008-02-18 | check return value from parse_commit() in various functions | Martin Koegler | 1 | -2/+1 |
| 2008-02-18 | parse_commit: don't fail, if object is NULL | Martin Koegler | 1 | -0/+2 |
| 2008-02-18 | check results of parse_commit in merge_bases | Martin Koegler | 1 | -3/+6 |
| 2008-01-20 | parse_commit_buffer: tighten checks while parsing | Martin Koegler | 1 | -7/+20 |
| 2007-11-18 | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 1 | -98/+52 |
| 2007-11-05 | Split off the pretty print stuff into its own file | Johannes Schindelin | 1 | -718/+0 |
| 2007-11-04 | Simplify topo-sort logic | Linus Torvalds | 1 | -98/+52 |
| 2007-11-01 | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 1 | -3/+2 |
| 2007-10-15 | Merge branch 'maint' | Shawn O. Pearce | 1 | -9/+14 |
| 2007-10-15 | clear_commit_marks(): avoid deep recursion | Johannes Schindelin | 1 | -9/+14 |
| 2007-10-03 | Merge branch 'mv/unknown' | Junio C Hamano | 1 | -3/+0 |
| 2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -1/+1 |
| 2007-09-26 | Don't use "<unknown>" for placeholders and suppress printing of empty user fo... | Michal Vitecek | 1 | -3/+0 |
| 2007-09-20 | strbuf API additions and enhancements. | Pierre Habouzit | 1 | -1/+1 |
| 2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -10/+6 |
| 2007-09-16 | Remove preemptive allocations. | Pierre Habouzit | 1 | -30/+5 |
| 2007-09-16 | Refactor replace_encoding_header. | Pierre Habouzit | 1 | -36/+23 |
| 2007-09-10 | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 1 | -209/+124 |
| 2007-09-10 | Change semantics of interpolate to work like snprintf. | Pierre Habouzit | 1 | -5/+4 |
| 2007-09-03 | Export format_commit_message() | Ren,bi(B Scharfe | 1 | -4/+5 |
| 2007-07-22 | Avoid to duplicate commit message when is not encoded | Marco Costalba | 1 | -1/+4 |
| 2007-07-13 | Make show_rfc2822_date() just another date output format. | Junio C Hamano | 1 | -4/+4 |
| 2007-07-13 | Support output ISO 8601 format dates | Robin Rosenberg | 1 | -1/+5 |
| 2007-06-22 | Merge branch 'jc/oneline' | Junio C Hamano | 1 | -2/+2 |
| 2007-06-22 | Merge branch 'ei/oneline+add-empty' | Junio C Hamano | 1 | -121/+272 |
| 2007-06-16 | pp_header(): work around possible memory corruption | Johannes Schindelin | 1 | -2/+2 |
| 2007-06-13 | More static | Junio C Hamano | 1 | -1/+1 |
| 2007-06-13 | Extend --pretty=oneline to cover the first paragraph, | Junio C Hamano | 1 | -134/+254 |
| 2007-06-13 | Lift 16kB limit of log message output | Junio C Hamano | 1 | -12/+43 |
| 2007-06-08 | Even more missing static | Junio C Hamano | 1 | -9/+0 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -7/+7 |
| 2007-06-02 | Use =20 when rfc2047 encoding spaces. | Kristian Høgsberg | 1 | -3/+7 |
| 2007-05-16 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
| 2007-05-16 | format-patch: add MIME-Version header when we add content-type. | Jeff King | 1 | -0/+1 |
| 2007-05-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+3 |
| 2007-05-05 | Small correction in reading of commit headers | Alex Riesen | 1 | -1/+3 |
| 2007-05-03 | Merge branch 'maint' | Junio C Hamano | 1 | -8/+0 |
| 2007-05-03 | Make xstrndup common | Daniel Barkalow | 1 | -8/+0 |
| 2007-04-25 | Add --date={local,relative,default} | Junio C Hamano | 1 | -6/+6 |
| 2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -6/+2 |
| 2007-04-11 | Add %m to '--pretty=format:' | Junio C Hamano | 1 | -3/+13 |
| 2007-03-28 | Merge branch 'maint' to synchronize with 1.5.0.6 | Junio C Hamano | 1 | -2/+5 |
| 2007-03-28 | commit: fix pretty-printing of messages with "\nencoding " | Jeff King | 1 | -2/+5 |
| 2007-03-28 | Fix "--pretty=format:" encoding item | Jeff King | 1 | -1/+2 |
| 2007-03-28 | Fix "--pretty=format:" for parent related items. | Junio C Hamano | 1 | -4/+8 |
| 2007-03-27 | --pretty=format: fix broken %ct and %at interpolation | Jeff King | 1 | -1/+1 |
| 2007-03-19 | Replace remaining instances of strdup with xstrdup. | James Bowes | 1 | -1/+1 |
| 2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -12/+9 |
| 2007-03-02 | Merge branch 'js/commit-format' | Junio C Hamano | 1 | -0/+195 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
| 2007-02-22 | pretty-formats: add 'format:<string>' | Johannes Schindelin | 1 | -0/+195 |
| 2007-02-13 | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 1 | -3/+6 |
| 2007-02-02 | Disallow invalid --pretty= abbreviations | Eric Wong | 1 | -1/+2 |
| 2007-01-13 | Use log output encoding in --pretty=email headers. | Junio C Hamano | 1 | -27/+55 |
| 2007-01-09 | Allow in_merge_bases() to take more than one reference commits. | Junio C Hamano | 1 | -3/+6 |
| 2007-01-08 | merge-base: do not leak commit list | Junio C Hamano | 1 | -2/+4 |
| 2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -2/+4 |
| 2007-01-03 | Skip excessive blank lines before commit body | Lars Hjemli | 1 | -1/+4 |
| 2006-12-31 | i18n: do not leak 'encoding' header even when we cheat the conversion. | Junio C Hamano | 1 | -4/+6 |
| 2006-12-30 | i18n: drop "encoding" header in the output after re-coding. | Junio C Hamano | 1 | -0/+45 |
| 2006-12-30 | commit re-encoding: fix confusion between no and default conversion. | Junio C Hamano | 1 | -0/+2 |
| 2006-12-28 | Merge branch 'jc/utf8' | Junio C Hamano | 1 | -4/+62 |
| 2006-12-27 | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 1 | -12/+15 |
| 2006-12-27 | Merge branch 'master' into js/shallow | Junio C Hamano | 1 | -5/+22 |
| 2006-12-26 | Teach log family --encoding | Junio C Hamano | 1 | -3/+58 |
| 2006-12-20 | Move in_merge_bases() to commit.c | Junio C Hamano | 1 | -0/+17 |
| 2006-12-17 | rev-list --left-right | Junio C Hamano | 1 | -5/+5 |
| 2006-11-24 | allow deepening of a shallow repository | Johannes Schindelin | 1 | -0/+13 |
| 2006-11-24 | support fetching into a shallow repository | Johannes Schindelin | 1 | -0/+21 |
| 2006-10-11 | commit: fix a segfault when displaying a commit with unreachable parents | Eric Wong | 1 | -4/+7 |
| 2006-08-28 | Add --relative-date option to the revision interface | Jonas Fonseca | 1 | -6/+14 |
| 2006-08-26 | Relative timestamps in git log | Linus Torvalds | 1 | -2/+2 |
| 2006-08-17 | Indentation fix. | Tilman Sauerbeck | 1 | -6/+6 |
| 2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -3/+3 |
| 2006-07-14 | Merge branch 'lt/unitype' | Junio C Hamano | 1 | -3/+3 |
| 2006-07-13 | format-patch: Generate a newline between the subject header and the message body | Robert Shearman | 1 | -2/+9 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -3/+3 |
| 2006-07-09 | merge-base: update the clean-up postprocessing | Junio C Hamano | 1 | -190/+90 |
| 2006-07-04 | Re-fix clear_commit_marks(). | Junio C Hamano | 1 | -5/+8 |
| 2006-07-03 | revert clear-commit-marks for now. | Junio C Hamano | 1 | -7/+6 |
| 2006-07-03 | get_merge_bases: clean up even when there is no common commit. | Junio C Hamano | 1 | -1/+2 |
| 2006-07-02 | commit.c: do not redefine UNINTERESTING bit. | Junio C Hamano | 1 | -20/+20 |
| 2006-07-02 | Fold get_merge_bases_clean() into get_merge_bases() | Rene Scharfe | 1 | -15/+6 |
| 2006-07-01 | Make clear_commit_marks() clean harder | Rene Scharfe | 1 | -4/+3 |
| 2006-07-01 | Add get_merge_bases_clean() | Rene Scharfe | 1 | -4/+16 |
| 2006-06-29 | move get_merge_bases() to core lib. | Johannes Schindelin | 1 | -0/+240 |
| 2006-06-28 | connect.c: check the commit buffer boundary while parsing. | Junio C Hamano | 1 | -4/+8 |
| 2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
| 2006-06-19 | fix rfc2047 formatter. | Junio C Hamano | 1 | -4/+17 |
| 2006-06-19 | Add specialized object allocator | Linus Torvalds | 1 | -1/+1 |
| 2006-06-17 | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 1 | -2/+2 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -4/+4 |
| 2006-05-21 | builtin format-patch: squelch content-type for 7-bit ASCII | Junio C Hamano | 1 | -2/+15 |
| 2006-05-21 | CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields. | Junio C Hamano | 1 | -7/+72 |
| 2006-05-21 | fmt-patch: Support --attach | Johannes Schindelin | 1 | -1/+9 |
| 2006-05-21 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -16/+25 |
| 2006-05-17 | commit: allow --pretty= args to be abbreviated | Eric Wong | 1 | -14/+24 |
| 2006-05-05 | Teach fmt-patch about --numbered | Johannes Schindelin | 1 | -4/+1 |
| 2006-05-01 | Use RFC2822 dates from "git fmt-patch". | Junio C Hamano | 1 | -1/+2 |
| 2006-04-22 | git-fmt-patch: thinkofix to show [PATCH] properly. | Junio C Hamano | 1 | -2/+3 |
| 2006-04-19 | Minor tweak on subject line in --pretty=email | Junio C Hamano | 1 | -1/+1 |
| 2006-04-18 | Tentative built-in format-patch. | Junio C Hamano | 1 | -5/+31 |
| 2006-04-17 | Allow empty lines in info/grafts | Yann Dirson | 1 | -1/+1 |
| 2006-04-16 | reading $GIT_DIR/info/graft - skip comments correctly. | Junio C Hamano | 1 | -1/+3 |
| 2006-04-14 | Clean up trailing whitespace when pretty-printing commits | Linus Torvalds | 1 | -10/+5 |
| 2006-04-12 | When showing a commit message, do not lose an incomplete line. | Linus Torvalds | 1 | -2/+2 |
| 2006-04-07 | blame -S <ancestry-file> | Junio C Hamano | 1 | -55/+79 |
| 2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -2/+1 |
| 2006-03-10 | Make it possible to not clobber object.util in sort_in_topological_order (tak... | Fredrik Kuivinen | 1 | -9/+27 |
| 2006-02-23 | Merge fixes early for next maint series. | Junio C Hamano | 1 | -1/+2 |
| 2006-02-22 | Give no terminating LF to error() function. | Junio C Hamano | 1 | -1/+2 |
| 2006-02-15 | topo-order: make --date-order optional. | Junio C Hamano | 1 | -3/+10 |
| 2006-02-02 | commit.c: "Merge" fix in pretty_print_commit. | Junio C Hamano | 1 | -5/+5 |
| 2006-01-28 | pretty_print_commit: honor grafts. | Junio C Hamano | 1 | -26/+26 |
| 2006-01-28 | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 1 | -1/+2 |
| 2006-01-28 | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 1 | -5/+14 |
| 2006-01-15 | describe: omit clearing marks on the last one. | Junio C Hamano | 1 | -2/+4 |
| 2006-01-08 | GIT 1.1.0v1.1.0 | Junio C Hamano | 1 | -1/+1 |
| 2006-01-07 | describe: allow more than one revs to be named. | Junio C Hamano | 1 | -0/+13 |
| 2006-01-07 | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 1 | -1/+1 |
| 2005-12-26 | short circuit out of a few places where we would allocate zero bytes | Eric Wong | 1 | -0/+3 |
| 2005-11-16 | GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9j | Junio C Hamano | 1 | -3/+16 |
| 2005-11-14 | Fix git-rev-list "date order" with --topo-order | Linus Torvalds | 1 | -2/+3 |
| 2005-11-11 | Add --pretty=fuller | Junio C Hamano | 1 | -7/+30 |
| 2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -1/+1 |
| 2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
| 2005-09-15 | [PATCH] Avoid wasting memory in git-rev-list | Linus Torvalds | 1 | -1/+3 |
| 2005-08-29 | Fix compilation warnings. | Junio C Hamano | 1 | -1/+1 |
| 2005-08-29 | Revert "Replace zero-length array decls with []." | Junio C Hamano | 1 | -1/+1 |
| 2005-08-23 | Replace zero-length array decls with []. | Jason Riedy | 1 | -1/+1 |
| 2005-08-22 | [PATCH] Add 'git show-branch'. | Junio C Hamano | 1 | -6/+15 |
| 2005-08-09 | Introduce --pretty=oneline format. | Junio C Hamano | 1 | -7/+26 |
| 2005-08-05 | Fix send-pack for non-commitish tags. | Junio C Hamano | 1 | -4/+1 |
| 2005-07-31 | Teach parse_commit_buffer about grafting. | Junio C Hamano | 1 | -1/+113 |
| 2005-07-27 | Make "parse_commit()" be a lot more careful | Linus Torvalds | 1 | -5/+11 |
| 2005-07-11 | [PATCH] Dereference tag repeatedly until we get a non-tag. | Junio C Hamano | 1 | -2/+3 |
| 2005-07-06 | [PATCH] Add a topological sort procedure to commit.c | Jon Seymour | 1 | -0/+107 |
| 2005-07-06 | Make "insert_by_date()" match "commit_list_insert()" | Linus Torvalds | 1 | -4/+4 |
| 2005-06-26 | Add "--pretty=full" format that also shows committer. | Linus Torvalds | 1 | -4/+22 |
| 2005-06-20 | Keep the parents in order when parsing commits | Linus Torvalds | 1 | -1/+3 |
| 2005-06-18 | Make "pretty" commit logs always show merge information | Linus Torvalds | 1 | -0/+24 |
| 2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -3/+3 |
| 2005-06-06 | [PATCH] Modify git-rev-list to linearise the commit history in merge order. | jon@blackcubes.dyndns.org | 1 | -1/+23 |
| 2005-06-05 | pretty_print_commit: add different formats | Linus Torvalds | 1 | -10/+36 |
| 2005-06-01 | Add generic commit "pretty print" function. | Linus Torvalds | 1 | -0/+80 |
| 2005-05-30 | commit_list_insert: return the new commit list entry | Linus Torvalds | 1 | -1/+2 |
| 2005-05-25 | commit: save the commit buffer off when parsing a commit | Linus Torvalds | 1 | -0/+4 |
| 2005-05-22 | Include file cleanups.. | Linus Torvalds | 1 | -2/+0 |
| 2005-05-20 | [PATCH] delta check | Nicolas Pitre | 1 | -0/+2 |
| 2005-05-18 | commit: add "lookup_commit_reference()" helper function | Linus Torvalds | 1 | -6/+23 |
| 2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -14/+26 |
| 2005-05-04 | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 1 | -1/+3 |
| 2005-04-26 | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 1 | -2/+2 |
| 2005-04-24 | Don't add references to objects we couldn't find. | Linus Torvalds | 1 | -3/+6 |
| 2005-04-24 | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-24 | Set object type at object creation time, not object parse time. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-23 | [PATCH] Allow multiple date-ordered lists | Daniel Barkalow | 1 | -3/+5 |
| 2005-04-23 | Don't add parents to the commit list if we have already | Linus Torvalds | 1 | -2/+5 |
| 2005-04-23 | [PATCH] Add some functions for commit lists | Daniel Barkalow | 1 | -6/+52 |