2054 Commits (86fdd94d723b7fa1870a64e8080d3540a434f29b)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 07564773c2 compat: auto-detect if zlib has uncompress2() 3 years ago
Martin Ågren 97d6fb5a1f cache.h: drop duplicate `ensure_full_index()` declaration 3 years ago
Marc Strapetz 2ede073fd2 update-index: refresh should rewrite index in case of racy timestamps 3 years ago
Ævar Arnfjörð Bjarmason 245b948815 cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) 3 years ago
Elijah Newren e6f8861bd4 setup: introduce startup_info->original_cwd 3 years ago
Victoria Dye 20ec2d034c reset: make sparse-aware (except --mixed) 3 years ago
Jeff King 9b591b9403 strbuf_addftime(): handle "%s" manually 3 years ago
Eric Wong 412e4caee3 tests: disable fsync everywhere 3 years ago
Ævar Arnfjörð Bjarmason 4ef91a2d79 commit: fix duplication regression in permission error output 3 years ago
Ævar Arnfjörð Bjarmason 96e41f58fe fsck: report invalid object type-path combinations 3 years ago
Ævar Arnfjörð Bjarmason dccb32bf01 object-file.c: stop dying in parse_loose_header() 3 years ago
Ævar Arnfjörð Bjarmason 5848fb11ac object-file.c: return ULHR_TOO_LONG on "header too long" 3 years ago
Ævar Arnfjörð Bjarmason 3b6a8db3b0 object-file.c: use "enum" return type for unpack_loose_header() 3 years ago
Ævar Arnfjörð Bjarmason 01cab97679 object-file.c: simplify unpack_loose_short_header() 3 years ago
Ævar Arnfjörð Bjarmason ddb3474b66 object-file.c: make parse_loose_header_extended() public 3 years ago
Ævar Arnfjörð Bjarmason f69a6e4f07 *.h: move some *_INIT to designated initializers 3 years ago
Ævar Arnfjörð Bjarmason 608cfd31cf *.h _INIT macros: don't specify fields equal to 0 3 years ago
Jeff King 5d1f5b8cd4 repack, prune: drop GIT_REF_PARANOIA settings 3 years ago
Ævar Arnfjörð Bjarmason c6b4888b3f environment.c: remove test-specific "ignore_untracked..." variable 3 years ago
René Scharfe 8f0f110156 compression: drop write-only core_compression_* variables 3 years ago
Lénaïc Huard cb7db5bbd5 cache.h: Introduce a generic "xdg_config_home_for(…)" function 3 years ago
Jacob Vosmaer 96328398b3 pkt-line: add stdio packet write functions 3 years ago
Ævar Arnfjörð Bjarmason 3fa2e91d17 refs file backend: move raceproof_create_file() here 4 years ago
Junio C Hamano 7ed37eb8ae expand_user_path: allow in-flight topics to keep using the old name 4 years ago
Johannes Schindelin a03b097d63 Use a better name for the function interpolating paths 4 years ago
Jonathan Tan b2896d2739 unpack-trees: refactor prefetching code 4 years ago
Ævar Arnfjörð Bjarmason 75d31ceec5 *.h: add a few missing __attribute__((format)) 4 years ago
Matheus Tavares 9616882780 make_transient_cache_entry(): optionally alloc from mem_pool 4 years ago
Jeff King 801ed010bf t0060: test ntfs/hfs-obscured dotfiles 4 years ago
Derrick Stolee 118a2e8bde cache: move ensure_full_index() to cache.h 4 years ago
Derrick Stolee 847a9e5d4f *: remove 'const' qualifier for struct index_state 4 years ago
Matheus Tavares b243012cb3 refresh_index(): add flag to ignore SKIP_WORKTREE entries 4 years ago
Derrick Stolee 58300f4743 sparse-index: add index.sparse config option 4 years ago
Derrick Stolee 6e773527b6 sparse-index: convert from full to sparse 4 years ago
Derrick Stolee 836e25c51b sparse-checkout: hold pattern list in index 4 years ago
Derrick Stolee 4300f8442a sparse-index: implement ensure_full_index() 4 years ago
Matheus Tavares d052cc0382 entry: extract a header file for entry.c functions 4 years ago
Ævar Arnfjörð Bjarmason eefadd18e1 tree.c API: move read_tree() into builtin/ls-files.c 4 years ago
Matheus Tavares fab78a0c3d checkout: don't follow symlinks when removing entries 4 years ago
Matheus Tavares 684dd4c2b4 checkout: fix bug that makes checkout follow symlinks in leading path 4 years ago
Derrick Stolee 1fd9ae517c repository: add repo reference to index_state 4 years ago
Patrick Steinhardt d8d77153ea config: allow specifying config entries via envvar pairs 4 years ago
brian m. carlson be6e0daee7 abspath: add a function to resolve paths with missing components 4 years ago
Jeff King 3fa6f2aa57 cache.h: move hash/oid functions to hash.h 4 years ago
Matheus Tavares eb3c027e17 apply: don't use core.sharedRepository to create working tree files 4 years ago
Han-Wen Nienhuys a76b138daa move sleep_millisec to git-compat-util.h 4 years ago
brian m. carlson 47ac970309 builtin/clone: avoid failure with GIT_DEFAULT_HASH 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Jonathan Tan a4f66a7876 sha1-name: replace unsigned int with option struct 5 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 5 years ago