Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | environment: stop storing "core.warnAmbiguousRefs" globally | Patrick Steinhardt | 2024-09-12 | 9 | -13/+23 |
* | environment: stop storing "core.preferSymlinkRefs" globally | Patrick Steinhardt | 2024-09-12 | 4 | -8/+4 |
* | environment: stop storing "core.logAllRefUpdates" globally | Patrick Steinhardt | 2024-09-12 | 9 | -20/+32 |
* | refs: stop modifying global `log_all_ref_updates` variable | Patrick Steinhardt | 2024-09-12 | 7 | -26/+36 |
* | branch: stop modifying `log_all_ref_updates` variable | Patrick Steinhardt | 2024-09-12 | 1 | -2/+3 |
* | repo-settings: track defaults close to `struct repo_settings` | Patrick Steinhardt | 2024-09-12 | 2 | -5/+9 |
* | repo-settings: split out declarations into a standalone header | Patrick Steinhardt | 2024-09-12 | 3 | -50/+58 |
* | environment: guard state depending on a repository | Patrick Steinhardt | 2024-09-12 | 14 | -1/+53 |
* | environment: reorder header to split out `the_repository`-free section | Patrick Steinhardt | 2024-09-12 | 1 | -41/+40 |
* | environment: move `set_git_dir()` and related into setup layer | Patrick Steinhardt | 2024-09-12 | 4 | -107/+109 |
* | environment: make `get_git_namespace()` self-contained | Patrick Steinhardt | 2024-09-12 | 1 | -28/+29 |
* | environment: move object database functions into object layer | Patrick Steinhardt | 2024-09-12 | 5 | -50/+49 |
* | config: make dependency on repo in `read_early_config()` explicit | Patrick Steinhardt | 2024-09-12 | 7 | -14/+20 |
* | config: document `read_early_config()` and `read_very_early_config()` | Patrick Steinhardt | 2024-09-12 | 2 | -4/+11 |
* | environment: make `get_git_work_tree()` accept a repository | Patrick Steinhardt | 2024-09-12 | 18 | -34/+36 |
* | environment: make `get_graft_file()` accept a repository | Patrick Steinhardt | 2024-09-12 | 6 | -13/+11 |
* | environment: make `get_index_file()` accept a repository | Patrick Steinhardt | 2024-09-12 | 11 | -29/+36 |
* | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 2024-09-12 | 20 | -39/+43 |
* | environment: make `get_git_common_dir()` accept a repository | Patrick Steinhardt | 2024-09-12 | 13 | -21/+22 |
* | environment: make `get_git_dir()` accept a repository | Patrick Steinhardt | 2024-09-12 | 21 | -38/+56 |
* | The tenth batch | Junio C Hamano | 2024-08-28 | 1 | -0/+5 |
* | Merge branch 'ah/git-prompt-portability' | Junio C Hamano | 2024-08-28 | 1 | -65/+126 |
|\ | |||||
| * | git-prompt: support custom 0-width PS1 markers | Avi Halachmi (:avih) | 2024-08-20 | 1 | -7/+12 |
| * | git-prompt: ta-da! document usage in other shells | Avi Halachmi (:avih) | 2024-08-20 | 1 | -2/+31 |
| * | git-prompt: don't use shell $'...' | Avi Halachmi (:avih) | 2024-08-20 | 1 | -18/+29 |
| * | git-prompt: add some missing quotes | Avi Halachmi (:avih) | 2024-08-20 | 1 | -13/+13 |
| * | git-prompt: replace [[...]] with standard code | Avi Halachmi (:avih) | 2024-08-20 | 1 | -14/+16 |
| * | git-prompt: don't use shell arrays | Avi Halachmi (:avih) | 2024-08-20 | 1 | -18/+30 |
| * | git-prompt: fix uninitialized variable | Avi Halachmi (:avih) | 2024-08-20 | 1 | -1/+1 |
| * | git-prompt: use here-doc instead of here-string | Avi Halachmi (:avih) | 2024-08-20 | 1 | -1/+3 |
* | | Merge branch 'gt/unit-test-urlmatch-normalization' | Junio C Hamano | 2024-08-28 | 18 | -261/+272 |
|\ \ | |||||
| * | | t: migrate t0110-urlmatch-normalization to the new framework | Ghanshyam Thakkar | 2024-08-20 | 18 | -261/+272 |
* | | | Merge branch 'mt/rebase-x-quiet' | Junio C Hamano | 2024-08-28 | 3 | -3/+12 |
|\ \ \ | |||||
| * | | | rebase --exec: respect --quiet | Matheus Tavares | 2024-08-21 | 3 | -3/+12 |
* | | | | Sync with 'maint' | Junio C Hamano | 2024-08-26 | 2 | -15/+22 |
|\ \ \ \ | |||||
| * | | | | A bit more topics for 2.46.x maintenance track | Junio C Hamano | 2024-08-26 | 1 | -0/+22 |
| * | | | | Merge branch 'xx/diff-tree-remerge-diff-fix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -0/+48 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rs/t-example-simplify' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -16/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/safe-directory' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -11/+225 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/document-use-of-local' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'rs/use-decimal-width' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -11/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ss/packed-ref-store-leakfix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'kl/test-fixes' into maint-2.46 | Junio C Hamano | 2024-08-26 | 5 | -6/+14 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/reflog-expire-lookup-commit-fix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -1/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jr/ls-files-expand-literal-doc' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/leakfix-mailmap' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/leakfix-hashfile' into maint-2.46 | Junio C Hamano | 2024-08-26 | 4 | -21/+89 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/jl-git-no-advice-fix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -1/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ps/ls-remote-out-of-repo-fix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 2 | -0/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |