788 Commits (c597ba801048be45d168b1f6335e91bab165448f)

Author SHA1 Message Date
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 15 years ago
Clemens Buchacher f66caaf9c8 do not overwrite files in leading path 15 years ago
Jonathan Nieder 01f6fd4b4e Documentation: No argument of ALLOC_GROW should have side-effects 15 years ago
René Scharfe b90d9b8895 work around buggy S_ISxxx(m) implementations 15 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
Thomas Rast 894a9d333e Support showing notes from more than one notes tree 15 years ago
Junio C Hamano cac42b266a builtin/merge: make checkout_fast_forward() non static 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Giuseppe Bilotta 48a7c1c49d Refactor list of of repo-local env vars 15 years ago
Nicolas Pitre f965c525a4 move encode_in_pack_object_header() to a better place 15 years ago
Matthieu Moy b862b61c03 git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Junio C Hamano 8420ccd8b8 git_config_maybe_bool() 15 years ago
Nguyễn Thái Ngọc Duy 4bb43de259 Move offset_1st_component() to path.c 15 years ago