summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19run-command: mark unused async callback parametersJeff King
2022-08-19mark unused read_tree_recursive() callback parametersJeff King
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-18Merge branch 'll/disk-usage-humanise'Junio C Hamano
2022-08-18Merge branch 'sy/sparse-rm'Junio C Hamano
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano
2022-08-15Merge branch 'ab/tech-docs-to-help'Junio C Hamano
2022-08-12Merge branch 'ab/plug-revisions-leak'Junio C Hamano
2022-08-12Merge branch 'lt/symbolic-ref-sanity'Junio C Hamano
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan
2022-08-08Merge branch 'vd/sparse-reset-checkout-fixes' into sy/sparse-rmJunio C Hamano
2022-08-08checkout: fix nested sparse directory diff in sparse indexVictoria Dye
2022-08-05Merge branch 'tb/cat-file-z'Junio C Hamano
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason
2022-08-04git help doc: use "<doc>" instead of "<guide>"Ævar Arnfjörð Bjarmason
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-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason
2022-08-03log: refactor "rev.pending" code in cmd_show()Ævar Arnfjörð Bjarmason
2022-08-03log: fix a memory leak in "git show <revision>..."Ævar Arnfjörð Bjarmason
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds
2022-08-01Merge branch 'mt/checkout-count-fix'Junio C Hamano
2022-08-01Merge branch 'ds/rebase-update-ref'Junio C Hamano
2022-07-27Merge branch 'ro/mktree-allow-missing-fix' into maintJunio C Hamano
2022-07-27Merge branch 'jk/diff-files-cleanup-fix' into maintJunio 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