summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds1-0/+2
2022-08-01Merge branch 'mt/checkout-count-fix'Junio C Hamano1-1/+1
2022-08-01Merge branch 'ds/rebase-update-ref'Junio C Hamano1-0/+10
2022-07-27Merge branch 'ro/mktree-allow-missing-fix' into maintJunio C Hamano1-2/+9
2022-07-27Merge branch 'jk/diff-files-cleanup-fix' into maintJunio C Hamano1-1/+1
2022-07-23ls-files: introduce "--format" optionZheNing Hu1-0/+95
2022-07-22merge: do not exit restore_state() prematurelyElijah Newren1-4/+6
2022-07-22merge: ensure we can actually restore pre-merge stateElijah Newren1-5/+5
2022-07-22merge: make restore_state() restore staged state tooElijah Newren1-3/+5
2022-07-22merge: fix save_state() to work when there are stat-dirty filesElijah Newren1-0/+8
2022-07-22merge: do not abort early if one strategy fails to handle the mergeElijah Newren1-2/+4
2022-07-22merge: abort if index does not match HEAD for trivial mergesElijah Newren1-0/+15
2022-07-22builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau1-3/+25
2022-07-22Merge branch 'js/shortlog-sort-stably'Junio C Hamano1-1/+1
2022-07-20builtin/remote.c: use the right kind of STRING_LIST_INITJunio C Hamano1-2/+1
2022-07-19Merge branch 'jk/diff-files-cleanup-fix'Junio C Hamano1-1/+1
2022-07-19Merge branch 'jk/clone-unborn-confusion'Junio C Hamano1-36/+45
2022-07-19Merge branch 'jc/resolve-undo'Junio C Hamano1-0/+39
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee1-0/+5
2022-07-19rebase: add --update-refs optionDerrick Stolee1-0/+5
2022-07-18Merge branch 'sg/multi-pack-index-parse-options-fix'Junio C Hamano1-4/+4
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano3-8/+1
2022-07-18Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano1-64/+22
2022-07-18Merge branch 'ab/leakfix'Junio C Hamano8-48/+92
2022-07-18Merge branch 'jc/builtin-mv-move-array'Junio C Hamano1-9/+7
2022-07-18cat-file: add mailmap supportSiddharth Asthana1-1/+42
2022-07-14Merge branch 'ab/submodule-cleanup'Junio C Hamano1-24/+50
2022-07-14Merge branch 'sy/mv-out-of-cone'Junio C Hamano1-61/+172
2022-07-14Merge branch 'hx/unpack-streaming'Junio C Hamano1-12/+94
2022-07-14Merge branch 'en/merge-tree'Junio C Hamano1-12/+175
2022-07-14shortlog: use a stable sortJohannes Schindelin1-1/+1
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares1-1/+1
2022-07-13Merge branch 'cl/grep-max-count'Junio C Hamano1-0/+9
2022-07-13Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano1-2/+10
2022-07-13Merge branch 'ro/mktree-allow-missing-fix'Junio C Hamano1-2/+9
2022-07-12Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano2-37/+20
2022-07-12diff-files: move misplaced cleanup labelJeff King1-1/+1
2022-07-11fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano1-0/+1
2022-07-11Merge branch 'ds/branch-checked-out'Junio C Hamano2-37/+20
2022-07-11clone: move unborn head creation to update_head()Jeff King1-12/+15
2022-07-10multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor1-4/+4
2022-07-09builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano1-9/+7
2022-07-07clone: use remote branch if it matches default HEADJeff King1-3/+14
2022-07-07clone: propagate empty remote HEAD even with other branchesJeff King1-22/+17
2022-07-07clone: drop extra newline from warning messageJeff King1-1/+1
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason1-2/+0
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason2-6/+1
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan1-6/+44
2022-07-01mv: use flags mode for update_modeShaoxuan Yuan1-8/+17
2022-07-01mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan1-3/+12