summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2022-08-05Merge branch 'tb/cat-file-z'Junio C Hamano
2022-08-03Merge branch 'jc/string-list-cleanup'Junio C Hamano
2022-08-03Merge branch 'en/merge-restore-to-pristine'Junio C Hamano
2022-08-03Merge branch 'sa/cat-file-mailmap'Junio C Hamano
2022-08-03Merge branch 'zh/ls-files-format'Junio C Hamano
2022-08-01Merge branch 'mt/checkout-count-fix'Junio C Hamano
2022-08-01Merge branch 'ds/rebase-update-ref'Junio C Hamano
2022-07-23ls-files: introduce "--format" optionZheNing Hu
2022-07-23merge: do not exit restore_state() prematurelyElijah Newren
2022-07-23merge: ensure we can actually restore pre-merge stateElijah Newren
2022-07-23merge: make restore_state() restore staged state tooElijah Newren
2022-07-23merge: fix save_state() to work when there are stat-dirty filesElijah Newren
2022-07-23merge: do not abort early if one strategy fails to handle the mergeElijah Newren
2022-07-23merge: abort if index does not match HEAD for trivial mergesElijah Newren
2022-07-23builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau
2022-07-22Merge branch 'js/shortlog-sort-stably'Junio C Hamano
2022-07-21builtin/remote.c: use the right kind of STRING_LIST_INITJunio C Hamano
2022-07-19Merge branch 'jk/diff-files-cleanup-fix'Junio C Hamano
2022-07-19Merge branch 'jk/clone-unborn-confusion'Junio C Hamano
2022-07-19Merge branch 'jc/resolve-undo'Junio C Hamano
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-07-18Merge branch 'sg/multi-pack-index-parse-options-fix'Junio C Hamano
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano
2022-07-18Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano
2022-07-18Merge branch 'ab/leakfix'Junio C Hamano
2022-07-18Merge branch 'jc/builtin-mv-move-array'Junio C Hamano
2022-07-18cat-file: add mailmap supportSiddharth Asthana
2022-07-14Merge branch 'ab/submodule-cleanup'Junio C Hamano
2022-07-14Merge branch 'sy/mv-out-of-cone'Junio C Hamano
2022-07-14Merge branch 'hx/unpack-streaming'Junio C Hamano
2022-07-14Merge branch 'en/merge-tree'Junio C Hamano
2022-07-14shortlog: use a stable sortJohannes Schindelin
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares
2022-07-13Merge branch 'cl/grep-max-count'Junio C Hamano
2022-07-13Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano
2022-07-13Merge branch 'ro/mktree-allow-missing-fix'Junio C Hamano
2022-07-12Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano
2022-07-12diff-files: move misplaced cleanup labelJeff King
2022-07-11fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano
2022-07-11Merge branch 'ds/branch-checked-out'Junio C Hamano
2022-07-11clone: move unborn head creation to update_head()Jeff King
2022-07-10multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor
2022-07-10builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano
2022-07-08clone: use remote branch if it matches default HEADJeff King
2022-07-08clone: propagate empty remote HEAD even with other branchesJeff King
2022-07-08clone: drop extra newline from warning messageJeff King
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan