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-02-14
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
4
-9
/
+32
2020-02-14
Merge branch 'jk/index-pack-dupfix'
Junio C Hamano
1
-1
/
+3
2020-02-14
Merge branch 'pk/status-of-uncloned-submodule'
Junio C Hamano
1
-1
/
+11
2020-02-14
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
6
-10
/
+19
2020-02-14
Merge branch 'ds/sparse-checkout-harden'
Junio C Hamano
2
-6
/
+44
2020-02-14
Merge branch 'jt/connectivity-check-optim-in-partial-clone'
Junio C Hamano
2
-3
/
+13
2020-02-14
Merge branch 'ag/rebase-avoid-unneeded-checkout'
Junio C Hamano
1
-13
/
+5
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-47
/
+46
2020-02-14
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
1
-49
/
+194
2020-02-14
Merge branch 'hw/advice-add-nothing'
Junio C Hamano
1
-2
/
+8
2020-02-12
Merge branch 'jc/skip-prefix'
Junio C Hamano
2
-6
/
+6
2020-02-12
Merge branch 'pb/do-not-recurse-grep-no-index'
Junio C Hamano
1
-2
/
+5
2020-02-06
add: change advice config variables used by the add API
Heba Waly
1
-4
/
+8
2020-02-05
Merge branch 'am/checkout-file-and-ref-ref-ambiguity'
Junio C Hamano
1
-32
/
+39
2020-02-05
Merge branch 'js/patch-mode-in-others-in-c'
Junio C Hamano
3
-17
/
+51
2020-02-04
index-pack: downgrade twice-resolved REF_DELTA to die()
Jeff King
1
-1
/
+3
2020-02-04
commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
Taylor Blau
1
-1
/
+1
2020-02-04
commit-graph.c: remove path normalization, comparison
Taylor Blau
1
-1
/
+1
2020-02-04
commit-graph.h: store object directory in 'struct commit_graph'
Taylor Blau
1
-1
/
+1
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
4
-8
/
+31
2020-01-31
sparse-checkout: escape all glob characters on write
Derrick Stolee
1
-1
/
+1
2020-01-31
sparse-checkout: use C-style quotes in 'list' subcommand
Derrick Stolee
1
-2
/
+4
2020-01-31
sparse-checkout: unquote C-style strings over --stdin
Derrick Stolee
1
-1
/
+14
2020-01-31
sparse-checkout: write escaped patterns in cone mode
Derrick Stolee
1
-2
/
+21
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2
-6
/
+6
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
3
-5
/
+10
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
3
-3
/
+5
2020-01-31
streaming: allow open_istream() to handle any repo
Matheus Tavares
2
-2
/
+4
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
2
-3
/
+19
2020-01-30
fetch: forgo full connectivity check if --filter
Jonathan Tan
1
-1
/
+10
2020-01-30
connected: verify promisor-ness of partial clone
Jonathan Tan
1
-2
/
+3
2020-01-30
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
1
-2
/
+5
2020-01-27
submodule: fix status of initialized but not cloned submodules
Peter Kaestle
1
-1
/
+11
2020-01-24
clone: fix --sparse option with URLs
Derrick Stolee
1
-1
/
+1
2020-01-24
sparse-checkout: create leading directories
Derrick Stolee
1
-0
/
+4
2020-01-24
rebase -i: stop checking out the tip of the branch to rebase
Alban Gruin
1
-13
/
+5
2020-01-23
pack-objects: add checks for duplicate objects
Jeff King
1
-1
/
+7
2020-01-23
pack-objects: improve partial packfile reuse
Jeff King
1
-44
/
+170
2020-01-23
builtin/pack-objects: introduce obj_is_packed()
Jeff King
1
-2
/
+7
2020-01-23
pack-objects: introduce pack.allowPackReuse
Jeff King
1
-1
/
+7
2020-01-22
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+2
2020-01-22
Merge branch 'hw/commit-advise-while-rejecting'
Junio C Hamano
1
-0
/
+1
2020-01-17
grep: use no. of cores as the default no. of threads
Matheus Tavares
1
-2
/
+1
2020-01-17
grep: move driver pre-load out of critical section
Matheus Tavares
1
-4
/
+4
2020-01-17
grep: re-enable threads in non-worktree case
Matheus Tavares
1
-1
/
+1
2020-01-17
grep: protect packed_git [re-]initialization
Matheus Tavares
1
-2
/
+6
2020-01-17
grep: allow submodule functions to run in parallel
Matheus Tavares
1
-16
/
+22
2020-01-17
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
1
-1
/
+1
2020-01-17
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
1
-30
/
+16
2020-01-17
grep: fix racy calls in grep_objects()
Matheus Tavares
1
-0
/
+5
[next]