index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
prune: save reachable-from-recent objects with bitmaps
Jeff King
3
-15
/
+36
2021-04-29
pack-bitmap: clean up include_check after use
Jeff King
1
-0
/
+3
2021-04-28
subtree: be stricter about validating flags
Luke Shumaker
2
-25
/
+175
2021-04-28
subtree: push: allow specifying a local rev other than HEAD
Luke Shumaker
3
-13
/
+47
2021-04-28
subtree: allow 'split' flags to be passed to 'push'
Luke Shumaker
3
-12
/
+223
2021-04-28
subtree: allow --squash to be used with --rejoin
Luke Shumaker
3
-24
/
+96
2021-04-28
subtree: give the docs a once-over
Luke Shumaker
3
-93
/
+87
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
[prev]
[next]