Age | Commit message (Expand) | Author | Files | Lines |
2021-04-28 | subtree: have $indent actually affect indentation | Luke Shumaker | 1 | -18/+24 |
2021-04-28 | subtree: don't let debug and progress output clash | Luke Shumaker | 1 | -1/+21 |
2021-04-28 | subtree: add comments and sanity checks | Luke Shumaker | 1 | -3/+61 |
2021-04-28 | subtree: remove duplicate check | Luke Shumaker | 1 | -4/+0 |
2021-04-28 | subtree: parse revs in individual cmd_ functions | Luke Shumaker | 1 | -38/+24 |
2021-04-28 | subtree: use "^{commit}" instead of "^0" | Luke Shumaker | 1 | -2/+2 |
2021-04-28 | subtree: don't fuss with PATH | Luke Shumaker | 1 | -2/+16 |
2021-04-28 | subtree: use "$*" instead of "$@" as appropriate | Luke Shumaker | 1 | -3/+3 |
2021-04-28 | subtree: use more explicit variable names for cmdline args | Luke Shumaker | 1 | -66/+66 |
2021-04-28 | subtree: use git-sh-setup's `say` | Luke Shumaker | 1 | -15/+7 |
2021-04-28 | subtree: use `git merge-base --is-ancestor` | Luke Shumaker | 1 | -15/+1 |
2021-04-28 | subtree: drop support for git < 1.7 | Luke Shumaker | 1 | -15/+4 |
2021-04-28 | subtree: more consistent error propagation | Luke Shumaker | 1 | -14/+14 |
2021-04-28 | subtree: don't have loose code outside of a function | Luke Shumaker | 1 | -120/+125 |
2021-04-28 | subtree: t7900: add porcelain tests for 'pull' and 'push' | Luke Shumaker | 1 | -0/+127 |
2021-04-28 | subtree: t7900: add a test for the -h flag | Luke Shumaker | 1 | -0/+7 |
2021-04-28 | subtree: t7900: rename last_commit_message to last_commit_subject | Luke Shumaker | 1 | -13/+13 |
2021-04-28 | subtree: t7900: fix 'verify one file change per commit' | Luke Shumaker | 1 | -40/+6 |
2021-04-28 | subtree: t7900: delete some dead code | Luke Shumaker | 1 | -11/+1 |
2021-04-28 | subtree: t7900: use 'test' for string equality | Luke Shumaker | 1 | -36/+24 |
2021-04-28 | subtree: t7900: comment subtree_test_create_repo | Luke Shumaker | 1 | -6/+8 |
2021-04-28 | subtree: t7900: use consistent formatting | Luke Shumaker | 1 | -35/+35 |
2021-04-28 | subtree: t7900: use test-lib.sh's test_count | Luke Shumaker | 1 | -336/+300 |
2021-04-28 | subtree: t7900: update for having the default branch name be 'main' | Luke Shumaker | 1 | -58/+59 |
2021-04-28 | .gitignore: ignore 'git-subtree' as a build artifact | Luke Shumaker | 1 | -0/+1 |
2021-04-28 | repack: avoid loosening promisor objects in partial clones | Rafael Silva | 4 | -3/+26 |
2021-04-28 | doc: point to diff attribute in patch format docs | Peter Oliver | 1 | -1/+6 |
2021-04-28 | builtin/rm: avoid leaking pathspec and seen | Andrzej Hunt | 1 | -0/+2 |
2021-04-28 | builtin/rebase: release git_format_patch_opt too | Andrzej Hunt | 1 | -0/+1 |
2021-04-28 | builtin/for-each-ref: free filter and UNLEAK sorting. | Andrzej Hunt | 1 | -0/+3 |
2021-04-28 | mailinfo: also free strbuf lists when clearing mailinfo | Andrzej Hunt | 2 | -11/+5 |
2021-04-28 | builtin/checkout: clear pending objects after diffing | Andrzej Hunt | 1 | -0/+1 |
2021-04-28 | builtin/check-ignore: clear_pathspec before returning | Andrzej Hunt | 1 | -0/+1 |
2021-04-28 | builtin/bugreport: don't leak prefixed filename | Andrzej Hunt | 1 | -3/+5 |
2021-04-28 | branch: FREE_AND_NULL instead of NULL'ing real_ref | Andrzej Hunt | 1 | -1/+1 |
2021-04-28 | bloom: clear each bloom_key after use | Andrzej Hunt | 1 | -0/+1 |
2021-04-28 | ls-files: free max_prefix when done | Andrzej Hunt | 1 | -1/+2 |
2021-04-28 | wt-status: fix multiple small leaks | Andrzej Hunt | 1 | -0/+4 |
2021-04-28 | revision: free remainder of old commit list in limit_list | Andrzej Hunt | 1 | -7/+10 |
2021-04-27 | hex: print objects using the hash algorithm member | brian m. carlson | 1 | -2/+2 |
2021-04-27 | hex: default to the_hash_algo on zero algorithm value | brian m. carlson | 1 | -0/+7 |
2021-04-27 | builtin/pack-objects: avoid using struct object_id for pack hash | brian m. carlson | 1 | -10/+10 |
2021-04-27 | commit-graph: don't store file hashes as struct object_id | brian m. carlson | 1 | -6/+7 |
2021-04-27 | builtin/show-index: set the algorithm for object IDs | brian m. carlson | 1 | -1/+3 |
2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 42 | -95/+119 |
2021-04-27 | hash: set, copy, and use algo field in struct object_id | brian m. carlson | 4 | -13/+54 |
2021-04-27 | builtin/pack-redundant: avoid casting buffers to struct object_id | brian m. carlson | 1 | -14/+14 |
2021-04-27 | Use the final_oid_fn to finalize hashing of object IDs | brian m. carlson | 7 | -11/+11 |
2021-04-27 | hash: add a function to finalize object IDs | brian m. carlson | 2 | -23/+52 |
2021-04-27 | http-push: set algorithm when reading object ID | brian m. carlson | 1 | -0/+2 |