summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Create pack-write.c for common pack writing codeDana L. How2007-05-021-37/+3
* Merge branch 'maint'Junio C Hamano2007-04-291-0/+2
|\
| * Don't allow empty pathnames in fast-importShawn O. Pearce2007-04-281-0/+2
* | fast-import: size_t vs ssize_tSami Farin2007-04-241-1/+1
* | Don't repack existing objects in fast-importShawn O. Pearce2007-04-201-0/+8
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-311-1/+1
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-241-2/+2
* Remove unnecessary casts from fast-importShawn O. Pearce2007-03-121-2/+2
* Merge branch 'maint'Shawn O. Pearce2007-03-121-2/+2
|\
| * fast-import: grow tree storage more aggressivelyJeff King2007-03-121-2/+2
* | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-071-17/+68
|\ \
| * | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-071-0/+36
| * | Use atomic updates to the fast-import mark fileShawn O. Pearce2007-03-071-9/+26
| * | Preallocate memory earlier in fast-importShawn O. Pearce2007-03-071-8/+6
* | | Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-071-2/+2
* | | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-4/+0
* | | General const correctness fixesShawn O. Pearce2007-03-071-1/+1
|/ /
* | Merge branch 'maint'Shawn O. Pearce2007-03-051-6/+19
|\ \ | |/
| * fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce2007-03-051-1/+8
| * fast-import: Avoid infinite loop after resetShawn O. Pearce2007-03-051-5/+11
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-9/+9
* | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-5/+5
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-15/+15
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-21/+21
* | Merge branch 'maint'Junio C Hamano2007-02-201-21/+16
|\ \ | |/
| * Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-201-21/+16
* | Merge branch 'maint'Junio C Hamano2007-02-191-14/+23
|\ \ | |/
| * Obey NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-191-14/+23
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-1/+1
|/
* fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-121-3/+7
* fast-import: Hide the pack boundary commits by default.Shawn O. Pearce2007-02-111-11/+24
* fast-import: Fix compile warningsJohannes Schindelin2007-02-071-3/+5
* Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce2007-02-071-2/+6
* Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce2007-02-071-4/+8
* Teach fast-import how to sit quietly in the corner.Shawn O. Pearce2007-02-071-27/+31
* Teach fast-import how to clear the internal branch content.Shawn O. Pearce2007-02-071-1/+12
* S_IFLNK != 0140000Junio C Hamano2007-02-061-1/+1
* Don't do non-fastforward updates in fast-import.Shawn O. Pearce2007-02-061-12/+46
* Support RFC 2822 date parsing in fast-import.Shawn O. Pearce2007-02-061-14/+93
* Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce2007-02-061-10/+5
* Correct minor style issue in fast-import.Shawn O. Pearce2007-02-061-17/+17
* Correct compiler warnings in fast-import.Shawn O. Pearce2007-02-061-4/+5
* Remove --branch-log from fast-import.Shawn O. Pearce2007-02-061-32/+0
* Don't support shell-quoted refnames in fast-import.Shawn O. Pearce2007-02-051-62/+5
* Reduce memory usage of fast-import.Shawn O. Pearce2007-02-051-12/+12
* Include checkpoint command in the BNF.Shawn O. Pearce2007-02-051-0/+1
* Merge branch 'master' into sp/gfiShawn O. Pearce2007-01-301-1/+0
* Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce2007-01-181-6/+23
* Support delimited data regions in fast-import.Shawn O. Pearce2007-01-181-15/+49
* Remove unnecessary options from fast-import.Shawn O. Pearce2007-01-181-12/+4