327 Commits (c5a84e92a2fe9e8748e32341c344d7a6c0f52a50)

Author SHA1 Message Date
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 12 years ago
Richard Hansen bb8040f9f9 use 'tree-ish' instead of 'treeish' 12 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
John Keeping 62bfa11cc9 fast-import: allow moving the root tree 12 years ago
John Keeping e0eb6b9720 fast-import: allow ls or filecopy of the root tree 12 years ago
John Keeping adefdba536 fast-import: set valid mode on root tree in "ls" 12 years ago
Felipe Contreras 45c5d4a56b fast-{import,export}: use get_sha1_hex() to read from marks file 12 years ago
Ramsay Jones 84d32bf767 sparse: Fix mingw_main() argument number/type errors 12 years ago
Ramsay Jones 0a34594c83 fast-import: Fix an gcc -Wuninitialized warning 12 years ago
Jeff King 3aa99df802 fast-import: clarify "inline" logic in file_change_m 12 years ago
Jeff King cbfd5e1cbb drop some obsolete "x = x" compiler warning hacks 12 years ago
Jeff King 4db34cc134 fast-import: use pointer-to-pointer to keep list tail 12 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Pete Wyckoff 06454cb9a3 fast-import: tighten parsing of datarefs 13 years ago
Jonathan Nieder 178e1deaae fast-import: don't allow 'ls' of path with empty components 13 years ago
Jonathan Nieder c27e559da5 fast-import: leakfix for 'ls' of dirty trees 13 years ago
Thomas Rast a8ea1b7a55 fast-import: zero all of 'struct tag' to silence valgrind 13 years ago
Ævar Arnfjörð Bjarmason ab1900a36e Appease Sun Studio by renaming "tmpfile" 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Junio C Hamano 6c52614864 csum-file: introduce sha1file_checkpoint 13 years ago
Johan Herland 1838685780 fast-import: Fix incorrect fanout level when modifying existing notes refs 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Dmitry Ivankov 0bc69881a6 fast-import: don't allow to note on empty branch 14 years ago
Dmitry Ivankov 2c9c8ee2de fast-import: don't allow to tag empty branch 14 years ago
Dmitry Ivankov 6c447f633c fast-import: allow to tag newly created objects 14 years ago
Dmitry Ivankov 2efe38e7da fast-import: add tests for tagging blobs 14 years ago
Dmitry Ivankov a7e9c34126 fast-import: treat cat-blob as a delta base hint for next blob 14 years ago
Dmitry Ivankov 94c3b48247 fast-import: count and report # of calls to diff_delta in stats 14 years ago
Dmitry Ivankov 8fb3ad76b1 fast-import: prevent producing bad delta 14 years ago
Dmitry Ivankov 4b4963c0e1 fast-import: check committer name more strictly 14 years ago
Dmitry Ivankov 17fb00721b fast-import: don't fail on omitted committer name 14 years ago
Sverre Rabbelier be56862f19 fast-import: introduce 'done' command 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Sverre Rabbelier 4cce4ef2d5 fast-import: fix option parser for no-arg options 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Shawn O. Pearce d131b7afea sha1_file.c: Don't retain open fds on small packs 14 years ago
Jonathan Nieder 6288e3e180 fast-import: make code "-Wpointer-arith" clean 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
David Barr 8dc6a373d2 fast-import: add 'ls' command 14 years ago
Jonathan Nieder 547e8b9205 fast-import: introduce "feature notes" command 14 years ago
Jonathan Nieder 8fe533f686 fast-import: treat filemodify with empty tree as delete 14 years ago
Ramkumar Ramachandra dded4f12a4 fast-import: Introduce --import-marks-if-exists 14 years ago
Jonathan Nieder 777f80d742 fast-import: Allow cat-blob requests at arbitrary points in stream 14 years ago
David Barr 85c62395b1 fast-import: let importers retrieve blobs 14 years ago
Jonathan Nieder a9ff277e58 fast-import: stricter parsing of integer options 14 years ago
Jonathan Nieder dc01f59d21 fast-import: treat SIGUSR1 as a request to access objects early 14 years ago