851 Commits (0922570c76ae407e30477d27d72bb9d72c4b65f9)

Author SHA1 Message Date
Jeff King 3ddf0968c2 config: make environment parsing routines static 14 years ago
Michael J Gruber 7a39741999 config: define and document exit codes 14 years ago
Jeff King 7ffe853b10 connect: let callers know if connection is a socket 14 years ago
Junio C Hamano 5bf29b9500 read_sha1_file(): allow selective bypassing of replacement mechanism 14 years ago
Junio C Hamano e1111cef23 inline lookup_replace_object() calls 14 years ago
Junio C Hamano 4bbf5a2615 read_sha1_file(): get rid of read_sha1_file_repl() madness 14 years ago
Junio C Hamano fea33a1ef3 Declare lookup_replace_object() in cache.h, not in commit.h 14 years ago
Junio C Hamano 2e83b66c32 fix overslow :/no-such-string-ever-existed diagnostics 14 years ago
Junio C Hamano ec70f52f6f convert: rename the "eol" global variable to "core_eol" 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Ingo Molnar 1a812f3a70 hashcmp(): inline memcmp() by hand to optimize 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano 33e0f62ba9 pathspec: rename per-item field has_wildcard to use_wildcard 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 dbdf5854b2 Add git_config_early() 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
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 15 years ago
Junio C Hamano 72a5b561fc core.abbrevguard: Ensure short object names stay unique a bit longer 15 years ago