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-24
pack-objects: read delta base oid into object_id struct
Jeff King
1
-17
/
+18
2020-02-24
nth_packed_object_oid(): use customary integer return
Jeff King
1
-2
/
+2
2020-02-17
Merge branch 'mr/show-config-scope'
Junio C Hamano
1
-10
/
+36
2020-02-17
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
3
-4
/
+4
2020-02-17
Merge branch 'rs/name-rev-memsave'
Junio C Hamano
1
-64
/
+127
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-10
config: add '--show-scope' to print the scope of a config value
Matthew Rogers
1
-2
/
+18
2020-02-10
config: teach git_config_source to remember its scope
Matthew Rogers
1
-3
/
+13
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
3
-4
/
+4
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-05
name-rev: sort tip names before applying
René Scharfe
1
-8
/
+52
2020-02-05
name-rev: release unused name strings
René Scharfe
1
-5
/
+16
2020-02-05
name-rev: generate name strings only if they are better
René Scharfe
1
-17
/
+18
2020-02-05
name-rev: pre-size buffer in get_parent_name()
René Scharfe
1
-6
/
+14
2020-02-05
name-rev: factor out get_parent_name()
René Scharfe
1
-13
/
+14
2020-02-05
name-rev: put struct rev_name into commit slab
René Scharfe
1
-9
/
+11
2020-02-05
name-rev: don't _peek() in create_or_update_name()
René Scharfe
1
-10
/
+4
2020-02-05
name-rev: don't leak path copy in name_ref()
René Scharfe
1
-1
/
+3
2020-02-05
name-rev: respect const qualifier
René Scharfe
1
-3
/
+3
2020-02-05
name-rev: remove unused typedef
René Scharfe
1
-2
/
+2
2020-02-05
name-rev: rewrite create_or_update_name()
Martin Ågren
1
-12
/
+12
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
[next]