index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
Merge branch 'sg/test-rebase-editor-fix'
Junio C Hamano
2
-7
/
+7
2018-11-06
Merge branch 'tb/char-may-be-unsigned'
Junio C Hamano
1
-1
/
+1
2018-11-06
Merge branch 'js/mingw-ns-filetime'
Junio C Hamano
3
-38
/
+76
2018-11-06
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
8
-2
/
+15
2018-11-06
Merge branch 'jw/send-email-no-auth'
Junio C Hamano
2
-3
/
+12
2018-11-06
Merge branch 'nd/submodule-unused-vars'
Junio C Hamano
4
-31
/
+38
2018-11-06
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
1
-1
/
+1
2018-11-06
Merge branch 'nd/completion-negation'
Junio C Hamano
1
-1
/
+1
2018-11-06
Merge branch 'jt/upload-pack-v2-fix-shallow'
Junio C Hamano
2
-63
/
+115
2018-11-06
Merge branch 'sb/submodule-url-to-absolute'
Junio C Hamano
2
-17
/
+58
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
5
-8
/
+54
2018-11-06
Merge branch 'js/remote-archive-dwimfix'
Junio C Hamano
6
-4
/
+23
2018-11-06
completion: use __gitcomp_builtin for format-patch
Duy Nguyen
2
-10
/
+14
2018-11-06
midx: double-check large object write loop
Jeff King
1
-3
/
+9
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
26
-3
/
+134
2018-11-06
parse-options: drop OPT_DATE()
Jeff King
5
-38
/
+0
2018-11-06
apply: return -1 from option callback instead of calling exit(1)
Jeff King
1
-1
/
+1
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
apply: mark include/exclude options as NONEG
Jeff King
1
-2
/
+2
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
4
-4
/
+4
2018-11-05
Clean up pthread_create() error handling
Nguyễn Thái Ngọc Duy
3
-9
/
+17
2018-11-05
read-cache.c: initialize copy_len to shut up gcc 8
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2018-11-05
read-cache.c: reduce branching based on HAVE_THREADS
Nguyễn Thái Ngọc Duy
1
-10
/
+9
2018-11-05
read-cache.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-24
/
+10
2018-11-05
pack-objects: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2
-30
/
+2
2018-11-05
preload-index.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-13
/
+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
3
-49
/
+22
2018-11-05
attr.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-14
/
+0
2018-11-05
name-hash.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-18
/
+4
2018-11-05
index-pack: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-49
/
+14
2018-11-05
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
Nguyễn Thái Ngọc Duy
3
-3
/
+12
2018-11-05
run-command.h: include thread-utils.h instead of pthread.h
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2018-11-05
xdiff-interface: drop parse_hunk_header()
Jeff King
2
-48
/
+0
2018-11-05
range-diff: use a hunk callback
Jeff King
1
-1
/
+9
2018-11-05
diff: convert --check to use a hunk callback
Jeff King
1
-8
/
+12
2018-11-05
combine-diff: use an xdiff hunk callback
Jeff King
1
-31
/
+36
2018-11-05
diff: use hunk callback for word-diff
Jeff King
2
-7
/
+8
2018-11-05
diff: discard hunk headers for patch-ids earlier
Jeff King
1
-6
/
+2
2018-11-05
diff: avoid generating unused hunk header lines
Jeff King
4
-3
/
+18
2018-11-05
poll: use GetTickCount64() to avoid wrap-around issues
Steve Hoelzer
1
-4
/
+8
2018-11-05
t/t7510-signed-commit.sh: add signing subkey to Eris Discordia key
Michał Górny
2
-9
/
+59
[prev]
[next]