Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-09-02 | Replace uses of strdup with xstrdup. | 1 | -11/+11 | |
2006-09-01 | fmt-merge-msg: fix off-by-one bug | 1 | -1/+1 | |
2006-08-31 | Use xmalloc instead of malloc | 1 | -3/+3 | |
2006-08-27 | free(NULL) is perfectly valid. | 1 | -2/+1 | |
2006-08-26 | Use xrealloc instead of realloc | 1 | -2/+2 | |
2006-08-15 | remove unnecessary initializations | 1 | -1/+1 | |
2006-08-02 | use declarations from builtin.h for builtin commands | 1 | -1/+2 | |
2006-07-29 | Call setup_git_directory() much earlier | 1 | -2/+1 | |
2006-07-28 | Call setup_git_directory() early | 1 | -1/+2 | |
2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | 1 | -1/+1 | |
2006-07-12 | fmt-merge-msg fix | 1 | -6/+10 | |
2006-07-03 | Make git-fmt-merge-msg a builtin | 1 | -0/+355 |