162 Commits (3b08e5b8c9130f57a38e51557dbb173b9edda5ba)

Author SHA1 Message Date
Shawn O. Pearce 3b08e5b8c9 Include the fast-import marks table in crash reports 17 years ago
Shawn O. Pearce fbc63ea694 Include annotated tags in fast-import crash reports 17 years ago
Shawn O. Pearce e8b32e0610 fast-import: check return value from unpack_entry() 17 years ago
Shawn O. Pearce 7422bac441 Document the hairy gfi_unpack_entry part of fast-import 17 years ago
Shawn O. Pearce bb23fdfa6c Teach fast-import to honor pack.compression and pack.depth 17 years ago
Jim Meyering 5a7b1b571e fast-import: Don't use a maybe-clobbered errno value 17 years ago
Shawn O. Pearce c9ced051c3 Fix random fast-import errors when compiled with NO_MMAP 17 years ago
Brandon Casey fb54abd604 fast-import.c: don't try to commit marks file if write failed 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Jim Meyering 95693d45ee bundle, fast-import: detect write failure 17 years ago
Junio C Hamano 257f3020f6 Update callers of check_ref_format() 17 years ago
David S. Miller 69ae517541 fast-import: fix unalinged allocation and access 17 years ago
Shawn O. Pearce 436e7a74c6 Don't allow fast-import tree delta chains to exceed maximum depth 17 years ago
Pierre Habouzit c2e6b6d0d1 fast-import.c: fix regression due to strbuf conversion 17 years ago
Julian Phillips 2005dbe2a4 fast-import: Fix argument order to die in file_change_m 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 18 years ago
Pierre Habouzit c76689df6c strbuf API additions and enhancements. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Pierre Habouzit 0557656930 fast-import optimization: 18 years ago
Pierre Habouzit eec813cfc6 fast-import was using dbuf's, replace them with strbuf's. 18 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 18 years ago
Pierre Habouzit 4a241d79c9 fast-import: Use strbuf API, and simplify cmd_data() 18 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 18 years ago
Alex Riesen 4bf53833db Avoid using va_copy in fast-import: it seems to be unportable. 18 years ago
Junio C Hamano 7e5dcea831 fast-import pull request 18 years ago
Shawn O. Pearce 904b194151 Include recent command history in fast-import crash reports 18 years ago
Shawn O. Pearce 8acb3297f3 Generate crash reports on die in fast-import 18 years ago
Shawn O. Pearce ac053c0202 Allow frontends to bidirectionally communicate with fast-import 18 years ago
Shawn O. Pearce 1fdb649c6a Make trailing LF optional for all fast-import commands 18 years ago
Shawn O. Pearce 2c570cde98 Make trailing LF following fast-import `data` commands optional 18 years ago
Shawn O. Pearce 401d53fa35 Teach fast-import to ignore lines starting with '#' 18 years ago
Shawn O. Pearce 3149007475 Use handy ALLOC_GROW macro in fast-import when possible 18 years ago
Shawn O. Pearce ea08a6fd19 Actually allow TAG_FIXUP branches in fast-import 18 years ago
Alex Riesen c905e09006 Fix whitespace in "Format of STDIN stream" of fast-import 18 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 18 years ago
Shawn O. Pearce b6f3481bb4 Teach fast-import to recursively copy files/directories 18 years ago
Shawn O. Pearce f39a946a1f Support wholesale directory renames in fast-import 18 years ago
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