summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-14notes-utils.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy8-26/+41
2019-01-14grep: use grep_opt->repo instead of explict repo argumentLibravatar Nguyễn Thái Ngọc Duy1-17/+24
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandLibravatar Junio C Hamano15-133/+174
2019-01-14partial-clone: add missing 'is' in docLibravatar Christian Couder1-1/+1
2019-01-14fetch: fix extensions.partialclone name in error messageLibravatar Christian Couder1-2/+4
2019-01-11builtin_diff(): read $GIT_DIFF_OPTS closer to useLibravatar Jeff King1-1/+4
2019-01-11merge-recursive: copy $GITHEAD stringsLibravatar Jeff King1-5/+10
2019-01-11init: make a copy of $GIT_DIR stringLibravatar Jeff King1-2/+4
2019-01-11config: make a copy of $GIT_CONFIG stringLibravatar Jeff King1-1/+1
2019-01-11commit: copy saved getenv() resultLibravatar Jeff King1-1/+2
2019-01-11get_super_prefix(): copy getenv() resultLibravatar Jeff King1-2/+2
2019-01-11remote: check config validity before creating rewrite structLibravatar Jeff King1-2/+2
2019-01-11diff: ensure correct lifetime of external_diff_cmdLibravatar Kim Gybels1-1/+1
2019-01-11log: add %S option (like --source) to log --formatLibravatar Issac Trotts7-1/+71
2019-01-11gc/repack: release packs when neededLibravatar Johannes Schindelin2-1/+5
2019-01-10test: test GIT_CURL_VERBOSE=1 shows an errorLibravatar Masaya Suzuki2-0/+29
2019-01-10remote-curl: unset CURLOPT_FAILONERRORLibravatar Masaya Suzuki1-0/+10
2019-01-10remote-curl: define struct for CURLOPT_WRITEFUNCTIONLibravatar Masaya Suzuki1-4/+14
2019-01-10http: enable keep_error for HTTP requestsLibravatar Masaya Suzuki3-25/+19
2019-01-10http: support file handles for HTTP_KEEP_ERRORLibravatar Masaya Suzuki1-3/+13
2019-01-10upload-pack: teach deepen-relative in protocol v2Libravatar Jonathan Tan3-2/+46
2019-01-10fetch-pack: do not take shallow lock unnecessarilyLibravatar Jonathan Tan3-2/+34
2019-01-10fetch-pack: support protocol version 2Libravatar Jonathan Tan2-10/+21
2019-01-10upload-pack: support hidden refs with protocol v2Libravatar Jeff King2-0/+22
2019-01-10diff --color-moved-ws: handle blank linesLibravatar Phillip Wood2-7/+68
2019-01-10diff --color-moved-ws: modify allow-indentation-changeLibravatar Phillip Wood2-58/+130
2019-01-10diff --color-moved-ws: optimize allow-indentation-changeLibravatar Phillip Wood1-8/+11
2019-01-10diff --color-moved=zebra: be stricter with color alternationLibravatar Phillip Wood2-11/+22
2019-01-10diff --color-moved-ws: fix false positivesLibravatar Phillip Wood1-6/+9
2019-01-10diff --color-moved-ws: demonstrate false positivesLibravatar Phillip Wood1-2/+6
2019-01-10diff: allow --no-color-moved-wsLibravatar Phillip Wood2-1/+12
2019-01-10Use "whitespace" consistentlyLibravatar Phillip Wood3-7/+7
2019-01-10diff: document --no-color-movedLibravatar Phillip Wood1-0/+4
2019-01-10git-show-ref.txt: fix order of flagsLibravatar Elijah Newren1-1/+1
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXLibravatar Junio C Hamano1-1/+1
2019-01-08git-gc.txt: fix typo about gc.writeCommitGraphLibravatar Derrick Stolee1-1/+1
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Libravatar Jeff King4-8/+8
2019-01-08sha1-file: avoid "sha1 file" for generic use in messagesLibravatar Jeff King1-2/+2
2019-01-08sha1-file: prefer "loose object file" to "sha1 file" in messagesLibravatar Jeff King1-3/+3
2019-01-08sha1-file: drop has_sha1_file()Libravatar Jeff King3-54/+6
2019-01-08convert has_sha1_file() callers to has_object_file()Libravatar Jeff King12-16/+47
2019-01-08sha1-file: convert pass-through functions to object_idLibravatar Jeff King1-13/+7
2019-01-08object-store: retire odb_load_loose_cache()Libravatar René Scharfe2-14/+2
2019-01-08sha1-file: modernize loose header/stream functionsLibravatar Jeff King3-49/+51
2019-01-08object-store: use one oid_array per subdirectory for loose cacheLibravatar René Scharfe2-4/+7
2019-01-08sha1-file: modernize loose object file functionsLibravatar Jeff King5-48/+51
2019-01-08object-store: factor out odb_clear_loose_cache()Libravatar René Scharfe4-6/+13
2019-01-08http: use struct object_id instead of bare sha1Libravatar Jeff King4-14/+14
2019-01-08object-store: factor out odb_loose_cache()Libravatar René Scharfe3-8/+21
2019-01-08update comment references to sha1_object_info()Libravatar Jeff King3-6/+6