summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kl/test-fixes' into maint-2.46Junio C Hamano2024-08-261-0/+1
|\
| * set errno=0 before strtoX callsKyle Lippincott2024-08-051-0/+1
* | Merge branch 'ps/ls-remote-out-of-repo-fix' into maint-2.46Junio C Hamano2024-08-261-0/+15
|\ \
| * | builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt2024-08-021-0/+15
| |/
* | Merge branch 'dd/notes-empty-no-edit-by-default' into maint-2.46Junio C Hamano2024-08-161-12/+10
|\ \
| * | notes: do not trigger editor when adding an empty noteDavid Disseldorp2024-07-301-12/+10
| |/
* | Merge branch 'tn/doc-commit-fix' into maint-2.46Junio C Hamano2024-08-161-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' into maint-2.46Junio C Hamano2024-08-161-7/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | checkout: special case error messages during noop switchingJunio C Hamano2024-07-021-7/+14
* | | | | 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