120 Commits (e4465f0e71cc389a26bcf7474ad12112f683f633)

Author SHA1 Message Date
Shawn O. Pearce aac65ed1bc Fix possible coredump with fast-import --import-marks 18 years ago
Shawn O. Pearce 654aaa37ab Refactor fast-import branch creation from existing commit 18 years ago
Simon Hausmann 20f546a86c fast-import: Fix crash when referencing already existing objects 18 years ago
Simon Hausmann b259157f3c fast-import: Fix uninitialized variable 18 years ago
Sven Verdoolaege 68db31cc28 git-update-ref: add --no-deref option for overwriting/detaching ref 18 years ago
Dana L. How 8b0eca7c7b Create pack-write.c for common pack writing code 18 years ago
Shawn O. Pearce 475d1b333a Don't allow empty pathnames in fast-import 18 years ago
Sami Farin 00be8dcc1a fast-import: size_t vs ssize_t 18 years ago
Shawn O. Pearce a5c1780a03 Don't repack existing objects in fast-import 18 years ago
Theodore Ts'o 46efd2d93c Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS 18 years ago
Nicolas Pitre 0e55181f29 make it more obvious that temporary files are temporary files 18 years ago
Shawn O. Pearce 061e35c581 Remove unnecessary casts from fast-import 18 years ago
Jeff King f022f85f6d fast-import: grow tree storage more aggressively 18 years ago
Shawn O. Pearce e8438420bb Allow fast-import frontends to reload the marks table 18 years ago
Shawn O. Pearce 60b9004cdb Use atomic updates to the fast-import mark file 18 years ago
Shawn O. Pearce 93e72d8d8f Preallocate memory earlier in fast-import 18 years ago
Shawn O. Pearce 6777a59fcd Use off_t in pack-objects/fast-import when we mean an offset 18 years ago
Shawn O. Pearce c4001d92be Use off_t when we really mean a file offset. 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Shawn O. Pearce 2f6dc35d2a fast-import: Fail if a non-existant commit is used for merge 18 years ago
Shawn O. Pearce 734c91f9e2 fast-import: Avoid infinite loop after reset 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Nicolas Pitre df8436622f formalize typename(), and add its reverse type_from_string() 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Jason Riedy 3efb1f343a Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. 18 years ago
Jason Riedy e326bce65c Obey NO_C99_FORMAT in fast-import.c. 18 years ago
Shawn O. Pearce ea5e370aa9 fast-import: Support reusing 'from' and brown paper bag fix reset. 18 years ago
Shawn O. Pearce bdf1c06dc1 fast-import: Hide the pack boundary commits by default. 18 years ago
Johannes Schindelin 40db58b8dc fast-import: Fix compile warnings 18 years ago
Shawn O. Pearce 22c9f7e4c5 Don't crash fast-import if the marks cannot be exported. 18 years ago
Shawn O. Pearce 820b931012 Dump all refs and marks during a checkpoint in fast-import. 18 years ago
Shawn O. Pearce c499d76849 Teach fast-import how to sit quietly in the corner. 18 years ago
Shawn O. Pearce 825769a8fe Teach fast-import how to clear the internal branch content. 18 years ago
Junio C Hamano 9981b6d915 S_IFLNK != 0140000 18 years ago
Shawn O. Pearce 7073e69e38 Don't do non-fastforward updates in fast-import. 18 years ago
Shawn O. Pearce 63e0c8b364 Support RFC 2822 date parsing in fast-import. 18 years ago
Shawn O. Pearce e7d06a4b70 Remove unnecessary null pointer checks in fast-import. 18 years ago
Shawn O. Pearce e5b1444b96 Correct minor style issue in fast-import. 18 years ago
Shawn O. Pearce 10e8d68820 Correct compiler warnings in fast-import. 18 years ago
Shawn O. Pearce 0b868e0240 Remove --branch-log from fast-import. 18 years ago
Shawn O. Pearce 6c3aac1c69 Don't support shell-quoted refnames in fast-import. 18 years ago
Shawn O. Pearce 10831c5513 Reduce memory usage of fast-import. 18 years ago
Shawn O. Pearce 8c1f22da9f Include checkpoint command in the BNF. 18 years ago
Shawn O. Pearce b715cfbba4 Accept 'inline' file data in fast-import commit structure. 18 years ago
Shawn O. Pearce 3b4dce0275 Support delimited data regions in fast-import. 18 years ago
Shawn O. Pearce e5808826c4 Remove unnecessary options from fast-import. 18 years ago
Shawn O. Pearce ebea9dd4f1 Use fixed-size integers when writing out the index in fast-import. 18 years ago
Shawn O. Pearce 566f44252b Always use struct pack_header for pack header in fast-import. 18 years ago
Shawn O. Pearce 69e74e7412 Correct packfile edge output in fast-import. 18 years ago