1104 Commits (ec145c9c2ef0ddf0ca8b57b968054f4db9de63b3)

Author SHA1 Message Date
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 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
René Scharfe c3c2e1a09b archive-zip: use deflateInit2() to ask for raw compressed data 12 years ago
Jeff King 2cd83d10bb setup: suppress implicit "." work-tree for bare repos 12 years ago
Jeff King a6f7f9a325 environment: add GIT_PREFIX to local_repo_env 12 years ago
Jeff King 2163e5dbb4 cache.h: drop LOCAL_REPO_ENV_SIZE 12 years ago
Karsten Blees 2092678cd5 name-hash.c: fix endless loop with core.ignorecase=true 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Nguyễn Thái Ngọc Duy 543c5caa6c count-objects: report garbage files in pack directory too 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Junio C Hamano 5ece083fc7 push: further clean up fields of "struct ref" 12 years ago
Jeff King 1b86bbb0ad config: add helper function for parsing key names 12 years ago
Robin Rosenberg c08e4d5b5c Enable minimal stat checking 12 years ago
Junio C Hamano 256b9d70a4 push: fix "refs/tags/ hierarchy cannot be updated without --force" 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Max Horn 5ded807f7c fix clang -Wunused-value warnings for error functions 12 years ago
Jeff King 823ab40fd4 add global --literal-pathspecs option 12 years ago
Jeff King a469a10193 silence some -Wuninitialized false positives 12 years ago
Jeff King 086109006f mailmap: support reading mailmap from blobs 12 years ago