summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-28subtree: more consistent error propagationLuke Shumaker1-14/+14
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker1-115/+120
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLuke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLuke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLuke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLuke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLuke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Luke Shumaker1-58/+59
2021-04-28.gitignore: ignore 'git-subtree' as a build artifactLuke Shumaker1-0/+1
2021-04-28repack: avoid loosening promisor objects in partial clonesRafael Silva4-3/+26
2021-04-28doc: point to diff attribute in patch format docsPeter Oliver1-1/+6
2021-04-28builtin/rm: avoid leaking pathspec and seenAndrzej Hunt1-0/+2
2021-04-28builtin/rebase: release git_format_patch_opt tooAndrzej Hunt1-0/+1
2021-04-28builtin/for-each-ref: free filter and UNLEAK sorting.Andrzej Hunt1-0/+3
2021-04-28mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt2-11/+5
2021-04-28builtin/checkout: clear pending objects after diffingAndrzej Hunt1-0/+1
2021-04-28builtin/check-ignore: clear_pathspec before returningAndrzej Hunt1-0/+1
2021-04-28builtin/bugreport: don't leak prefixed filenameAndrzej Hunt1-3/+5
2021-04-28branch: FREE_AND_NULL instead of NULL'ing real_refAndrzej Hunt1-1/+1
2021-04-28bloom: clear each bloom_key after useAndrzej Hunt1-0/+1
2021-04-28ls-files: free max_prefix when doneAndrzej Hunt1-1/+2
2021-04-28wt-status: fix multiple small leaksAndrzej Hunt1-0/+4
2021-04-28revision: free remainder of old commit list in limit_listAndrzej Hunt1-7/+10
2021-04-27hex: print objects using the hash algorithm memberbrian m. carlson1-2/+2
2021-04-27hex: default to the_hash_algo on zero algorithm valuebrian m. carlson1-0/+7
2021-04-27builtin/pack-objects: avoid using struct object_id for pack hashbrian m. carlson1-10/+10
2021-04-27commit-graph: don't store file hashes as struct object_idbrian m. carlson1-6/+7
2021-04-27builtin/show-index: set the algorithm for object IDsbrian m. carlson1-1/+3
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson42-95/+119
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson4-13/+54
2021-04-27builtin/pack-redundant: avoid casting buffers to struct object_idbrian m. carlson1-14/+14
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson7-11/+11
2021-04-27hash: add a function to finalize object IDsbrian m. carlson2-23/+52
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson1-0/+2
2021-04-27Always use oidread to read into struct object_idbrian m. carlson13-23/+23
2021-04-27hash: add an algo member to struct object_idbrian m. carlson1-0/+1
2021-04-27pretty: provide human date formatZheNing Hu3-0/+13
2021-04-27pretty tests: give --date/format tests a better descriptionÆvar Arnfjörð Bjarmason1-3/+3
2021-04-27pretty tests: simplify %aI/%cI date format testÆvar Arnfjörð Bjarmason1-2/+1
2021-04-27refs/debug: trace into reflog expiry tooHan-Wen Nienhuys1-3/+44
2021-04-27git-completion.bash: consolidate cases in _git_stash()Denton Liu1-19/+2
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesDenton Liu2-12/+33
2021-04-27git-completion.bash: rename to $__git_cmd_idxDenton Liu1-10/+10
2021-04-27t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsPatrick Steinhardt1-4/+3
2021-04-20object-info: support for retrieving object infoBruno Albuquerque6-0/+183
2021-04-20The twelfth batchJunio C Hamano1-0/+19