index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
shallow: use struct 'shallow_lock' for additional safety
Taylor Blau
1
-1
/
+1
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
6
-0
/
+6
2020-04-30
switch: fix errors and comments related to -c and -C
Denton Liu
1
-4
/
+10
2020-04-29
Merge branch 'ps/transactional-update-ref-stdin'
Junio C Hamano
1
-66
/
+179
2020-04-29
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
4
-22
/
+8
2020-04-29
Merge branch 'en/sparse-checkout'
Junio C Hamano
1
-33
/
+22
2020-04-29
Merge branch 'dl/merge-autostash-rebase-quit-fix'
Junio C Hamano
1
-0
/
+1
2020-04-29
Merge branch 'dl/merge-autostash'
Junio C Hamano
4
-268
/
+76
2020-04-29
Revert "commit-graph.c: introduce '--[no-]check-oids'"
Junio C Hamano
1
-8
/
+3
2020-04-28
Merge branch 'mt/grep-cquote-path'
Junio C Hamano
1
-12
/
+34
2020-04-28
Merge branch 'ds/log-exclude-decoration-config'
Junio C Hamano
1
-1
/
+15
2020-04-28
Merge branch 'tb/diff-tree-with-notes'
Junio C Hamano
1
-0
/
+9
2020-04-28
Merge branch 'js/stash-p-fix'
Junio C Hamano
1
-1
/
+1
2020-04-28
Merge branch 'dl/libify-a-few'
Junio C Hamano
4
-700
/
+4
2020-04-28
Merge branch 'jt/avoid-prefetch-when-able-in-diff'
Junio C Hamano
1
-3
/
+2
2020-04-28
Merge branch 'ds/commit-graph-expiry-fix'
Junio C Hamano
1
-1
/
+1
2020-04-28
Merge branch 'jc/log-no-mailmap'
Junio C Hamano
2
-1
/
+2
2020-04-28
Merge branch 'jk/config-use-size-t'
Junio C Hamano
2
-2
/
+2
2020-04-28
Merge branch 'bc/constant-memequal'
Junio C Hamano
1
-1
/
+22
2020-04-28
push: anonymize URLs in error messages and warnings
Johannes Schindelin
1
-2
/
+4
2020-04-28
rebase: save autostash entry into stash reflog on --quit
Denton Liu
1
-0
/
+1
2020-04-28
push: unset PARSE_OPT_OPTARG for --recurse-submodules
Denton Liu
1
-6
/
+3
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
29
-164
/
+156
2020-04-27
rebase: display an error if --root and --fork-point are both provided
Elijah Newren
1
-0
/
+3
2020-04-24
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
1
-2
/
+2
2020-04-22
Merge branch 'jt/rebase-allow-duplicate'
Junio C Hamano
1
-0
/
+7
2020-04-22
Merge branch 'en/rebase-no-keep-empty'
Junio C Hamano
1
-7
/
+10
2020-04-22
Merge branch 'js/flush-prompt-before-interative-input'
Junio C Hamano
1
-10
/
+4
2020-04-22
Merge branch 'ma/simplify-merge-config-parsing'
Junio C Hamano
1
-3
/
+5
2020-04-22
Merge branch 'eb/format-patch-no-encode-headers'
Junio C Hamano
1
-0
/
+7
2020-04-22
Merge branch 'dd/no-gpg-sign'
Junio C Hamano
1
-3
/
+4
2020-04-22
Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'
Junio C Hamano
1
-1
/
+3
2020-04-22
Merge branch 'jk/oid-array-cleanups'
Junio C Hamano
8
-8
/
+8
2020-04-22
Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'
Junio C Hamano
1
-1
/
+4
2020-04-22
Merge branch 'rs/pull-options-sync-code-and-doc'
Junio C Hamano
1
-0
/
+18
2020-04-22
Merge branch 'jt/connectivity-check-optim-in-partial-clone'
Junio C Hamano
2
-12
/
+2
2020-04-22
receive-pack: compilation fix
Junio C Hamano
1
-1
/
+3
2020-04-20
diff-tree.c: load notes machinery when required
Taylor Blau
1
-0
/
+9
2020-04-20
grep: follow conventions for printing paths w/ unusual chars
Matheus Tavares
1
-12
/
+34
2020-04-16
blame: use changed-path Bloom filters
Derrick Stolee
1
-0
/
+10
2020-04-16
tests: write commit-graph with Bloom filters
Derrick Stolee
2
-5
/
+6
2020-04-16
help: move list_config_help to builtin/help
Emily Shaffer
1
-0
/
+86
2020-04-16
log: add log.excludeDecoration config option
Derrick Stolee
1
-1
/
+15
2020-04-15
commit-graph.c: introduce '--[no-]check-oids'
Taylor Blau
1
-3
/
+8
2020-04-15
commit-graph.h: replace 'commit_hex' with 'commits'
Taylor Blau
1
-3
/
+16
2020-04-15
builtin/commit-graph.c: introduce split strategy 'replace'
Taylor Blau
1
-0
/
+2
2020-04-15
builtin/commit-graph.c: introduce split strategy 'no-merge'
Taylor Blau
1
-1
/
+6
2020-04-15
builtin/commit-graph.c: support for '--split[=<strategy>]'
Taylor Blau
1
-4
/
+22
2020-04-11
merge: use skip_prefix to parse config key
Martin Ă…gren
1
-3
/
+5
2020-04-11
rebase --merge: optionally skip upstreamed commits
Jonathan Tan
1
-0
/
+7
[prev]
[next]