summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-31diff: move diff.wsErrorHighlight to "basic" configJeff King2-8/+21
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares7-19/+27
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares11-25/+36
2020-01-31sha1-file: pass git_hash_algo to write_object_file_prepare()Matheus Tavares1-8/+12
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares7-21/+28
2020-01-31pack-check: use given repo's hash_algo at verify_packfile()Matheus Tavares1-5/+5
2020-01-31cache-tree: use given repo's hash_algo at verify_one()Matheus Tavares1-1/+1
2020-01-31diff: make diff_populate_filespec() honor its repo argumentMatheus Tavares1-1/+1
2020-01-30Sync with maintJunio C Hamano1-0/+1
2020-01-30The second batchJunio C Hamano1-0/+47
2020-01-30Merge branch 'bc/misconception-doc'Junio C Hamano2-0/+24
2020-01-30Merge branch 'bc/author-committer-doc'Junio C Hamano4-27/+69
2020-01-30Merge branch 'ss/t6025-modernize'Junio C Hamano1-41/+42
2020-01-30Merge branch 'lh/bool-to-type-bool'Junio C Hamano2-6/+6
2020-01-30Merge branch 'ds/refmap-doc'Junio C Hamano2-1/+28
2020-01-30Merge branch 'bc/actualmente'Junio C Hamano1-2/+2
2020-01-30Merge branch 'rt/submodule-i18n'Junio C Hamano1-14/+14
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano2-3/+15
2020-01-30Merge branch 'jk/test-fixes'Junio C Hamano2-4/+2
2020-01-30Merge branch 'jk/asan-build-fix'Junio C Hamano2-0/+8
2020-01-30Merge branch 'sg/completion-worktree'Junio C Hamano2-25/+149
2020-01-30Merge branch 'jn/test-lint-one-shot-export-to-shell-function'Junio C Hamano2-3/+17
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano13-23/+319
2020-01-30Merge branch 'am/test-pathspec-f-f-error-cases'Junio C Hamano5-12/+105
2020-01-30Merge branch 'ds/graph-horizontal-edges'Junio C Hamano2-2/+70
2020-01-30Merge branch 'am/update-pathspec-f-f-tests'Junio C Hamano10-11/+189
2020-01-30Merge branch 'ds/sparse-cone'Junio C Hamano2-2/+3
2020-01-30Merge branch 'hi/indent-text-with-tabs-in-editorconfig'Junio C Hamano1-1/+1
2020-01-30traverse_trees(): use stack array for name entriesJeff King1-5/+8
2020-01-30walker_fetch(): avoid raw array length computationJeff King1-1/+3
2020-01-30normalize_path_copy(): document "dst" size expectationsJeff King1-0/+2
2020-01-30git-p4: avoid leak of file handle when cloningLuke Diamand1-1/+2
2020-01-30git-p4: check for access to remote host earlierLuke Diamand1-0/+2
2020-01-30git-p4: cleanup better on error exitLuke Diamand1-15/+28
2020-01-30git-p4: create helper function importRevisions()Luke Diamand1-64/+68
2020-01-30git-p4: disable some pylint warnings, to get pylint output to something manag...Luke Diamand1-0/+8
2020-01-30git-p4: add P4CommandException to report errors talking to PerforceLuke Diamand1-0/+8
2020-01-30git-p4: make closeStreams() idempotentLuke Diamand1-0/+3
2020-01-30sha1-name: mark get_oid() error messages for translationJeff King3-34/+34
2020-01-30fetch: forgo full connectivity check if --filterJonathan Tan1-1/+10
2020-01-30connected: verify promisor-ness of partial cloneJonathan Tan3-12/+23
2020-01-30git: update documentation for --git-dirHeba Waly1-3/+17
2020-01-30.mailmap: map Yi-Jyun Pan's emailDenton Liu1-0/+1
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain3-4/+17
2020-01-29doc: drop "explicitly given" from push.default descriptionJeff King1-2/+3
2020-01-28obstack: avoid computing offsets from NULL pointerJeff King1-2/+4
2020-01-28xdiff: avoid computing non-zero offset from NULL pointerJeff King1-2/+6
2020-01-28avoid computing zero offsets from NULL pointerJeff King3-6/+6
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner2-1/+8
2020-01-28t1506: drop space after redirection operatorJeff King1-11/+11