Age | Commit message (Expand) | Author | Files | Lines |
2009-03-07 | Move local variables to narrower scopes | Benjamin Kramer | 1 | -4/+2 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -3/+1 |
2008-10-02 | parse-opt: migrate fmt-merge-msg. | Pierre Habouzit | 1 | -28/+21 |
2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-06-30 | git-fmt-merge-msg: make it usable from other builtins | Miklos Vajna | 1 | -66/+89 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
2008-05-08 | Merge branch 'sg/merge-options' (early part) | Junio C Hamano | 1 | -4/+10 |
2008-04-16 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+9 |
2008-04-15 | Ignore leading empty lines while summarizing merges | Linus Torvalds | 1 | -1/+9 |
2008-04-12 | fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable | SZEDER Gábor | 1 | -4/+10 |
2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
2007-11-14 | Fix parent rewriting in --early-output | Linus Torvalds | 1 | -1/+1 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -11/+6 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+3 |
2007-02-27 | builtin-fmt-merge-msg: fix bugs in --file option | Michael Coleman | 1 | -1/+3 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -5/+5 |
2006-11-16 | "git fmt-merge-msg" SIGSEGV | Linus Torvalds | 1 | -0/+2 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-17 | Make ref resolution saner | Linus Torvalds | 1 | -5/+2 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -11/+11 |
2006-09-01 | fmt-merge-msg: fix off-by-one bug | Johannes Schindelin | 1 | -1/+1 |
2006-08-31 | Use xmalloc instead of malloc | Jonas Fonseca | 1 | -3/+3 |
2006-08-27 | free(NULL) is perfectly valid. | Junio C Hamano | 1 | -2/+1 |
2006-08-26 | Use xrealloc instead of realloc | Jonas Fonseca | 1 | -2/+2 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -1/+1 |
2006-08-02 | use declarations from builtin.h for builtin commands | Matthias Kestenholz | 1 | -1/+2 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
2006-07-28 | Call setup_git_directory() early | Linus Torvalds | 1 | -1/+2 |
2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -1/+1 |
2006-07-12 | fmt-merge-msg fix | Junio C Hamano | 1 | -6/+10 |
2006-07-03 | Make git-fmt-merge-msg a builtin | Johannes Schindelin | 1 | -0/+355 |