Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/shortlog-sort-stably' | Junio C Hamano | 2022-07-23 | 1 | -1/+1 |
|\ | |||||
| * | shortlog: use a stable sort | Johannes Schindelin | 2022-07-14 | 1 | -1/+1 |
* | | Merge branch 'jk/diff-files-cleanup-fix' | Junio C Hamano | 2022-07-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | diff-files: move misplaced cleanup label | Jeff King | 2022-07-12 | 1 | -1/+1 |
* | | | Merge branch 'jk/clone-unborn-confusion' | Junio C Hamano | 2022-07-20 | 1 | -36/+45 |
|\ \ \ | |||||
| * | | | clone: move unborn head creation to update_head() | Jeff King | 2022-07-11 | 1 | -12/+15 |
| * | | | clone: use remote branch if it matches default HEAD | Jeff King | 2022-07-08 | 1 | -3/+14 |
| * | | | clone: propagate empty remote HEAD even with other branches | Jeff King | 2022-07-08 | 1 | -22/+17 |
| * | | | clone: drop extra newline from warning message | Jeff King | 2022-07-08 | 1 | -1/+1 |
* | | | | Merge branch 'jc/resolve-undo' | Junio C Hamano | 2022-07-20 | 1 | -0/+39 |
|\ \ \ \ | |||||
| * | | | | fsck: do not dereference NULL while checking resolve-undo data | Junio C Hamano | 2022-07-12 | 1 | -0/+1 |
| * | | | | revision: mark blobs needed for resolve-undo as reachable | Junio C Hamano | 2022-06-10 | 1 | -0/+38 |
| |/ / / | |||||
* | | | | Merge branch 'sg/multi-pack-index-parse-options-fix' | Junio C Hamano | 2022-07-18 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | multi-pack-index: simplify handling of unknown --options | SZEDER Gábor | 2022-07-10 | 1 | -4/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ab/cocci-unused' | Junio C Hamano | 2022-07-18 | 3 | -8/+1 |
|\ \ \ \ | |||||
| * | | | | cocci: generalize "unused" rule to cover more than "strbuf" | Ævar Arnfjörð Bjarmason | 2022-07-06 | 1 | -2/+0 |
| * | | | | cocci: add and apply a rule to find "unused" strbufs | Ævar Arnfjörð Bjarmason | 2022-07-06 | 2 | -6/+1 |
| |/ / / | |||||
* | | | | Merge branch 'gc/submodule-use-super-prefix' | Junio C Hamano | 2022-07-18 | 1 | -64/+22 |
|\ \ \ \ | |||||
| * | | | | submodule--helper: remove display path helper | Glen Choo | 2022-07-01 | 1 | -16/+8 |
| * | | | | submodule--helper update: use --super-prefix | Glen Choo | 2022-07-01 | 1 | -20/+10 |
| * | | | | submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -3/+3 |
| * | | | | submodule--helper: use correct display path helper | Glen Choo | 2022-07-01 | 1 | -11/+3 |
| * | | | | submodule--helper: don't recreate recursive prefix | Glen Choo | 2022-07-01 | 1 | -11/+4 |
| * | | | | submodule--helper update: use display path helper | Glen Choo | 2022-07-01 | 1 | -14/+5 |
| * | | | | Merge branch 'ab/submodule-cleanup' into gc/submodule-use-super-prefix | Junio C Hamano | 2022-07-01 | 1 | -24/+50 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ab/leakfix' | Junio C Hamano | 2022-07-18 | 8 | -48/+92 |
|\ \ \ \ \ | |||||
| * | | | | | pull: fix a "struct oid_array" memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -6/+10 |
| * | | | | | cat-file: fix a common "struct object_context" memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -10/+22 |
| * | | | | | gc: fix a memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -1/+7 |
| * | | | | | checkout: avoid "struct unpack_trees_options" leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -14/+22 |
| * | | | | | merge-file: fix memory leaks on error path | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -4/+6 |
| * | | | | | merge-file: refactor for subsequent memory leak fix | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -12/+14 |
| * | | | | | cat-file: fix a memory leak in --batch-command mode | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -0/+1 |
| * | | | | | revert: free "struct replay_opts" members | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -0/+3 |
| * | | | | | clone: fix memory leak in wanted_peer_refs() | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -0/+1 |
| * | | | | | check-ref-format: fix trivial memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -3/+8 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/builtin-mv-move-array' | Junio C Hamano | 2022-07-18 | 1 | -9/+7 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove() | Junio C Hamano | 2022-07-10 | 1 | -9/+7 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'ab/submodule-cleanup' | Junio C Hamano | 2022-07-15 | 1 | -24/+50 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | submodule--helper: eliminate internal "--update" option | Glen Choo | 2022-06-28 | 1 | -20/+13 |
| * | | | | submodule--helper: understand --checkout, --merge and --rebase synonyms | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -0/+30 |
| * | | | | submodule--helper: report "submodule" as our name in some "-h" output | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -9/+9 |
| * | | | | submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs" | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -2/+2 |
| * | | | | submodule--helper: have --require-init imply --init | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -1/+4 |
* | | | | | Merge branch 'sy/mv-out-of-cone' | Junio C Hamano | 2022-07-15 | 1 | -64/+175 |
|\ \ \ \ \ | |||||
| * | | | | | mv: add check_dir_in_index() and solve general dir check issue | Shaoxuan Yuan | 2022-07-01 | 1 | -6/+44 |
| * | | | | | mv: use flags mode for update_mode | Shaoxuan Yuan | 2022-07-01 | 1 | -8/+17 |
| * | | | | | mv: check if <destination> exists in index to handle overwriting | Shaoxuan Yuan | 2022-07-01 | 1 | -3/+12 |
| * | | | | | mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit | Shaoxuan Yuan | 2022-07-01 | 1 | -2/+19 |
| * | | | | | mv: decouple if/else-if checks using goto | Shaoxuan Yuan | 2022-07-01 | 1 | -59/+80 |