summaryrefslogtreecommitdiffstats
path: root/t/t5562 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-07Windows: force-recompile git.res for differing architecturesJohannes Schindelin1-1/+1
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King2-1/+2
2018-11-07pull: handle --verify-signatures for unborn branchJeff King2-0/+18
2018-11-07merge: handle --verify-signatures for unborn branchJeff King2-0/+11
2018-11-07merge: extract verify_merge_signature() helperJeff King3-25/+34
2018-11-06Ninth batch for 2.20Junio C Hamano1-2/+57
2018-11-06completion: use __gitcomp_builtin for format-patchDuy Nguyen2-10/+14
2018-11-06midx: double-check large object write loopJeff King1-3/+9
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King26-3/+134
2018-11-06parse-options: drop OPT_DATE()Jeff King5-38/+0
2018-11-06apply: return -1 from option callback instead of calling exit(1)Jeff King1-1/+1
2018-11-06cat-file: report an error on multiple --batch optionsJeff King1-1/+1
2018-11-06tag: mark "--message" option with NONEGJeff King1-2/+2
2018-11-06show-branch: mark --reflog option as NONEGJeff King1-1/+1
2018-11-06format-patch: mark "--no-numbered" option with NONEGJeff King1-1/+1
2018-11-06status: mark --find-renames option with NONEGJeff King1-1/+1
2018-11-06cat-file: mark batch options with NONEGJeff King1-2/+4
2018-11-06pack-objects: mark index-version option as NONEGJeff King1-1/+1
2018-11-06ls-files: mark exclude options as NONEGJeff King1-3/+4
2018-11-06am: handle --no-patch-format optionJeff King1-1/+3
2018-11-06apply: mark include/exclude options as NONEGJeff King1-2/+2
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart4-4/+4
2018-11-05Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy3-9/+17
2018-11-05read-cache.c: initialize copy_len to shut up gcc 8Nguyễn Thái Ngọc Duy1-3/+1
2018-11-05read-cache.c: reduce branching based on HAVE_THREADSNguyễn Thái Ngọc Duy1-10/+9
2018-11-05read-cache.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-24/+10
2018-11-05pack-objects: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2-30/+2
2018-11-05preload-index.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-13/+2
2018-11-05grep: clean up num_threads handlingNguyễn Thái Ngọc Duy1-31/+27
2018-11-05grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy3-49/+22
2018-11-05attr.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-14/+0
2018-11-05name-hash.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-18/+4
2018-11-05index-pack: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-49/+14
2018-11-05send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cNguyễn Thái Ngọc Duy3-3/+12
2018-11-05run-command.h: include thread-utils.h instead of pthread.hNguyễn Thái Ngọc Duy1-3/+1
2018-11-05xdiff-interface: drop parse_hunk_header()Jeff King2-48/+0
2018-11-05range-diff: use a hunk callbackJeff King1-1/+9
2018-11-05diff: convert --check to use a hunk callbackJeff King1-8/+12
2018-11-05combine-diff: use an xdiff hunk callbackJeff King1-31/+36
2018-11-05diff: use hunk callback for word-diffJeff King2-7/+8
2018-11-05diff: discard hunk headers for patch-ids earlierJeff King1-6/+2
2018-11-05diff: avoid generating unused hunk header linesJeff King4-3/+18
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer1-4/+8
2018-11-05t/t7510-signed-commit.sh: add signing subkey to Eris Discordia keyMichał Górny2-9/+59
2018-11-05t/t7510-signed-commit.sh: Add %GP to custom format checksMichał Górny1-6/+12
2018-11-05tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy2-3/+25
2018-11-05sequencer.c: remove a stray semicolonNguyễn Thái Ngọc Duy1-1/+1
2018-11-05git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy1-1/+1
2018-11-05build: link with curl-defined linker flagsJames Knight3-28/+22
2018-11-02add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart1-5/+4