index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t9132-git-svn-broken-symlink.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-07
Windows: force-recompile git.res for differing architectures
Johannes Schindelin
1
-1
/
+1
2018-11-07
approxidate: fix NULL dereference in date_time()
Jeff King
2
-1
/
+2
2018-11-07
pull: handle --verify-signatures for unborn branch
Jeff King
2
-0
/
+18
2018-11-07
merge: handle --verify-signatures for unborn branch
Jeff King
2
-0
/
+11
2018-11-07
merge: extract verify_merge_signature() helper
Jeff King
3
-25
/
+34
2018-11-06
Ninth batch for 2.20
Junio C Hamano
1
-2
/
+57
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
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-02
add: speed up cmd_add() by utilizing read_cache_preload()
Ben Peart
1
-5
/
+4
[next]