Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-09-29 | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 1 | -12/+7 |
2007-09-27 | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 1 | -4/+1 |
2007-09-27 | Add strbuf_read_file(). | Kristian Høgsberg | 1 | -8/+3 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-10 | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 1 | -48/+31 |
2007-09-09 | git-tag -s must fail if gpg cannot sign the tag. | Carlos Rica | 1 | -4/+14 |
2007-08-31 | git-tag: Fix -l option to use better shell style globs. | Carlos Rica | 1 | -9/+2 |
2007-07-21 | builtin-tag.c: Fix two memory leaks and minor notation changes. | Carlos Rica | 1 | -16/+22 |
2007-07-21 | launch_editor(): Heed GIT_EDITOR and core.editor settings | Johannes Schindelin | 1 | -3/+7 |
2007-07-20 | Make git tag a builtin. | Carlos Rica | 1 | -0/+450 |