Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-21 | 1 | -0/+84 |
| | | * | is_ntfs_dotgit: use a size_t for traversing string | Jeff King | 2018-05-21 | 1 | -1/+1 |
| | * | | Merge branch 'jk/validate-headref-fix' into maint | Junio C Hamano | 2017-10-18 | 1 | -11/+12 |
| | |\ \ | |||||
* | | | | | repository: introduce raw object store field | Stefan Beller | 2018-03-23 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge branch 'ao/path-use-xmalloc' | Junio C Hamano | 2017-10-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | path.c: use xmalloc() in add_to_trie()ao/path-use-xmalloc | Andrey Okoshkin | 2017-10-25 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'tg/memfixes' | Junio C Hamano | 2017-10-07 | 1 | -5/+4 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | path.c: fix uninitialized memory access | Jeff King | 2017-10-04 | 1 | -5/+4 |
* | | | | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 2017-10-05 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | path: use strbuf_add_real_path() | René Scharfe | 2017-10-02 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/validate-headref-fix' | Junio C Hamano | 2017-10-03 | 1 | -11/+12 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | validate_headref: use get_oid_hex for detached HEADsjk/validate-headref-fix | Jeff King | 2017-09-27 | 1 | -2/+2 |
| * | | | validate_headref: use skip_prefix for symref parsing | Jeff King | 2017-09-27 | 1 | -9/+6 |
| * | | | validate_headref: NUL-terminate HEAD buffer | Jeff King | 2017-09-27 | 1 | -0/+4 |
| |/ / | |||||
* | | | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
|/ / | |||||
* | | Merge tag 'v2.13.5' into maint | Junio C Hamano | 2017-08-04 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Merge tag 'v2.12.4' into maint | Junio C Hamano | 2017-08-01 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge tag 'v2.10.4' into maint-2.11 | Junio C Hamano | 2017-07-30 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Merge tag 'v2.9.5' into maint-2.10 | Junio C Hamano | 2017-07-30 | 1 | -0/+5 |
| | | |\ | |||||
| | | | * | Merge tag 'v2.8.6' into maint-2.9 | Junio C Hamano | 2017-07-30 | 1 | -0/+5 |
| | | | |\ | |||||
| | | | | * | Merge tag 'v2.7.6' into maint-2.8 | Junio C Hamano | 2017-07-30 | 1 | -0/+5 |
| | | | | |\ | |||||
| | | | | | * | connect: factor out "looks like command line option" check | Jeff King | 2017-07-28 | 1 | -0/+5 |
| | | | | | * | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 2016-02-05 | 1 | -9/+5 |
| | | | | | |\ | |||||
| | | | | * | \ | Merge branch 'lp/typofixes' into maint | Junio C Hamano | 2016-05-26 | 1 | -1/+1 |
| | | | | |\ \ \ | |||||
| | | | | * \ \ \ | Merge branch 'jk/check-repository-format' into maint | Junio C Hamano | 2016-05-02 | 1 | -5/+5 |
| | | | | |\ \ \ \ | |||||
| | * | | | \ \ \ \ | Merge branch 'js/normalize-path-copy-ceil' into maint | Junio C Hamano | 2017-01-17 | 1 | -9/+14 |
| | |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | path: add repo_worktree_path and strbuf_repo_worktree_path | Brandon Williams | 2017-06-23 | 1 | -0/+41 |
* | | | | | | | | | | | path: add repo_git_path and strbuf_repo_git_path | Brandon Williams | 2017-06-23 | 1 | -0/+21 |
* | | | | | | | | | | | path: worktree_git_path() should not use file relocation | Brandon Williams | 2017-06-23 | 1 | -1/+2 |
* | | | | | | | | | | | path: convert do_git_path to take a 'struct repository' | Brandon Williams | 2017-06-23 | 1 | -14/+28 |
* | | | | | | | | | | | path: convert strbuf_git_common_path to take a 'struct repository' | Brandon Williams | 2017-06-23 | 1 | -5/+8 |
* | | | | | | | | | | | path: always pass in commondir to update_common_dir | Brandon Williams | 2017-06-23 | 1 | -3/+1 |
* | | | | | | | | | | | path: create path.h | Brandon Williams | 2017-06-23 | 1 | -0/+1 |
* | | | | | | | | | | | environment: place key repository state in the_repository | Brandon Williams | 2017-06-23 | 1 | -5/+6 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'nd/conditional-config-include' | Junio C Hamano | 2017-04-23 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | path.c: and an option to call real_path() in expand_user_path() | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -3/+8 |
* | | | | | | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 | 1 | -28/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | path.c: move some code out of strbuf_git_path_submodule() | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -28/+7 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | path.c: add xdg_cache_home | Devin Lehmacher | 2017-03-13 | 1 | -0/+15 |
|/ / / / / / / / / / |