Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | advice: move advice.graftFileDeprecated squashing to commit.[ch] | Ævar Arnfjörð Bjarmason | 2021-08-25 | 1 | -1/+1 |
* | advice: remove use of global advice_add_embedded_repo | Ævar Arnfjörð Bjarmason | 2021-08-25 | 1 | -3/+4 |
* | advice: remove read uses of most global `advice_` variables | Ben Boeckel | 2021-08-25 | 11 | -21/+21 |
* | Merge branch 'rs/use-fspathhash' | Junio C Hamano | 2021-08-04 | 1 | -8/+2 |
|\ | |||||
| * | use fspathhash() everywhere | René Scharfe | 2021-07-30 | 1 | -8/+2 |
* | | Merge branch 'pb/merge-autostash-more' | Junio C Hamano | 2021-08-04 | 1 | -1/+3 |
|\ \ | |||||
| * | | merge: apply autostash if merge strategy fails | Philippe Blain | 2021-07-24 | 1 | -0/+1 |
| * | | merge: apply autostash if fast-forward fails | Philippe Blain | 2021-07-24 | 1 | -0/+1 |
| * | | merge: add missing word "strategy" to a message | Philippe Blain | 2021-07-24 | 1 | -1/+1 |
* | | | Merge branch 'ds/commit-and-checkout-with-sparse-index' | Junio C Hamano | 2021-08-04 | 2 | -5/+6 |
|\ \ \ | |||||
| * | | | checkout: stop expanding sparse indexes | Derrick Stolee | 2021-07-15 | 1 | -5/+3 |
| * | | | commit: integrate with sparse-index | Derrick Stolee | 2021-07-15 | 1 | -0/+3 |
* | | | | Merge branch 'ah/plugleaks' | Junio C Hamano | 2021-08-04 | 5 | -14/+17 |
|\ \ \ \ | |||||
| * | | | | builtin/rebase: fix options.strategy memory lifecycle | Andrzej Hunt | 2021-07-26 | 1 | -1/+2 |
| * | | | | builtin/merge: free found_ref when done | Andrzej Hunt | 2021-07-26 | 1 | -1/+2 |
| * | | | | builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv | Andrzej Hunt | 2021-07-26 | 1 | -0/+5 |
| * | | | | builtin/for-each-repo: remove unnecessary argv copy to plug leak | Andrzej Hunt | 2021-07-26 | 1 | -10/+4 |
| * | | | | builtin/submodule--helper: release unused strbuf to avoid leak | Andrzej Hunt | 2021-07-26 | 1 | -2/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ar/submodule-add' | Junio C Hamano | 2021-08-04 | 1 | -113/+304 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | submodule: drop unused sm_name parameter from show_fetch_remotes() | Jeff King | 2021-07-26 | 1 | -3/+2 |
| * | | | submodule--helper: introduce add-clone subcommand | Atharva Raykar | 2021-07-12 | 1 | -0/+177 |
| * | | | submodule--helper: refactor module_clone() | Atharva Raykar | 2021-07-12 | 1 | -113/+128 |
* | | | | Merge branch 'tb/reverse-midx' | Junio C Hamano | 2021-07-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | multi-pack-index: fix potential segfault without sub-command | Taylor Blau | 2021-07-20 | 1 | -1/+1 |
* | | | | | Merge branch 'ds/status-with-sparse-index' | Junio C Hamano | 2021-07-28 | 1 | -0/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | status: use sparse-index throughout | Derrick Stolee | 2021-07-14 | 1 | -0/+3 |
* | | | | | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 2021-07-28 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | git-diff: fix missing --merge-base docs | Denton Liu | 2021-07-12 | 1 | -2/+2 |
* | | | | | | Merge branch 'ab/attribute-format' | Junio C Hamano | 2021-07-28 | 4 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 2021-07-14 | 2 | -0/+3 |
| * | | | | | | *.c static functions: don't forward-declare __attribute__ | Ævar Arnfjörð Bjarmason | 2021-07-12 | 2 | -6/+3 |
* | | | | | | | Merge branch 'jk/log-decorate-optim' | Junio C Hamano | 2021-07-28 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | log: avoid loading decorations for userformats that don't need it | Jeff King | 2021-06-29 | 1 | -0/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sm/worktree-add-lock' | Junio C Hamano | 2021-07-28 | 1 | -5/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | worktree: teach `add` to accept --reason <string> with --lock | Stephen Manz | 2021-07-15 | 1 | -5/+16 |
| * | | | | | | | worktree: mark lock strings with `_()` for translation | Stephen Manz | 2021-07-14 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'hj/commit-allow-empty-message' | Junio C Hamano | 2021-07-28 | 1 | -11/+18 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | commit: remove irrelavent prompt on `--allow-empty-message` | Hu Jialun | 2021-07-09 | 1 | -9/+16 |
| * | | | | | | commit: reorganise commit hint strings | Hu Jialun | 2021-07-09 | 1 | -10/+10 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'bc/rev-list-without-commit-line' | Junio C Hamano | 2021-07-22 | 1 | -9/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-list: add option for --pretty=format without header | brian m. carlson | 2021-07-12 | 1 | -9/+24 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ab/struct-init' | Junio C Hamano | 2021-07-17 | 6 | -14/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | dir.[ch]: replace dir_init() with DIR_INIT | Ævar Arnfjörð Bjarmason | 2021-07-01 | 6 | -14/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ar/help-micro-cleanup' | Junio C Hamano | 2021-07-17 | 1 | -9/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | help: convert git_cmd to page in one place | Andrei Rybak | 2021-07-06 | 1 | -9/+8 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ar/submodule-helper-include-cleanup' | Junio C Hamano | 2021-07-17 | 1 | -1/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule--helper: remove redundant include | Atharva Raykar | 2021-07-06 | 1 | -1/+0 |
* | | | | | | | Merge branch 'ab/bundle-updates' | Junio C Hamano | 2021-07-17 | 1 | -27/+47 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bundle: remove "ref_list" in favor of string-list.c API | Ævar Arnfjörð Bjarmason | 2021-07-06 | 1 | -6/+6 |
| * | | | | | | | bundle cmd: stop leaking memory from parse_options_cmd_bundle() | Ævar Arnfjörð Bjarmason | 2021-07-06 | 1 | -21/+41 |
| | |/ / / / / | |/| | | | | |