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