Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parent rewriting in --early-output | Linus Torvalds | 2007-11-14 | 1 | -1/+1 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -11/+6 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Merge branch 'maint' | Junio C Hamano | 2007-02-27 | 1 | -1/+3 |
|\ | |||||
| * | builtin-fmt-merge-msg: fix bugs in --file option | Michael Coleman | 2007-02-27 | 1 | -1/+3 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -5/+5 |
|/ | |||||
* | "git fmt-merge-msg" SIGSEGV | Linus Torvalds | 2006-11-16 | 1 | -0/+2 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
* | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 1 | -5/+2 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -11/+11 |
* | fmt-merge-msg: fix off-by-one bug | Johannes Schindelin | 2006-09-01 | 1 | -1/+1 |
* | Use xmalloc instead of malloc | Jonas Fonseca | 2006-08-31 | 1 | -3/+3 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 | 1 | -2/+1 |
* | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -2/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -1/+1 |
* | use declarations from builtin.h for builtin commands | Matthias Kestenholz | 2006-08-02 | 1 | -1/+2 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -2/+1 |
* | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 | 1 | -1/+2 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -1/+1 |
* | fmt-merge-msg fix | Junio C Hamano | 2006-07-12 | 1 | -6/+10 |
* | Make git-fmt-merge-msg a builtin | Johannes Schindelin | 2006-07-03 | 1 | -0/+355 |