264 Commits (6eaf92f3d08180da4a6bd40035919a7e07ffed5a)

Author SHA1 Message Date
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
Junio C Hamano ba19a808aa Drop double-semicolon in C 16 years ago
Shawn O. Pearce 3d20c636af Clear the delta base cache during fast-import checkpoint 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Felipe Contreras 3d1d81eba2 fast-import: Cleanup mode setting. 16 years ago
René Scharfe c55fae43c4 fast-import.c: stricter strtoul check, silence compiler warning 16 years ago
Junio C Hamano 88fbf67b78 fast-import: make tagger information optional 16 years ago
Johannes Schindelin 87c8a56e4f fast-import: close pack before unlinking it 16 years ago
YONETANI Tomokazu 2fad5329f4 git-fast-import possible memory corruption problem 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Petr Baudis 8b4eb6b6cd Do not perform cross-directory renames when creating packs 16 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 17 years ago
Nicolas Pitre abeb40e5aa improve reliability of fixup_pack_header_footer() 17 years ago
Alexander Gavrilov 03db4525d3 Support gitlinks in fast-import. 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Linus Torvalds 4c81b03e30 Make pack creation always fsync() the result 17 years ago
Miklos Vajna b30317819d git-fast-import: rename cmd_*() functions to parse_*() 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Eyvind Bernhardsen 198724ad4e fast-import: Allow "reset" to delete a new branch without error 17 years ago
Adeodato Simó 655e8515f2 Really make the LF after reset in fast-import optional 17 years ago
Jean-Luc Herren 733ee2b7a9 fast-import: exit with proper message if not a git dir 17 years ago
Shawn O. Pearce 118805b920 Finish current packfile during fast-import crash handler 17 years ago
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. 17 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