832 Commits (7b41e1e15b2cce13deaafc0aab10580036346a5a)

Author SHA1 Message Date
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano 90a6464b4a rerere: make sure it works even in a workdir attached to a young repository 14 years ago
Junio C Hamano ccdc4ec304 diff/status: refactor opportunistic index update 14 years ago
Nguyễn Thái Ngọc Duy b57fb80a7d init, clone: support --separate-git-dir for .git file 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Jonathan Nieder c9b6782a08 enums: omit trailing comma for portability 14 years ago
Jonathan Nieder 9ddf17268c declare 1-bit bitfields to be unsigned 14 years ago
Jonathan Nieder 8f323c00dd config: drop support for GIT_CONFIG_NOGLOBAL 14 years ago
Linus Torvalds dce9648916 Make the default abbrev length configurable 14 years ago
Junio C Hamano ea2c69ed47 Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Jeff King 94b3b37464 trace: add trace_strbuf 14 years ago
Jeff King 39bc5e4680 trace: factor out "do we want to trace" logic 14 years ago
Jeff King 06796607ef trace: refactor to support multiple env variables 14 years ago
Jeff King c6053543f2 trace: add trace_vprintf 14 years ago
Ævar Arnfjörð Bjarmason 6578483036 i18n: add no-op _() and N_() wrappers 14 years ago
Shawn O. Pearce d131b7afea sha1_file.c: Don't retain open fds on small packs 14 years ago
Jonathan Nieder 046613c546 update-index --refresh --porcelain: add missing const 14 years ago
Libor Pechacek b09c53a3e3 Sanity-check config variable names 14 years ago
Johan Herland 53c403116a push.default: Rename 'tracking' to 'upstream' 14 years ago
Jonathan Nieder dab0d4108d correct type of EMPTY_TREE_SHA1_BIN 14 years ago
Nguyễn Thái Ngọc Duy c879daa237 Make hash-object more robust against malformed objects 14 years ago
Nguyễn Thái Ngọc Duy eb9cb55b94 Convert ce_path_match() to use struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy d38f28093e tree_entry_interesting(): support wildcard matching 14 years ago
Nguyễn Thái Ngọc Duy bc96cc87db tree_entry_interesting(): support depth limit 14 years ago
Nguyễn Thái Ngọc Duy 0602f3e916 Add struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy 835183603b Remove all logic from get_git_work_tree() 14 years ago
Nguyễn Thái Ngọc Duy e6aea2dba2 setup: limit get_git_work_tree()'s to explicit setup case only 14 years ago
Nguyễn Thái Ngọc Duy dbdf5854b2 Add git_config_early() 14 years ago
Clemens Buchacher b1735b1ab7 do not overwrite files in leading path 14 years ago
Nguyễn Thái Ngọc Duy edc54fb5d4 Make prefix_path() return char* without const 14 years ago
Nguyễn Thái Ngọc Duy f07d6a1ad1 setup: save prefix (original cwd relative to toplevel) in startup_info 14 years ago
Johannes Sixt f4b05a4947 Make the tab width used for whitespace checks configurable 14 years ago
Nguyễn Thái Ngọc Duy 2431afbf1b unpack-trees: move all skip-worktree checks back to unpack_trees() 14 years ago
Nguyễn Thái Ngọc Duy 2977ffbbe1 cache.h: realign and use (1 << x) form for CE_* constants 14 years ago
Nguyễn Thái Ngọc Duy a9ca8a85ef builtins: print setup info if repo is found 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Junio C Hamano 72a5b561fc core.abbrevguard: Ensure short object names stay unique a bit longer 14 years ago
Clemens Buchacher f66caaf9c8 do not overwrite files in leading path 14 years ago
Jonathan Nieder 01f6fd4b4e Documentation: No argument of ALLOC_GROW should have side-effects 14 years ago
René Scharfe b90d9b8895 work around buggy S_ISxxx(m) implementations 14 years ago
Anselm Kruis d3e7da8979 Add a new option 'core.askpass'. 15 years ago
Jonathan Nieder 655e8d9c92 do not pass "git -c foo=bar" params to transport helpers 15 years ago
Jeff King 2b64fc894d pass "git -c foo=bar" params through environment 15 years ago
Jonathan Nieder 987460611a Standardize do { ... } while (0) style 15 years ago
Greg Brockman ad9ac6db5d split_cmdline: Allow caller to access error string 15 years ago
Nguyễn Thái Ngọc Duy a60645f9c5 setup: remember whether repository was found 15 years ago
Nguyễn Thái Ngọc Duy e37c1329fa git wrapper: introduce startup_info struct 15 years ago
Nguyễn Thái Ngọc Duy 700e66d661 unpack-trees: let read-tree -u remove index entries outside sparse area 15 years ago