summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt2024-08-211-0/+6
* t7900: exercise detaching via trace2 regionsPatrick Steinhardt2024-08-211-1/+4
* run-command: fix detaching when running auto maintenancePatrick Steinhardt2024-08-161-0/+1
* builtin/maintenance: add a `--detach` flagPatrick Steinhardt2024-08-161-0/+6
* builtin/gc: add a `--detach` flagPatrick Steinhardt2024-08-161-31/+39
* builtin/gc: stop processing log file on signalPatrick Steinhardt2024-08-161-8/+0
* builtin/gc: fix leaking config valuesPatrick Steinhardt2024-08-161-27/+81
* builtin/gc: refactor to read config into structurePatrick Steinhardt2024-08-161-112/+143
* config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt2024-08-161-3/+3
* Merge branch 'dd/notes-empty-no-edit-by-default'Junio C Hamano2024-08-081-12/+10
|\
| * notes: do not trigger editor when adding an empty noteDavid Disseldorp2024-07-301-12/+10
* | Merge branch 'as/show-ref-option-help-update'Junio C Hamano2024-08-011-2/+2
|\ \
| * | show-ref: improve short help messages of optionsAlexander Shopov2024-07-251-2/+2
* | | Merge branch 'tn/doc-commit-fix'Junio C Hamano2024-07-311-1/+1
|\ \ \
| * | | doc: remove dangling closing parenthesisTomas Nordin2024-07-231-1/+1
| * | | Merge branch 'pw/rebase-i-error-message' into maint-2.45Junio C Hamano2024-07-021-6/+11
| |\ \ \
| * \ \ \ Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45Junio C Hamano2024-07-021-1/+3
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/checkout-no-op-switch-errors'Junio C Hamano2024-07-311-7/+14
|\ \ \ \ \ \
| * | | | | | checkout: special case error messages during noop switchingJunio C Hamano2024-07-021-7/+14
* | | | | | | Merge branch 'ad/merge-with-diff-algorithm'Junio C Hamano2024-07-317-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | merge-recursive: honor diff.algorithmAntonin Delpeuch2024-07-147-7/+7
* | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \