242 Commits (a33fb40fe477fa1a9ce882230415f19378959390)

Author SHA1 Message Date
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Raja R Harinath 7e7db5e452 fast-import: export correctly marks larger than 2^20-1 15 years ago
Elijah Newren 253fb5f889 fast-import: Improve robustness when D->F changes provided in wrong order 15 years ago
Jonathan Nieder 334fba656b Teach fast-import to import subtrees named by tree id 15 years ago
Thomas Rast 3e333036cc fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f) 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Sverre Rabbelier 580d5f83e7 fast-import: always create marks_file directories 15 years ago
Johannes Sixt ebaa79f462 Make report() from usage.c public as vreportf() and use it. 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nicolas Pitre b500d5e11e fast-import: use the diff_delta() max_delta_size argument 15 years ago
Nicolas Pitre 8c2ca8dd8a fast-import: honor pack.indexversion and pack.packsizelimit config vars 15 years ago
Nicolas Pitre 89e0a3a131 fast-import: make default pack size unlimited 15 years ago
Nicolas Pitre 427cb22c40 fast-import: use write_idx_file() instead of custom code 15 years ago
Nicolas Pitre 212818160d fast-import: use sha1write() for pack data 15 years ago
Nicolas Pitre 3fc366bdbb fast-import: start using struct pack_idx_entry 15 years ago
Junio C Hamano 4d0cc22437 fast-import: count --max-pack-size in bytes 15 years ago
Junio C Hamano 76ea93ccb5 fast-import.c: Fix big-file-threshold parsing bug 15 years ago
Shawn O. Pearce 5eef828bc0 fast-import: Stream very large blobs directly to pack 15 years ago
Dmitry Potapov 8db751a8f9 fast-import: tag may point to any object type 15 years ago
Shawn O. Pearce 74fbd1182a fast-import: Document author/committer/tagger name is optional 15 years ago
Johan Herland 2a113aee9b fast-import: Proper notes tree manipulation 15 years ago
Sverre Rabbelier bc3c79aefc fast-import: add (non-)relative-marks feature 15 years ago
Sverre Rabbelier 081751c882 fast-import: allow for multiple --import-marks= arguments 15 years ago
Sverre Rabbelier 9c8398f0c9 fast-import: add option command 15 years ago
Sverre Rabbelier f963bd5d71 fast-import: add feature command 15 years ago
Sverre Rabbelier 07cd9328b6 fast-import: put marks reading in its own function 15 years ago
Sverre Rabbelier 0f6927c229 fast-import: put option parsing code in separate functions 15 years ago
Jonathan Nieder 71a04a8b52 Show usage string for 'git fast-import -h' 15 years ago
Johan Herland a8dd2e7d2b fast-import: Add support for importing commit notes 15 years ago
Junio C Hamano 1cd749cc07 fast-import.c::validate_raw_date(): really validate the value 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Michael J Gruber b18cc5a3b2 Fix more typos/spelling in comments 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Elijah Newren 98e1a4186a Correct missing SP characters in grammar comment at top of fast-import.c 16 years ago
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 17 years ago