Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kl/test-fixes' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -0/+1 |
|\ | |||||
| * | set errno=0 before strtoX calls | Kyle Lippincott | 2024-08-05 | 1 | -0/+1 |
* | | Merge branch 'ps/ls-remote-out-of-repo-fix' into maint-2.46 | Junio C Hamano | 2024-08-26 | 1 | -0/+15 |
|\ \ | |||||
| * | | builtin/ls-remote: fall back to SHA1 outside of a repo | Patrick Steinhardt | 2024-08-02 | 1 | -0/+15 |
| |/ | |||||
* | | Merge branch 'dd/notes-empty-no-edit-by-default' into maint-2.46 | Junio C Hamano | 2024-08-16 | 1 | -12/+10 |
|\ \ | |||||
| * | | notes: do not trigger editor when adding an empty note | David Disseldorp | 2024-07-30 | 1 | -12/+10 |
| |/ | |||||
* | | Merge branch 'tn/doc-commit-fix' into maint-2.46 | Junio C Hamano | 2024-08-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | doc: remove dangling closing parenthesis | Tomas Nordin | 2024-07-23 | 1 | -1/+1 |
| * | | Merge branch 'pw/rebase-i-error-message' into maint-2.45 | Junio C Hamano | 2024-07-02 | 1 | -6/+11 |
| |\ \ | |||||
| * \ \ | Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45 | Junio C Hamano | 2024-07-02 | 1 | -1/+3 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jc/checkout-no-op-switch-errors' into maint-2.46 | Junio C Hamano | 2024-08-16 | 1 | -7/+14 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | checkout: special case error messages during noop switching | Junio C Hamano | 2024-07-02 | 1 | -7/+14 |
* | | | | | Merge branch 'js/var-git-shell-path' | Junio C Hamano | 2024-07-17 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | var(win32): do report the GIT_SHELL_PATH that is actually used | Johannes Schindelin | 2024-07-14 | 1 | -1/+2 |
* | | | | | | Merge branch 'kn/push-empty-fix' | Junio C Hamano | 2024-07-17 | 1 | -14/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/push: call set_refspecs after validating remote | Karthik Nayak | 2024-07-12 | 1 | -14/+7 |
* | | | | | | | Merge branch 'as/describe-broken-refresh-index-fix' | Junio C Hamano | 2024-07-15 | 1 | -0/+12 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | describe: refresh the index when 'broken' flag is used | Abhijeet Sonar | 2024-06-26 | 1 | -0/+12 |
* | | | | | | | Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation' | Junio C Hamano | 2024-07-12 | 1 | -11/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule--helper: use strvec_pushf() for --super-prefix | René Scharfe | 2024-07-01 | 1 | -11/+6 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'rs/difftool-env-simplify' into maint-2.45 | Junio C Hamano | 2024-06-29 | 1 | -8/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'js/for-each-repo-keep-going' into maint-2.45 | Junio C Hamano | 2024-06-29 | 2 | -5/+15 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'aj/stash-staged-fix' into maint-2.45 | Junio C Hamano | 2024-06-29 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'xx/disable-replace-when-building-midx' into maint-2.45 | Junio C Hamano | 2024-06-29 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 2024-07-08 | 22 | -84/+147 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | builtin/blame: fix leaking ignore revs files | Patrick Steinhardt | 2024-06-11 | 1 | -1/+2 |
| * | | | | | | | | | | | builtin/blame: fix leaking prefixed paths | Patrick Steinhardt | 2024-06-11 | 1 | -2/+3 |
| * | | | | | | | | | | | merge: fix leaking merge bases | Patrick Steinhardt | 2024-06-11 | 2 | -0/+3 |
| * | | | | | | | | | | | builtin/merge: fix leaking `struct cmdnames` in `get_strategy()` | Patrick Steinhardt | 2024-06-11 | 1 | -3/+7 |
| * | | | | | | | | | | | builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()` | Patrick Steinhardt | 2024-06-11 | 1 | -1/+2 |
| * | | | | | | | | | | | commit: fix leaking parents when calling `commit_tree_extended()` | Patrick Steinhardt | 2024-06-11 | 6 | -15/+29 |
| * | | | | | | | | | | | builtin/stash: fix leak in `show_stash()` | Patrick Steinhardt | 2024-06-11 | 1 | -0/+2 |
| * | | | | | | | | | | | revision: free diff options | Patrick Steinhardt | 2024-06-11 | 1 | -4/+1 |
| * | | | | | | | | | | | builtin/log: fix leaking commit list in git-cherry(1) | Patrick Steinhardt | 2024-06-11 | 1 | -3/+3 |
| * | | | | | | | | | | | builtin/merge-recursive: fix leaking object ID bases | Patrick Steinhardt | 2024-06-11 | 2 | -7/+5 |
| * | | | | | | | | | | | builtin/difftool: plug memory leaks in `run_dir_diff()` | Patrick Steinhardt | 2024-06-11 | 1 | -0/+3 |
| * | | | | | | | | | | | object-name: free leaking object contexts | Patrick Steinhardt | 2024-06-11 | 6 | -15/+29 |
| * | | | | | | | | | | | builtin/rev-list: fix leaking bitmap index when calculating disk usage | Patrick Steinhardt | 2024-06-11 | 1 | -0/+2 |
| * | | | | | | | | | | | biultin/rev-parse: fix memory leaks in `--parseopt` mode | Patrick Steinhardt | 2024-06-11 | 1 | -23/+30 |
| * | | | | | | | | | | | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 2024-06-11 | 6 | -10/+26 |
| * | | | | | | | | | | | Merge branch 'ps/leakfixes' into ps/leakfixes-more | Junio C Hamano | 2024-06-03 | 12 | -431/+563 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/remote-wo-url' | Junio C Hamano | 2024-07-02 | 5 | -95/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | remote: drop checks for zero-url case | Jeff King | 2024-06-14 | 4 | -25/+5 |
| * | | | | | | | | | | | | remote: simplify url/pushurl selection | Jeff King | 2024-06-14 | 2 | -65/+25 |
| * | | | | | | | | | | | | remote: use strvecs to store remote url/pushurl | Jeff King | 2024-06-14 | 5 | -40/+40 |
| * | | | | | | | | | | | | archive: fix check for missing url | Jeff King | 2024-06-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 19 | -62/+74 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | oidset: pass hash algorithm when parsing file | Patrick Steinhardt | 2024-06-14 | 1 | -0/+1 |
| * | | | | | | | | | | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 2 | -2/+2 |
| * | | | | | | | | | | | | | hash: require hash algorithm in `empty_tree_oid_hex()` | Patrick Steinhardt | 2024-06-14 | 2 | -2/+3 |