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 '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-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2
-6
/
+6
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
2
-3
/
+19
2020-01-30
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
1
-2
/
+5
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
2020-01-17
grep: fix race conditions at grep_submodule()
Matheus Tavares
1
-4
/
+3
2020-01-15
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2
-3
/
+19
2020-01-15
add: use advise function to display hints
Heba Waly
1
-2
/
+4
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
1
-37
/
+12
2020-01-08
restore: invalidate cache-tree when removing entries with --staged
Jeff King
1
-0
/
+2
2020-01-07
checkout: don't revert file on ambiguous tracking branches
Alexandr Miloslavskiy
1
-31
/
+25
2020-01-07
parse_branchname_arg(): extract part as new function
Alexandr Miloslavskiy
1
-6
/
+19
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
1
-3
/
+1
2020-01-06
Merge branch 'ds/sparse-list-in-cone-mode'
Junio C Hamano
1
-0
/
+21
2020-01-02
commit-graph: prefer default size_mult when given zero
Derrick Stolee
1
-3
/
+1
2020-01-02
Merge branch 'en/rebase-signoff-fix'
Junio C Hamano
1
-1
/
+1
2019-12-30
sparse-checkout: list directories in cone mode
Derrick Stolee
1
-0
/
+21
2019-12-25
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
1
-2
/
+2
2019-12-25
Merge branch 'js/add-p-in-c'
Junio C Hamano
1
-5
/
+10
2019-12-25
Merge branch 'rs/ref-read-cleanup'
Junio C Hamano
1
-2
/
+1
2019-12-25
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
1
-3
/
+4
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
3
-1
/
+523
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
1
-50
/
+97
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
1
-17
/
+14
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
2
-23
/
+68
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
1
-0
/
+3
2019-12-21
commit --interactive: make it work with the built-in `add -i`
Johannes Schindelin
1
-2
/
+6
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
1
-0
/
+2
[next]