| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS | Theodore Ts'o | 2007-03-31 | 1 | -1/+1 |
* | make it more obvious that temporary files are temporary files | Nicolas Pitre | 2007-03-24 | 1 | -2/+2 |
* | Remove unnecessary casts from fast-import | Shawn O. Pearce | 2007-03-12 | 1 | -2/+2 |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-03-12 | 1 | -2/+2 |
|\ |
|
| * | fast-import: grow tree storage more aggressively | Jeff King | 2007-03-12 | 1 | -2/+2 |
* | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-03-07 | 1 | -17/+68 |
|\ \ |
|
| * | | Allow fast-import frontends to reload the marks table | Shawn O. Pearce | 2007-03-07 | 1 | -0/+36 |
| * | | Use atomic updates to the fast-import mark file | Shawn O. Pearce | 2007-03-07 | 1 | -9/+26 |
| * | | Preallocate memory earlier in fast-import | Shawn O. Pearce | 2007-03-07 | 1 | -8/+6 |
* | | | Use off_t in pack-objects/fast-import when we mean an offset | Shawn O. Pearce | 2007-03-07 | 1 | -2/+2 |
* | | | Use off_t when we really mean a file offset. | Shawn O. Pearce | 2007-03-07 | 1 | -4/+0 |
* | | | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'maint' | Shawn O. Pearce | 2007-03-05 | 1 | -6/+19 |
|\ \
| |/ |
|
| * | fast-import: Fail if a non-existant commit is used for merge | Shawn O. Pearce | 2007-03-05 | 1 | -1/+8 |
| * | fast-import: Avoid infinite loop after reset | Shawn O. Pearce | 2007-03-05 | 1 | -5/+11 |
* | | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -9/+9 |
* | | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 2007-02-27 | 1 | -5/+5 |
* | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -15/+15 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -21/+21 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-20 | 1 | -21/+16 |
|\ \
| |/ |
|
| * | Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. | Jason Riedy | 2007-02-20 | 1 | -21/+16 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-19 | 1 | -14/+23 |
|\ \
| |/ |
|
| * | Obey NO_C99_FORMAT in fast-import.c. | Jason Riedy | 2007-02-19 | 1 | -14/+23 |
* | | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 2007-02-13 | 1 | -1/+1 |
|/ |
|
* | fast-import: Support reusing 'from' and brown paper bag fix reset. | Shawn O. Pearce | 2007-02-12 | 1 | -3/+7 |
* | fast-import: Hide the pack boundary commits by default. | Shawn O. Pearce | 2007-02-11 | 1 | -11/+24 |
* | fast-import: Fix compile warnings | Johannes Schindelin | 2007-02-07 | 1 | -3/+5 |
* | Don't crash fast-import if the marks cannot be exported. | Shawn O. Pearce | 2007-02-07 | 1 | -2/+6 |
* | Dump all refs and marks during a checkpoint in fast-import. | Shawn O. Pearce | 2007-02-07 | 1 | -4/+8 |
* | Teach fast-import how to sit quietly in the corner. | Shawn O. Pearce | 2007-02-07 | 1 | -27/+31 |
* | Teach fast-import how to clear the internal branch content. | Shawn O. Pearce | 2007-02-07 | 1 | -1/+12 |
* | S_IFLNK != 0140000 | Junio C Hamano | 2007-02-06 | 1 | -1/+1 |
* | Don't do non-fastforward updates in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -12/+46 |
* | Support RFC 2822 date parsing in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -14/+93 |
* | Remove unnecessary null pointer checks in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -10/+5 |
* | Correct minor style issue in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -17/+17 |
* | Correct compiler warnings in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -4/+5 |
* | Remove --branch-log from fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -32/+0 |
* | Don't support shell-quoted refnames in fast-import. | Shawn O. Pearce | 2007-02-05 | 1 | -62/+5 |
* | Reduce memory usage of fast-import. | Shawn O. Pearce | 2007-02-05 | 1 | -12/+12 |
* | Include checkpoint command in the BNF. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+1 |
* | Merge branch 'master' into sp/gfi | Shawn O. Pearce | 2007-01-30 | 1 | -1/+0 |
* | Accept 'inline' file data in fast-import commit structure. | Shawn O. Pearce | 2007-01-18 | 1 | -6/+23 |
* | Support delimited data regions in fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -15/+49 |
* | Remove unnecessary options from fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -12/+4 |
* | Use fixed-size integers when writing out the index in fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -2/+2 |
* | Always use struct pack_header for pack header in fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -12/+14 |
* | Correct packfile edge output in fast-import. | Shawn O. Pearce | 2007-01-17 | 1 | -8/+15 |
* | Declare no-arg functions as (void) in fast-import. | Shawn O. Pearce | 2007-01-17 | 1 | -18/+18 |
* | Correct a few types to be unsigned in fast-import. | Shawn O. Pearce | 2007-01-17 | 1 | -3/+3 |