801 Commits (803dbdb9686f249e88fae8530b5306d6eea62c1b)

Author SHA1 Message Date
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
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 15 years ago
Jonathan Nieder 9644c06163 Export parse_date_basic() to convert a date string to timestamp 15 years ago
Heiko Voigt 0bad611b1e Teach ref iteration module about submodules 15 years ago
Eyvind Bernhardsen f217f0e86d Avoid conflicts when merging branches with mixed normalization 15 years ago
Clément Poulain 573285e552 sha1_name: add get_sha1_with_context() 15 years ago
Eyvind Bernhardsen 942e774767 Add "core.eol" config variable 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Thomas Rast b3d83d9f2e Complete prototype of git_config_from_parameters() 15 years ago
Eyvind Bernhardsen fd6cce9e89 Add per-repository eol normalization 15 years ago
Shawn O. Pearce 7b64469a36 Allow parse_pack_index on temporary files 15 years ago
Shawn O. Pearce fa5fc15d6e Introduce close_pack_index to permit replacement 15 years ago
Chris Webb d511bd330d whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst 15 years ago
Chris Webb 3e3ec2abe0 whitespace: add tab-in-indent error class 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Jeff King c00e657df2 fix const-correctness of write_sha1_file 15 years ago
Alex Riesen 8b1fa77867 Allow passing of configuration parameters in the command line 15 years ago
Lars R. Damerow 0ef37164c2 config.c: remove static keyword from git_env_bool() 15 years ago
Thomas Rast 6956f858f6 notes: implement helpers needed for note copying during rewrite 15 years ago