Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | expand_user_path(): clarify the role of the `real_home` parameter | Johannes Schindelin | 2021-07-26 | 1 | -1/+1 | |
* | | | expand_user_path(): remove stale part of the comment | Johannes Schindelin | 2021-07-26 | 1 | -3/+2 | |
|/ / | ||||||
* | | t0060: test ntfs/hfs-obscured dotfiles | Jeff King | 2021-05-04 | 1 | -0/+5 | |
* | | merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict | Elijah Newren | 2021-03-20 | 1 | -0/+1 | |
|/ | ||||||
* | sequencer: treat REVERT_HEAD as a pseudo ref | Han-Wen Nienhuys | 2020-08-21 | 1 | -1/+0 | |
* | sequencer: treat CHERRY_PICK_HEAD as a pseudo ref | Han-Wen Nienhuys | 2020-08-21 | 1 | -1/+0 | |
* | Merge branch 'dl/merge-autostash' | Junio C Hamano | 2020-04-30 | 1 | -0/+1 | |
|\ | ||||||
| * | merge: teach --autostash option | Denton Liu | 2020-04-10 | 1 | -0/+1 | |
* | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-27 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | setup: allow check_repository_format to read repository format | brian m. carlson | 2020-02-24 | 1 | -1/+1 | |
| |/ | ||||||
* | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+1 | |
* | | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 2020-03-06 | 1 | -1/+1 | |
|/ | ||||||
* | normalize_path_copy(): document "dst" size expectations | Jeff King | 2020-01-30 | 1 | -0/+2 | |
* | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-10 | 1 | -28/+68 | |
|\ | ||||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| |\ | ||||||
| | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | |\ | ||||||
| | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | | |\ | ||||||
| | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | | | |\ | ||||||
| | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | | | | |\ | ||||||
| | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | | | | | |\ | ||||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 | |
| | | | | | | |\ | ||||||
| | | | | | | | * | is_ntfs_dotgit(): speed it up | Johannes Schindelin | 2019-12-05 | 1 | -25/+30 | |
| | | | | | | | * | path: also guard `.gitmodules` against NTFS Alternate Data Streams | Johannes Schindelin | 2019-12-05 | 1 | -1/+1 | |
| | | | | | | | * | path: safeguard `.git` against NTFS Alternate Streams Accesses | Johannes Schindelin | 2019-12-05 | 1 | -1/+11 | |
| | | | | | | | * | is_ntfs_dotgit(): only verify the leading segment | Johannes Schindelin | 2019-12-05 | 1 | -4/+1 | |
| | | | | | | | * | path.c: document the purpose of `is_ntfs_dotgit()` | Johannes Schindelin | 2019-12-04 | 1 | -0/+28 | |
| | | | | * | | | | Merge branch 'tb/char-may-be-unsigned' into maint | Junio C Hamano | 2018-11-21 | 1 | -1/+1 | |
| | | | | |\ \ \ \ | ||||||
* | | | | | \ \ \ \ | Merge branch 'js/git-path-head-dot-lock-fix' | Junio C Hamano | 2019-12-01 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git_path(): handle `.lock` files correctly | Johannes Schindelin | 2019-10-29 | 1 | -0/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sg/dir-trie-fixes' | Junio C Hamano | 2019-11-10 | 1 | -55/+67 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | path.c: don't call the match function without value in trie_find() | SZEDER Gábor | 2019-10-23 | 1 | -5/+6 | |
| * | | | | | | | | | path.c: clarify two field names in 'struct common_dir' | SZEDER Gábor | 2019-10-23 | 1 | -33/+33 | |
| * | | | | | | | | | path.c: mark 'logs/HEAD' in 'common_list' as file | SZEDER Gábor | 2019-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | path.c: clarify trie_find()'s in-code comment | SZEDER Gábor | 2019-10-23 | 1 | -17/+28 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | path: add a function to check for path suffix | brian m. carlson | 2019-08-26 | 1 | -9/+30 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'nd/rewritten-ref-is-per-worktree' | Junio C Hamano | 2019-04-09 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Make sure refs/rewritten/ is per-worktree | Nguyễn Thái Ngọc Duy | 2019-03-08 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 2019-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | sha1-file: use an object_directory for the main object dir | Jeff King | 2018-11-13 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 2018-11-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add a place for (not) sharing stuff between worktrees | Nguyễn Thái Ngọc Duy | 2018-10-07 | 1 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'tb/char-may-be-unsigned' | Junio C Hamano | 2018-11-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | / / | path.c: char is not (always) signed | Torsten Bögershausen | 2018-10-26 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -9/+9 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 2018-05-18 | 1 | -9/+9 | |
* | | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -1/+85 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -1/+85 | |
| |\| | ||||||
| | * | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -1/+85 | |
| | |\ | ||||||
| | | * | is_ntfs_dotgit: match other .git files | Johannes Schindelin | 2018-05-22 | 1 | -0/+84 | |
| | | * | is_ntfs_dotgit: use a size_t for traversing string | Jeff King | 2018-05-22 | 1 | -1/+1 |