2015 Commits (8463beaeb69fe0b7f651065813def4aa6827cd5d)

Author SHA1 Message Date
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 5 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
Jeff King ec91ffca04 verify_repository_format(): complain about new extensions in v0 repo 5 years ago
Jonathan Nieder 62f2eca606 repository: allow repository format upgrade with extensions 5 years ago
Johannes Schindelin 32ba12dab2 init: allow specifying the initial branch name for the new repository 5 years ago
Xin Li 16af5f1abb repository: add a helper function to perform repository format upgrade 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
brian m. carlson c397aac02f convert: provide additional metadata to filters 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Alexandr Miloslavskiy 0915a5b4cd set_git_dir: fix crash when used with real_path() 5 years ago
brian m. carlson efa7ae36c1 init-db: move writing repo version into a function 5 years ago
brian m. carlson 8b8f7189df builtin/init-db: allow specifying hash algorithm on command line 5 years ago
brian m. carlson cfe3917c85 setup: allow check_repository_format to read repository format 5 years ago
brian m. carlson 61e2a70ff2 hex: add functions to parse hex object IDs in any algorithm 5 years ago
brian m. carlson dadacf10dc hex: introduce parsing variants taking hash algorithms 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago
Kevin Willford 56c6910028 fsmonitor: change last update timestamp on the index_state to opaque token 5 years ago
Derrick Stolee 44143583b7 sparse-checkout: use extern for global variables 5 years ago
Derrick Stolee 4dcd4def3c unpack-trees: add progress to clear_ce_flags() 5 years ago
Derrick Stolee 879321eb0b sparse-checkout: add 'cone' mode 5 years ago
Heba Waly 13aa9c8b70 cache: move doc to cache.h 5 years ago
Jeff King b19f3fe9dd hex: drop sha1_to_hex() 5 years ago
Jeff King aa6d7f93ed hex: drop sha1_to_hex_r() 5 years ago
Johannes Schindelin c097b95a26 msvc: avoid using minus operator on unsigned types 5 years ago