summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-08-14t0021: avoid grepping for a Perl-specific string at filter outputMatheus Tavares1-1/+1
2022-08-14is_promisor_object(): fix use-after-free of tree bufferJeff King1-0/+7
2022-08-12builtin/bugreport.c: create '--diagnose' optionVictoria Dye1-0/+48
2022-08-12builtin/diagnose.c: add '--mode' optionVictoria Dye1-1/+29
2022-08-12builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye1-0/+32
2022-08-12Merge branch 'ab/plug-revisions-leak'Junio C Hamano11-4/+9
2022-08-12Merge branch 'ab/leak-check'Junio C Hamano52-211/+397
2022-08-12Merge branch 'lt/symbolic-ref-sanity'Junio C Hamano2-2/+12
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao1-0/+22
2022-08-10Merge branch 'ma/t4200-update' into maintJunio C Hamano1-3/+0
2022-08-10Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maintJunio C Hamano1-0/+27
2022-08-10Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano1-0/+5
2022-08-10Merge branch 'mt/checkout-count-fix' into maintJunio C Hamano3-1/+75
2022-08-10Merge branch 'hx/lookup-commit-in-graph-fix' into maintJunio C Hamano1-0/+47
2022-08-10Merge branch 'jc/resolve-undo' into maintJunio C Hamano1-0/+71
2022-08-10fsck: downgrade tree badFilemode to "info"Jeff King1-0/+17
2022-08-10fsck: actually detect bad file modes in treesJeff King1-0/+14
2022-08-10clone: --bundle-uri cannot be combined with --depthDerrick Stolee1-0/+8
2022-08-10bundle-uri: add support for http(s):// and file://Derrick Stolee1-0/+45
2022-08-10clone: add --bundle-uri optionDerrick Stolee1-0/+36
2022-08-10bundle-uri: create basic file-copy logicDerrick Stolee1-0/+2
2022-08-10remote-curl: add 'get' capabilityDerrick Stolee1-0/+37
2022-08-10mv: check overwrite for in-to-out moveShaoxuan Yuan1-3/+3
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan1-1/+23
2022-08-10mv: cleanup empty WORKING_DIRECTORYShaoxuan Yuan1-0/+4
2022-08-10mv: from in-cone to out-of-coneShaoxuan Yuan1-4/+4
2022-08-10t7002: add tests for moving from in-cone to out-of-coneShaoxuan Yuan1-0/+198
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan2-3/+18
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan1-2/+25
2022-08-08t1092: add tests for `git-rm`Shaoxuan Yuan1-0/+57
2022-08-08Merge branch 'vd/sparse-reset-checkout-fixes' into sy/sparse-rmJunio C Hamano1-0/+25
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye1-0/+17
2022-08-08checkout: fix nested sparse directory diff in sparse indexVictoria Dye1-0/+8
2022-08-08Merge branch 'js/t5351-freebsd-fix'Junio C Hamano1-3/+9
2022-08-05Merge branch 'tb/cat-file-z'Junio C Hamano1-15/+57
2022-08-05Merge branch 'ds/doc-wo-whitelist' into maintJunio C Hamano5-9/+8
2022-08-05Merge branch 'mb/config-document-include' into maintJunio C Hamano1-0/+13
2022-08-05Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano2-3/+72
2022-08-05maintenance: stop writing log.excludeDecorationDerrick Stolee1-21/+0
2022-08-05log: create log.initialDecorationSet=allDerrick Stolee1-0/+3
2022-08-05log: add --clear-decorations optionDerrick Stolee6-3/+346
2022-08-05log: add default decoration filterDerrick Stolee3-2/+22
2022-08-05t4207: test coloring of grafted decorationsDerrick Stolee1-0/+53
2022-08-05t4207: modernize testDerrick Stolee1-17/+20
2022-08-05refs: allow "HEAD" as decoration filterDerrick Stolee1-0/+6
2022-08-05hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason1-0/+26
2022-08-04docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason1-2/+2
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason1-0/+2
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason1-1/+11
2022-08-04submodule merge: update conflict error messageCalvin Wan2-8/+79