summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao-4/+57
2022-08-10Sync with Git 2.37.2Junio C Hamano-11/+24
2022-08-10Git 2.37.2v2.37.2Junio C Hamano-1/+25
2022-08-10Merge branch 'jc/string-list-cleanup' into maintJunio C Hamano-2/+1
2022-08-10Merge branch 'mt/pkt-line-comment-tweak' into maintJunio C Hamano-8/+8
2022-08-10Merge branch 'ma/t4200-update' into maintJunio C Hamano-3/+0
2022-08-10Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maintJunio C Hamano-8/+56
2022-08-10Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano-0/+7
2022-08-10Merge branch 'mt/checkout-count-fix' into maintJunio C Hamano-24/+113
2022-08-10Merge branch 'cl/rerere-train-with-no-sign' into maintJunio C Hamano-1/+1
2022-08-10Merge branch 'kk/p4-client-name-encoding-fix' into maintJunio C Hamano-9/+42
2022-08-10Merge branch 'mb/p4-utf16-crlf' into maintJunio C Hamano-1/+1
2022-08-10Merge branch 'hx/lookup-commit-in-graph-fix' into maintJunio C Hamano-1/+48
2022-08-10Merge branch 'jc/resolve-undo' into maintJunio C Hamano-0/+146
2022-08-10fsck: downgrade tree badFilemode to "info"Jeff King-1/+18
2022-08-10fsck: actually detect bad file modes in treesJeff King-1/+15
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King-9/+19
2022-08-10clone: --bundle-uri cannot be combined with --depthDerrick Stolee-1/+13
2022-08-10bundle-uri: add support for http(s):// and file://Derrick Stolee-3/+112
2022-08-10clone: add --bundle-uri optionDerrick Stolee-0/+57
2022-08-10bundle-uri: create basic file-copy logicDerrick Stolee-0/+121
2022-08-10remote-curl: add 'get' capabilityDerrick Stolee-0/+74
2022-08-10bundle-uri: add example bundle organizationDerrick Stolee-0/+105
2022-08-10docs: document bundle URI standardDerrick Stolee-0/+469
2022-08-10mv: check overwrite for in-to-out moveShaoxuan Yuan-3/+15
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan-1/+46
2022-08-10mv: cleanup empty WORKING_DIRECTORYShaoxuan Yuan-0/+31
2022-08-10mv: from in-cone to out-of-coneShaoxuan Yuan-13/+66
2022-08-10mv: remove BOTH from enum update_modeShaoxuan Yuan-1/+0
2022-08-10mv: check if <destination> is a SKIP_WORKTREE_DIRShaoxuan Yuan-4/+14
2022-08-10mv: free the with_slash in check_dir_in_index()Shaoxuan Yuan-4/+9
2022-08-10mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()Shaoxuan Yuan-13/+11
2022-08-10t7002: add tests for moving from in-cone to out-of-coneShaoxuan Yuan-0/+198
2022-08-10mergetools: vimdiff: simplify tabfirstFelipe Contreras-25/+19
2022-08-10mergetools: vimdiff: fix single window layoutsFelipe Contreras-12/+8
2022-08-10mergetools: vimdiff: rework tab logicFelipe Contreras-28/+22
2022-08-10mergetools: vimdiff: fix for diffoptFelipe Contreras-18/+18
2022-08-10mergetools: vimdiff: silence annoying messagesFelipe Contreras-2/+2
2022-08-10mergetools: vimdiff: make vimdiff3 actually workFelipe Contreras-18/+18
2022-08-10mergetools: vimdiff: fix commentFelipe Contreras-2/+2
2022-08-10doc add: renormalize is not idempotent for CRCRLFPhilip Oakley-1/+3
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan-3/+20
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan-4/+28
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan-83/+102
2022-08-08t1092: add tests for `git-rm`Shaoxuan Yuan-0/+57
2022-08-08Merge branch 'vd/sparse-reset-checkout-fixes' into sy/sparse-rmJunio C Hamano-10/+141
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye-10/+113
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye-0/+14
2022-08-08oneway_diff: handle removed sparse directoriesVictoria Dye-0/+5
2022-08-08checkout: fix nested sparse directory diff in sparse indexVictoria Dye-0/+9