Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | | | | | | | hash: require hash algorithm in `is_empty_{blob,tree}_oid()` | Patrick Steinhardt | 2024-06-14 | 1 | -1/+3 |
| * | | | | | | | | | | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 2024-06-14 | 18 | -50/+55 |
| * | | | | | | | | | | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` | Patrick Steinhardt | 2024-06-14 | 3 | -7/+10 |
| * | | | | | | | | | | Merge branch 'ps/ref-storage-migration' into ps/use-the-repository | Junio C Hamano | 2024-06-13 | 3 | -2/+77 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'kz/merge-fail-early-upon-refresh-failure' | Junio C Hamano | 2024-06-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | merge: avoid write merge state when unable to write index | Kyle Zhao | 2024-06-18 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'jc/add-i-retire-usebuiltin-config' | Junio C Hamano | 2024-06-25 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | add-i: finally retire add.interactive.useBuiltin | Junio C Hamano | 2024-06-05 | 1 | -5/+1 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'tb/pseudo-merge-reachability-bitmap' | Junio C Hamano | 2024-06-25 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | pack-bitmap: move some initialization to `bitmap_writer_init()` | Taylor Blau | 2024-05-24 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge branch 'jc/heads-are-branches' | Junio C Hamano | 2024-06-21 | 2 | -10/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | show-ref: introduce --branches and deprecate --heads | Junio C Hamano | 2024-06-05 | 1 | -7/+9 |