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-06-25
fast-export: allow seeding the anonymized mapping
Jeff King
1
-1
/
+49
2020-06-23
fast-export: add a "data" callback parameter to anonymize_str()
Jeff King
1
-13
/
+14
2020-06-23
fast-export: move global "idents" anonymize hashmap into function
Jeff King
1
-1
/
+1
2020-06-23
fast-export: use a flex array to store anonymized entries
Jeff King
1
-3
/
+2
2020-06-23
fast-export: stop storing lengths in anonymized hashmaps
Jeff King
1
-10
/
+18
2020-06-23
fast-export: tighten anonymize_mem() interface to handle only strings
Jeff King
1
-27
/
+26
2020-06-23
fast-export: store anonymized oids as hex strings
Jeff King
1
-12
/
+16
2020-06-23
fast-export: use xmemdupz() for anonymizing oids
Jeff King
1
-1
/
+1
2020-06-22
Merge branch 'es/worktree-duplicate-paths'
Junio C Hamano
1
-35
/
+93
2020-06-17
Merge branch 'en/sparse-checkout'
Junio C Hamano
1
-0
/
+4
2020-06-17
Merge branch 'js/reflog-anonymize-for-clone-and-fetch'
Junio C Hamano
2
-7
/
+15
2020-06-10
worktree: make "move" refuse to move atop missing registered worktree
Eric Sunshine
1
-2
/
+1
2020-06-10
worktree: generalize candidate worktree path validation
Eric Sunshine
1
-13
/
+16
2020-06-10
worktree: prune linked worktree referencing main worktree path
Eric Sunshine
1
-0
/
+15
2020-06-10
worktree: prune duplicate entries referencing same worktree path
Eric Sunshine
1
-6
/
+43
2020-06-10
worktree: make high-level pruning re-usable
Eric Sunshine
1
-6
/
+9
2020-06-10
worktree: give "should be pruned?" function more meaningful name
Eric Sunshine
1
-2
/
+2
2020-06-08
Merge branch 'cb/bisect-helper-parser-fix'
Junio C Hamano
1
-4
/
+9
2020-06-08
Merge branch 'dl/remote-curl-deadlock-fix'
Junio C Hamano
1
-1
/
+1
2020-06-08
Merge branch 'bc/filter-process'
Junio C Hamano
1
-3
/
+1
2020-06-08
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
1
-28
/
+47
2020-06-08
worktree: factor out repeated string literal
Eric Sunshine
1
-11
/
+12
2020-06-05
sparse-checkout: avoid staging deletions of all files
Elijah Newren
1
-0
/
+4
2020-06-04
clone/fetch: anonymize URLs in the reflog
Johannes Schindelin
2
-7
/
+15
2020-06-02
Merge branch 'rs/checkout-b-track-error'
Junio C Hamano
1
-1
/
+1
2020-06-02
Merge branch 'an/merge-single-strategy-optim'
Junio C Hamano
1
-1
/
+1
2020-05-24
Merge branch 'ds/multi-pack-verify'
Junio C Hamano
1
-1
/
+2
2020-05-24
stateless-connect: send response end packet
Denton Liu
1
-1
/
+1
2020-05-24
checkout: improve error messages for -b with extra argument
René Scharfe
1
-1
/
+1
2020-05-24
bisect--helper: avoid segfault with bad syntax in `start --term-*`
Carlo Marcelo Arenas Belón
1
-4
/
+9
2020-05-21
builtin/checkout: simplify metadata initialization
brian m. carlson
1
-3
/
+1
2020-05-19
fsck: use ERROR_MULTI_PACK_INDEX
Derrick Stolee
1
-1
/
+2
2020-05-19
merge: optimization to skip evaluate_result for single strategy
Andrew Ng
1
-1
/
+1
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
1
-7
/
+8
2020-05-18
builtin/commit-graph.c: dereference tags in builtin
Taylor Blau
1
-3
/
+21
2020-05-18
builtin/commit-graph.c: extract 'read_one_commit()'
Taylor Blau
1
-29
/
+29
2020-05-13
Merge branch 'ss/submodule-set-url-in-c'
Junio C Hamano
1
-0
/
+32
2020-05-13
Merge branch 'jc/auto-gc-quiet'
Junio C Hamano
5
-16
/
+6
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
6
-1
/
+7
2020-05-08
Merge branch 'cb/avoid-colliding-with-netbsd-hmac'
Junio C Hamano
1
-3
/
+3
2020-05-08
Merge branch 'es/restore-staged-from-head-by-default'
Junio C Hamano
1
-3
/
+3
2020-05-08
Merge branch 'jk/for-each-ref-multi-key-sort-fix'
Junio C Hamano
3
-3
/
+3
2020-05-08
Merge branch 'dl/switch-c-option-in-error-message'
Junio C Hamano
1
-4
/
+10
2020-05-08
submodule: port subcommand 'set-url' from shell to C
Shourya Shukla
1
-0
/
+32
2020-05-07
auto-gc: pass --quiet down from am, commit, merge and rebase
Junio C Hamano
4
-8
/
+4
2020-05-07
auto-gc: extract a reusable helper from "git fetch"
Junio C Hamano
1
-8
/
+2
2020-05-05
Merge branch 'dl/push-recurse-submodules-fix'
Junio C Hamano
1
-6
/
+3
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
29
-164
/
+156
2020-05-05
restore: default to HEAD when combining --staged and --worktree
Eric Sunshine
1
-3
/
+3
2020-05-05
builtin/receive-pack: avoid generic function name hmac()
Carlo Marcelo Arenas Belón
1
-3
/
+3
[next]