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
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
2
-25
/
+89
2018-11-13
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
3
-3
/
+3
2018-11-13
Merge branch 'pw/am-rebase-read-author-script'
Junio C Hamano
1
-56
/
+4
2018-11-13
Merge branch 'jc/war-on-string-list'
Junio C Hamano
1
-46
/
+100
2018-11-13
Merge branch 'ag/rev-parse-all-exclude-fix'
Junio C Hamano
1
-0
/
+1
2018-11-13
Merge branch 'ao/submodule-wo-gitmodules-checked-out'
Junio C Hamano
2
-3
/
+54
2018-11-13
Merge branch 'nb/worktree-api-doc'
Junio C Hamano
1
-5
/
+5
2018-11-13
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
1
-2
/
+5
2018-11-13
Merge branch 'nd/per-worktree-config'
Junio C Hamano
1
-1
/
+18
2018-11-13
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
1
-8
/
+5
2018-11-13
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
1
-4
/
+12
2018-11-13
Merge branch 'nd/config-split'
Junio C Hamano
1
-1
/
+14
2018-11-13
format-patch: respect --stat in cover letter's diffstat
Nguyễn Thái Ngọc Duy
1
-2
/
+0
2018-11-13
built-in rebase: reinstate `checkout -q` behavior where appropriate
Johannes Schindelin
1
-15
/
+25
2018-11-13
rebase: prepare reset_head() for more flags
Johannes Schindelin
1
-3
/
+6
2018-11-13
rebase: consolidate clean-up code before leaving reset_head()
Johannes Schindelin
1
-18
/
+18
2018-11-13
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
5
-14
/
+15
2018-11-08
built-in rebase --autostash: leave the current branch alone if possible
Johannes Schindelin
1
-1
/
+2
2018-11-07
pack-objects: ignore ambiguous object warnings
Derrick Stolee
1
-0
/
+6
2018-11-07
pull: handle --verify-signatures for unborn branch
Jeff King
1
-0
/
+11
2018-11-07
merge: handle --verify-signatures for unborn branch
Jeff King
1
-0
/
+4
2018-11-07
merge: extract verify_merge_signature() helper
Jeff King
1
-25
/
+1
2018-11-06
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
3
-0
/
+3
2018-11-06
Merge branch 'nd/submodule-unused-vars'
Junio C Hamano
1
-1
/
+1
2018-11-06
Merge branch 'sb/submodule-url-to-absolute'
Junio C Hamano
1
-17
/
+34
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
2
-1
/
+7
2018-11-06
Merge branch 'js/remote-archive-dwimfix'
Junio C Hamano
2
-0
/
+4
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
21
-3
/
+92
2018-11-06
cat-file: report an error on multiple --batch options
Jeff King
1
-1
/
+1
2018-11-06
tag: mark "--message" option with NONEG
Jeff King
1
-2
/
+2
2018-11-06
show-branch: mark --reflog option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
format-patch: mark "--no-numbered" option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
status: mark --find-renames option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
cat-file: mark batch options with NONEG
Jeff King
1
-2
/
+4
2018-11-06
pack-objects: mark index-version option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
ls-files: mark exclude options as NONEG
Jeff King
1
-3
/
+4
2018-11-06
am: handle --no-patch-format option
Jeff King
1
-1
/
+3
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
3
-3
/
+3
2018-11-05
pack-objects: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-24
/
+2
2018-11-05
grep: clean up num_threads handling
Nguyễn Thái Ngọc Duy
1
-31
/
+27
2018-11-05
grep: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-37
/
+22
2018-11-05
index-pack: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-49
/
+14
2018-11-03
add: speed up cmd_add() by utilizing read_cache_preload()
Ben Peart
1
-5
/
+4
2018-11-02
xdiff: provide a separate emit callback for hunks
Jeff King
2
-2
/
+4
2018-11-02
rebase: apply cocci patch
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-autostash-fix'
Junio C Hamano
1
-3
/
+5
2018-11-02
Merge branch 'jc/rebase-in-c-5-test-typofix'
Junio C Hamano
1
-3
/
+3
2018-11-02
Merge branch 'pk/rebase-in-c-6-final'
Junio C Hamano
1
-1
/
+1
[prev]
[next]