1389 Commits (01e1d54418a016fb305cb29295f54a86c57dc316)

Author SHA1 Message Date
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
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 161f00e708 teach sha1_object_info_extended a "disk_size" query 12 years ago
Jiang Xin e02ca72f70 path.c: refactor relative_path(), not only strip prefix 12 years ago
Michael Haggerty 3861253224 add a stat_validity struct 12 years ago
Michael Haggerty c21d39d7c7 Extract a struct stat_data from cache_entry 12 years ago
Nguyễn Thái Ngọc Duy b12ca9631f core: use env variable instead of config var to turn on logging pack access 12 years ago
René Scharfe 21a6b9fa42 read-cache: mark cache_entry pointers const 12 years ago
René Scharfe 20d142b48c cache: mark cache_entry pointers const 12 years ago
Jeff King 900f2814b8 refactor "ref->merge" flag 12 years ago
Junio C Hamano 808d3d717e git add: -u/-A now affects the entire working tree 12 years ago
Junio C Hamano 3d27b9b005 date.c: add parse_expiry_date() 12 years ago
Lukas Fleischer ff36682505 read_blob_data_from_index(): optionally return the size of blob data 12 years ago
Lukas Fleischer 29fb37b272 attr.c: extract read_index_data() as read_blob_data_from_index() 12 years ago
Torsten Bögershausen 3a429d3b8d path.c: simplify adjust_shared_perm() 12 years ago
Jonathan Nieder 71c7b0538f add -u: only show pathless 'add -u' warning when changes exist outside cwd 12 years ago
Nguyễn Thái Ngọc Duy e721c1544f checkout: avoid unnecessary match_pathspec calls 12 years ago