summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson42-95/+119
2021-04-27hash: set, copy, and use algo field in struct object_idLibravatar brian m. carlson4-13/+54
2021-04-27builtin/pack-redundant: avoid casting buffers to struct object_idLibravatar brian m. carlson1-14/+14
2021-04-27Use the final_oid_fn to finalize hashing of object IDsLibravatar brian m. carlson7-11/+11
2021-04-27hash: add a function to finalize object IDsLibravatar brian m. carlson2-23/+52
2021-04-27http-push: set algorithm when reading object IDLibravatar brian m. carlson1-0/+2
2021-04-27Always use oidread to read into struct object_idLibravatar brian m. carlson13-23/+23
2021-04-27hash: add an algo member to struct object_idLibravatar brian m. carlson1-0/+1
2021-04-27pretty: provide human date formatLibravatar ZheNing Hu3-0/+13
2021-04-27pretty tests: give --date/format tests a better descriptionLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2021-04-27pretty tests: simplify %aI/%cI date format testLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2021-04-27refs/debug: trace into reflog expiry tooLibravatar Han-Wen Nienhuys1-3/+44
2021-04-27git-completion.bash: consolidate cases in _git_stash()Libravatar Denton Liu1-19/+2
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesLibravatar Denton Liu2-12/+33
2021-04-27git-completion.bash: rename to $__git_cmd_idxLibravatar Denton Liu1-10/+10
2021-04-27t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsLibravatar Patrick Steinhardt1-4/+3
2021-04-20object-info: support for retrieving object infoLibravatar Bruno Albuquerque6-0/+183
2021-04-20The twelfth batchLibravatar Junio C Hamano1-0/+19
2021-04-20Merge branch 'js/access-nul-emulation-on-windows'Libravatar Junio C Hamano1-0/+2
2021-04-20Merge branch 'sg/bugreport-fixes'Libravatar Junio C Hamano1-2/+2