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
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
2018-11-05
t/t7510-signed-commit.sh: Add %GP to custom format checks
Michał Górny
1
-6
/
+12
2018-11-05
tree-walk.c: fix overoptimistic inclusion in :(exclude) matching
Nguyễn Thái Ngọc Duy
2
-3
/
+25
2018-11-05
sequencer.c: remove a stray semicolon
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-05
git-worktree.txt: correct linkgit command name
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-05
build: link with curl-defined linker flags
James Knight
3
-28
/
+22
2018-11-03
Merge branch 'jc/http-curlver-warnings'
Junio C Hamano
1
-4
/
+2
2018-11-03
Merge branch 'js/mingw-http-ssl'
Junio C Hamano
2
-1
/
+91
2018-11-03
Merge branch 'mg/gpg-fingerprint'
Junio C Hamano
5
-18
/
+70
2018-11-03
Merge branch 'mg/gpg-parse-tighten'
Junio C Hamano
2
-29
/
+87
2018-11-03
Merge branch 'en/merge-cleanup-more'
Junio C Hamano
2
-7
/
+37
2018-11-03
add: speed up cmd_add() by utilizing read_cache_preload()
Ben Peart
1
-5
/
+4
2018-11-03
remote: make add_missing_tags() linear
Derrick Stolee
1
-1
/
+33
2018-11-03
test-reach: test get_reachable_subset
Derrick Stolee
2
-4
/
+82
2018-11-03
commit-reach: implement get_reachable_subset
Derrick Stolee
2
-0
/
+82
2018-11-02
send-email: avoid empty transfer encoding header
Aaron Lindsay
2
-1
/
+16
2018-11-02
pathspec: handle non-terminated strings with :(attr)
Jeff King
1
-0
/
+7
[prev]
[next]