summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-29pack-bitmap: clean up include_check after useLibravatar Jeff King1-0/+3
2021-04-28subtree: be stricter about validating flagsLibravatar Luke Shumaker2-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLibravatar Luke Shumaker3-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Libravatar Luke Shumaker3-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLibravatar Luke Shumaker3-24/+96
2021-04-28subtree: give the docs a once-overLibravatar Luke Shumaker3-93/+87
2021-04-28subtree: have $indent actually affect indentationLibravatar Luke Shumaker1-18/+24
2021-04-28subtree: don't let debug and progress output clashLibravatar Luke Shumaker1-1/+21
2021-04-28subtree: add comments and sanity checksLibravatar Luke Shumaker1-3/+61
2021-04-28subtree: remove duplicate checkLibravatar Luke Shumaker1-4/+0
2021-04-28subtree: parse revs in individual cmd_ functionsLibravatar Luke Shumaker1-38/+24
2021-04-28subtree: use "^{commit}" instead of "^0"Libravatar Luke Shumaker1-2/+2
2021-04-28subtree: don't fuss with PATHLibravatar Luke Shumaker1-2/+16
2021-04-28subtree: use "$*" instead of "$@" as appropriateLibravatar Luke Shumaker1-3/+3
2021-04-28subtree: use more explicit variable names for cmdline argsLibravatar Luke Shumaker1-66/+66
2021-04-28subtree: use git-sh-setup's `say`Libravatar Luke Shumaker1-15/+7
2021-04-28subtree: use `git merge-base --is-ancestor`Libravatar Luke Shumaker1-15/+1
2021-04-28subtree: drop support for git < 1.7Libravatar Luke Shumaker1-15/+4
2021-04-28subtree: more consistent error propagationLibravatar Luke Shumaker1-14/+14
2021-04-28subtree: don't have loose code outside of a functionLibravatar Luke Shumaker1-120/+125
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Libravatar Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLibravatar Luke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLibravatar Luke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Libravatar Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLibravatar Luke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLibravatar Luke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLibravatar Luke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLibravatar Luke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLibravatar Luke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Libravatar Luke Shumaker1-58/+59
2021-04-28.gitignore: ignore 'git-subtree' as a build artifactLibravatar Luke Shumaker1-0/+1
2021-04-28repack: avoid loosening promisor objects in partial clonesLibravatar Rafael Silva4-3/+26
2021-04-28doc: point to diff attribute in patch format docsLibravatar Peter Oliver1-1/+6
2021-04-28builtin/rm: avoid leaking pathspec and seenLibravatar Andrzej Hunt1-0/+2
2021-04-28builtin/rebase: release git_format_patch_opt tooLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Libravatar Andrzej Hunt1-0/+3
2021-04-28mailinfo: also free strbuf lists when clearing mailinfoLibravatar Andrzej Hunt2-11/+5
2021-04-28builtin/checkout: clear pending objects after diffingLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/check-ignore: clear_pathspec before returningLibravatar Andrzej Hunt1-0/+1
2021-04-28builtin/bugreport: don't leak prefixed filenameLibravatar Andrzej Hunt1-3/+5
2021-04-28branch: FREE_AND_NULL instead of NULL'ing real_refLibravatar Andrzej Hunt1-1/+1
2021-04-28bloom: clear each bloom_key after useLibravatar Andrzej Hunt1-0/+1
2021-04-28ls-files: free max_prefix when doneLibravatar Andrzej Hunt1-1/+2
2021-04-28wt-status: fix multiple small leaksLibravatar Andrzej Hunt1-0/+4
2021-04-28revision: free remainder of old commit list in limit_listLibravatar Andrzej Hunt1-7/+10
2021-04-27hex: print objects using the hash algorithm memberLibravatar brian m. carlson1-2/+2
2021-04-27hex: default to the_hash_algo on zero algorithm valueLibravatar brian m. carlson1-0/+7
2021-04-27builtin/pack-objects: avoid using struct object_id for pack hashLibravatar brian m. carlson1-10/+10
2021-04-27commit-graph: don't store file hashes as struct object_idLibravatar brian m. carlson1-6/+7
2021-04-27builtin/show-index: set the algorithm for object IDsLibravatar brian m. carlson1-1/+3