summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-25make it more obvious that temporary files are temporary filesNicolas Pitre
2007-03-12Remove unnecessary casts from fast-importShawn O. Pearce
2007-03-12Merge branch 'maint'Shawn O. Pearce
2007-03-12fast-import: grow tree storage more aggressivelyJeff King
2007-03-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-03-07Allow fast-import frontends to reload the marks tableShawn O. Pearce
2007-03-07Use atomic updates to the fast-import mark fileShawn O. Pearce
2007-03-07Preallocate memory earlier in fast-importShawn O. Pearce
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-05Merge branch 'maint'Shawn O. Pearce
2007-03-05fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce
2007-03-05fast-import: Avoid infinite loop after resetShawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-21Merge branch 'maint'Junio C Hamano
2007-02-21Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy
2007-02-20Merge branch 'maint'Junio C Hamano
2007-02-20Obey NO_C99_FORMAT in fast-import.c.Jason Riedy
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-02-12fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce
2007-02-12fast-import: Hide the pack boundary commits by default.Shawn O. Pearce
2007-02-07fast-import: Fix compile warningsJohannes Schindelin
2007-02-07Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce
2007-02-07Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce
2007-02-07Teach fast-import how to sit quietly in the corner.Shawn O. Pearce
2007-02-07Teach fast-import how to clear the internal branch content.Shawn O. Pearce
2007-02-06S_IFLNK != 0140000Junio C Hamano
2007-02-06Don't do non-fastforward updates in fast-import.Shawn O. Pearce
2007-02-06Support RFC 2822 date parsing in fast-import.Shawn O. Pearce
2007-02-06Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce
2007-02-06Correct minor style issue in fast-import.Shawn O. Pearce
2007-02-06Correct compiler warnings in fast-import.Shawn O. Pearce
2007-02-06Remove --branch-log from fast-import.Shawn O. Pearce
2007-02-06Don't support shell-quoted refnames in fast-import.Shawn O. Pearce
2007-02-05Reduce memory usage of fast-import.Shawn O. Pearce
2007-02-05Include checkpoint command in the BNF.Shawn O. Pearce
2007-01-30Merge branch 'master' into sp/gfiShawn O. Pearce
2007-01-18Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce
2007-01-18Support delimited data regions in fast-import.Shawn O. Pearce
2007-01-18Remove unnecessary options from fast-import.Shawn O. Pearce
2007-01-18Use fixed-size integers when writing out the index in fast-import.Shawn O. Pearce
2007-01-18Always use struct pack_header for pack header in fast-import.Shawn O. Pearce
2007-01-17Correct packfile edge output in fast-import.Shawn O. Pearce
2007-01-17Declare no-arg functions as (void) in fast-import.Shawn O. Pearce
2007-01-17Correct a few types to be unsigned in fast-import.Shawn O. Pearce