Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach git-bundle to read revision arguments from stdin like git-rev-list. | Adam Brewster | 2008-07-07 | 1 | -2/+11 |
* | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 2008-02-23 | 1 | -2/+3 |
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 | 1 | -0/+1 |
* | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -4/+10 |
* | bundle, fast-import: detect write failure | Jim Meyering | 2008-01-10 | 1 | -3/+3 |
* | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 2008-01-04 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-22 | 1 | -1/+8 |
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 | 1 | -1/+2 |
* | Move bundle specific stuff into bundle.[ch] | Johannes Schindelin | 2007-09-19 | 1 | -0/+343 |