Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 2024-12-23 | 1 | -0/+1 |
|\ | |||||
| * | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 2024-12-06 | 1 | -0/+1 |
* | | worktree: add `relativeWorktrees` extension | Caleb White | 2024-12-02 | 1 | -0/+7 |
* | | setup: correctly reinitialize repository version | Caleb White | 2024-12-02 | 1 | -9/+23 |
|/ | |||||
* | worktree: link worktrees with relative paths | Caleb White | 2024-10-08 | 1 | -1/+1 |
* | Merge branch 'ak/typofix-2.46-maint' | Junio C Hamano | 2024-09-25 | 1 | -1/+1 |
|\ | |||||
| * | setup: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 |
* | | environment: stop storing "core.logAllRefUpdates" globally | Patrick Steinhardt | 2024-09-12 | 1 | -1/+1 |
* | | environment: move `set_git_dir()` and related into setup layer | Patrick Steinhardt | 2024-09-12 | 1 | -0/+106 |
* | | environment: make `get_git_work_tree()` accept a repository | Patrick Steinhardt | 2024-09-12 | 1 | -8/+8 |
* | | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 2024-09-12 | 1 | -1/+1 |
* | | environment: make `get_git_common_dir()` accept a repository | Patrick Steinhardt | 2024-09-12 | 1 | -1/+1 |
* | | environment: make `get_git_dir()` accept a repository | Patrick Steinhardt | 2024-09-12 | 1 | -6/+6 |
* | | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 2024-08-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | setup: mark unused parameter in config callback | Jeff King | 2024-08-17 | 1 | -1/+1 |
* | | | Merge branch 'ps/hash-and-ref-format-from-config' | Junio C Hamano | 2024-08-23 | 1 | -27/+74 |
|\ \ \ | |/ / |/| | | |||||
| * | | setup: make ref storage format configurable via config | Patrick Steinhardt | 2024-08-16 | 1 | -0/+14 |
| * | | setup: make object format configurable via config | Patrick Steinhardt | 2024-08-16 | 1 | -0/+40 |
| * | | setup: merge configuration of repository formats | Patrick Steinhardt | 2024-08-16 | 1 | -27/+20 |
| |/ | |||||
* | | safe.directory: normalize the configured path | Junio C Hamano | 2024-07-30 | 1 | -4/+34 |
* | | safe.directory: normalize the checked path | Junio C Hamano | 2024-07-30 | 1 | -4/+12 |
* | | safe.directory: preliminary clean-up | Junio C Hamano | 2024-07-30 | 1 | -7/+5 |
|/ | |||||
* | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 1 | -0/+2 |
|\ | |||||
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 1 | -0/+2 |
| * | Merge branch 'ps/ref-storage-migration' into ps/use-the-repository | Junio C Hamano | 2024-06-13 | 1 | -4/+6 |
| |\ | |||||
* | \ | Merge branch 'tb/precompose-getcwd' | Junio C Hamano | 2024-06-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | macOS: ls-files path fails if path of workdir is NFD | Torsten Bögershausen | 2024-05-31 | 1 | -1/+1 |
* | | | | Merge branch 'ps/ref-storage-migration' | Junio C Hamano | 2024-06-18 | 1 | -4/+6 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | refs: convert ref storage format to an enum | Patrick Steinhardt | 2024-06-06 | 1 | -4/+4 |
| * | | setup: unset ref storage when reinitializing repository version | Patrick Steinhardt | 2024-06-06 | 1 | -0/+2 |
| * | | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig... | Junio C Hamano | 2024-05-23 | 1 | -2/+5 |
| |\ \ | |||||
* | \ \ | Merge branch 'jc/safe-directory-leading-path' | Junio C Hamano | 2024-06-12 | 1 | -7/+14 |
|\ \ \ \ | |||||
| * | | | | safe.directory: allow "lead/ing/path/*" match | Junio C Hamano | 2024-05-29 | 1 | -7/+15 |
* | | | | | Merge branch 'ps/leakfixes' | Junio C Hamano | 2024-06-06 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 2024-05-27 | 1 | -3/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ps/fix-reinit-includeif-onbranch' | Junio C Hamano | 2024-06-03 | 1 | -9/+12 |
|\ \ \ \ \ | |||||
| * | | | | | setup: fix bug with "includeIf.onbranch" when initializing dir | Patrick Steinhardt | 2024-05-23 | 1 | -11/+15 |
* | | | | | | Merge branch 'ps/refs-without-the-repository-updates' | Junio C Hamano | 2024-05-30 | 1 | -2/+5 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | refs: drop `git_default_branch_name()` | Patrick Steinhardt | 2024-05-17 | 1 | -1/+4 |
| * | | | | | refs: rename `init_db` callback to avoid confusion | Patrick Steinhardt | 2024-05-17 | 1 | -1/+1 |
| * | | | | | Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi... | Junio C Hamano | 2024-05-16 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'ps/undecided-is-not-necessarily-sha1' | Junio C Hamano | 2024-05-30 | 1 | -0/+53 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | path: move `validate_headref()` to its only user | Patrick Steinhardt | 2024-05-07 | 1 | -0/+53 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 2024-05-20 | 1 | -1/+1 |
|\| | | | | | |||||
* | | | | | | Merge branch 'ps/refs-without-the-repository' | Junio C Hamano | 2024-05-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 2024-05-07 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Sync with 2.44.1 | Johannes Schindelin | 2024-04-29 | 1 | -14/+77 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Sync with 2.43.4 | Johannes Schindelin | 2024-04-19 | 1 | -14/+77 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Sync with 2.42.2 | Johannes Schindelin | 2024-04-19 | 1 | -14/+77 |
| | |\ \ | |||||
| | | * \ | Sync with 2.41.1 | Johannes Schindelin | 2024-04-19 | 1 | -14/+77 |
| | | |\ \ | | | | |/ | | | |/| |