summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/var-git-shell-path'Junio C Hamano2024-07-171-1/+2
|\
| * var(win32): do report the GIT_SHELL_PATH that is actually usedJohannes Schindelin2024-07-141-1/+2
* | Merge branch 'kn/push-empty-fix'Junio C Hamano2024-07-171-14/+7
|\ \
| * | builtin/push: call set_refspecs after validating remoteKarthik Nayak2024-07-121-14/+7
* | | Merge branch 'as/describe-broken-refresh-index-fix'Junio C Hamano2024-07-151-0/+12
|\ \ \ | |_|/ |/| |
| * | describe: refresh the index when 'broken' flag is usedAbhijeet Sonar2024-06-261-0/+12
* | | Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation'Junio C Hamano2024-07-121-11/+6
|\ \ \
| * | | submodule--helper: use strvec_pushf() for --super-prefixRené Scharfe2024-07-011-11/+6
| * | | Merge branch 'rs/difftool-env-simplify' into maint-2.45Junio C Hamano2024-06-291-8/+4
| |\ \ \
| * \ \ \ Merge branch 'js/for-each-repo-keep-going' into maint-2.45Junio C Hamano2024-06-292-5/+15
| |\ \ \ \
| * \ \ \ \ Merge branch 'aj/stash-staged-fix' into maint-2.45Junio C Hamano2024-06-291-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'xx/disable-replace-when-building-midx' into maint-2.45Junio C Hamano2024-06-291-0/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-0822-84/+147
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/blame: fix leaking ignore revs filesPatrick Steinhardt2024-06-111-1/+2
| * | | | | | | | builtin/blame: fix leaking prefixed pathsPatrick Steinhardt2024-06-111-2/+3
| * | | | | | | | merge: fix leaking merge basesPatrick Steinhardt2024-06-112-0/+3
| * | | | | | | | builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt2024-06-111-3/+7
| * | | | | | | | builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt2024-06-111-1/+2
| * | | | | | | | commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-116-15/+29
| * | | | | | | | builtin/stash: fix leak in `show_stash()`Patrick Steinhardt2024-06-111-0/+2
| * | | | | | | | revision: free diff optionsPatrick Steinhardt2024-06-111-4/+1
| * | | | | | | | builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt2024-06-111-3/+3
| * | | | | | | | builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt2024-06-112-7/+5
| * | | | | | | | builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt2024-06-111-0/+3
| * | | | | | | | object-name: free leaking object contextsPatrick Steinhardt2024-06-116-15/+29
| * | | | | | | | builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt2024-06-111-0/+2
| * | | | | | | | biultin/rev-parse: fix memory leaks in `--parseopt` modePatrick Steinhardt2024-06-111-23/+30
| * | | | | | | | parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt2024-06-116-10/+26
| * | | | | | | | Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano2024-06-0312-431/+563
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-025-95/+35
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | remote: drop checks for zero-url caseJeff King2024-06-144-25/+5
| * | | | | | | | | remote: simplify url/pushurl selectionJeff King2024-06-142-65/+25
| * | | | | | | | | remote: use strvecs to store remote url/pushurlJeff King2024-06-145-40/+40
| * | | | | | | | | archive: fix check for missing urlJeff King2024-06-141-1/+1
* | | | | | | | | | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-0219-62/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | oidset: pass hash algorithm when parsing filePatrick Steinhardt2024-06-141-0/+1
| * | | | | | | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-142-2/+2
| * | | | | | | | | | hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-142-2/+3
| * | | | | | | | | | hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt2024-06-141-1/+3
| * | | | | | | | | | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-1418-50/+55
| * | | | | | | | | | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-143-7/+10
| * | | | | | | | | | Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano2024-06-133-2/+77
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'kz/merge-fail-early-upon-refresh-failure'Junio C Hamano2024-06-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | merge: avoid write merge state when unable to write indexKyle Zhao2024-06-181-1/+1
* | | | | | | | | | | | Merge branch 'jc/add-i-retire-usebuiltin-config'Junio C Hamano2024-06-251-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add-i: finally retire add.interactive.useBuiltinJunio C Hamano2024-06-051-5/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau2024-05-241-1/+2
* | | | | | | | | | | | | Merge branch 'jc/heads-are-branches'Junio C Hamano2024-06-212-10/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | show-ref: introduce --branches and deprecate --headsJunio C Hamano2024-06-051-7/+9