Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | normalize_path_copy(): document "dst" size expectations | Jeff King | 1 | -0/+2 |
2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 1 | -28/+68 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -28/+68 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 1 | -28/+68 |
2019-12-05 | is_ntfs_dotgit(): speed it up | Johannes Schindelin | 1 | -25/+30 |
2019-12-05 | path: also guard `.gitmodules` against NTFS Alternate Data Streams | Johannes Schindelin | 1 | -1/+1 |
2019-12-05 | path: safeguard `.git` against NTFS Alternate Streams Accesses | Johannes Schindelin | 1 | -1/+11 |
2019-12-05 | is_ntfs_dotgit(): only verify the leading segment | Johannes Schindelin | 1 | -4/+1 |
2019-12-04 | path.c: document the purpose of `is_ntfs_dotgit()` | Johannes Schindelin | 1 | -0/+28 |
2019-12-01 | Merge branch 'js/git-path-head-dot-lock-fix' | Junio C Hamano | 1 | -0/+6 |
2019-11-10 | Merge branch 'sg/dir-trie-fixes' | Junio C Hamano | 1 | -55/+67 |
2019-10-29 | git_path(): handle `.lock` files correctly | Johannes Schindelin | 1 | -0/+6 |
2019-10-23 | path.c: don't call the match function without value in trie_find() | SZEDER Gábor | 1 | -5/+6 |
2019-10-23 | path.c: clarify two field names in 'struct common_dir' | SZEDER Gábor | 1 | -33/+33 |
2019-10-23 | path.c: mark 'logs/HEAD' in 'common_list' as file | SZEDER Gábor | 1 | -1/+1 |
2019-10-23 | path.c: clarify trie_find()'s in-code comment | SZEDER Gábor | 1 | -17/+28 |
2019-08-26 | path: add a function to check for path suffix | brian m. carlson | 1 | -9/+30 |
2019-04-10 | Merge branch 'nd/rewritten-ref-is-per-worktree' | Junio C Hamano | 1 | -0/+3 |
2019-03-08 | Make sure refs/rewritten/ is per-worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2019-01-04 | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 1 | -1/+1 |
2018-11-21 | Merge branch 'tb/char-may-be-unsigned' into maint | Junio C Hamano | 1 | -1/+1 |
2018-11-13 | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 1 | -0/+2 |
2018-11-13 | sha1-file: use an object_directory for the main object dir | Jeff King | 1 | -1/+1 |
2018-11-06 | Merge branch 'tb/char-may-be-unsigned' | Junio C Hamano | 1 | -1/+1 |
2018-10-26 | path.c: char is not (always) signed | Torsten Bögershausen | 1 | -1/+1 |
2018-10-07 | Add a place for (not) sharing stuff between worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -9/+9 |
2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -1/+85 |
2018-05-22 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -1/+85 |
2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -1/+85 |
2018-05-21 | is_ntfs_dotgit: match other .git files | Johannes Schindelin | 1 | -0/+84 |
2018-05-21 | is_ntfs_dotgit: use a size_t for traversing string | Jeff King | 1 | -1/+1 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -9/+9 |
2018-03-23 | repository: introduce raw object store field | Stefan Beller | 1 | -1/+2 |
2017-10-28 | Merge branch 'ao/path-use-xmalloc' | Junio C Hamano | 1 | -1/+1 |
2017-10-25 | path.c: use xmalloc() in add_to_trie() | Andrey Okoshkin | 1 | -1/+1 |
2017-10-18 | Merge branch 'jk/validate-headref-fix' into maint | Junio C Hamano | 1 | -11/+12 |
2017-10-07 | Merge branch 'tg/memfixes' | Junio C Hamano | 1 | -5/+4 |
2017-10-05 | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 1 | -1/+1 |
2017-10-04 | path.c: fix uninitialized memory access | Jeff King | 1 | -5/+4 |
2017-10-03 | Merge branch 'jk/validate-headref-fix' | Junio C Hamano | 1 | -11/+12 |
2017-10-02 | path: use strbuf_add_real_path() | René Scharfe | 1 | -1/+1 |
2017-09-27 | validate_headref: use get_oid_hex for detached HEADs | Jeff King | 1 | -2/+2 |
2017-09-27 | validate_headref: use skip_prefix for symref parsing | Jeff King | 1 | -9/+6 |
2017-09-27 | validate_headref: NUL-terminate HEAD buffer | Jeff King | 1 | -0/+4 |