1164 Commits (412cb2ec1302364aba862b183210249c2ca7d44e)

Author SHA1 Message Date
Michael Haggerty 1f91e79cf6 Add docstrings for lookup_replace_object() and do_lookup_replace_object() 11 years ago
Nguyễn Thái Ngọc Duy 9ef176b55c tag: support --sort=<spec> 11 years ago
Michael Haggerty d40d535b89 sha1_file.c: document a bunch of functions defined in the file 11 years ago
Eric Sunshine 7b359ea6b3 name-hash: retire unused index_name_exists() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Brad King 257627268a read-cache.c: extend make_cache_entry refresh flag with options 11 years ago
Brad King 2e2e7ec1ef read-cache.c: refactor --ignore-missing implementation 11 years ago
Jeff King 7ca36d9398 date: check date overflow against time_t 11 years ago
Michael Haggerty 30d6c6eabf sha1_file_name(): declare to return a const string 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Kirill A. Shutemov 3caec73b55 config: teach "git config --file -" to read from the standard input 11 years ago
Kirill A. Shutemov c8985ce053 config: change git_config_with_options() interface 11 years ago
Nguyễn Thái Ngọc Duy de0957ce2e daemon: move daemonize() to libgit.a 11 years ago
Nguyễn Thái Ngọc Duy b4b313f94a reset: support "--mixed --intent-to-add" mode 11 years ago
Michael Haggerty 54457fe509 refname_match(): always use the rules in ref_rev_parse_rules 11 years ago
Michael Haggerty 18d37e860d safe_create_leading_directories(): add new error value SCLD_VANISHED 11 years ago
Michael Haggerty 0be0521b23 safe_create_leading_directories(): introduce enum for return values 11 years ago
Jeff King 5d642e7506 sha1_object_info_extended: provide delta base sha1s 11 years ago
Christian Couder de7b5d6218 sha1_object_info_extended(): add an "unsigned flags" parameter 11 years ago
Christian Couder bf93eea0f6 sha1_file.c: add lookup_replace_object_extended() to pass flags 11 years ago
Christian Couder ffe68cf9ac rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT 11 years ago
Nguyễn Thái Ngọc Duy 069c053222 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses 11 years ago
Nguyễn Thái Ngọc Duy 58babfffde shallow.c: the 8 steps to select new commits for .git/shallow 11 years ago
Karsten Blees efc684245b remove old hash.[ch] implementation 11 years ago
Karsten Blees 419a597f64 name-hash.c: remove cache entries instead of marking them CE_UNHASHED 11 years ago
Karsten Blees 8b013788a1 name-hash.c: use new hash map implementation for cache entries 11 years ago
Karsten Blees e05881a457 name-hash.c: use new hash map implementation for directories 11 years ago
Stefan Beller 84471a1213 cache: remove unused function 'have_git_dir' 12 years ago
Vicent Marti ec73f5807c sha1_file: export `git_open_noatime` 12 years ago
Junio C Hamano af2a651d2e checkout_entry(): clarify the use of topath[] parameter 12 years ago
Jiang Xin 41894ae3a3 Use simpler relative_path when set_git_dir 12 years ago
Jeff King 662cc30cd0 format-patch: print in-body "From" only when needed 12 years ago
Junio C Hamano 5d54cffc36 connect.c: make parse_feature_value() static 12 years ago
Eric Sunshine db5360f3f4 name-hash: refactor polymorphic index_name_exists() 12 years ago
Jeff King 0016024277 git-config: always treat --int as 64-bit internally 12 years ago
Felipe Contreras cf99a761d3 sha1-name: pass len argument to interpret_branch_name() 12 years ago
Thomas Gummerer 7800c1ebcc read-cache: use fixed width integer types 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Thomas Rast 1d999ddd1d daemon/shell: refactor redirection of 0/1/2 from /dev/null 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy 645a29c40a parse_pathspec: make sure the prefix part is wildcard-free 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Jeff King 5b0864070e sha1_object_info_extended: make type calculation optional 12 years ago
Jeff King 25fba78d36 cat-file: disable object/refname ambiguity check for batch mode 12 years ago
Heiko Voigt 1bc888193e teach config --blob option to parse config from database 12 years ago