summaryrefslogtreecommitdiffstats
path: root/quote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-18Third batch after 2.20Junio C Hamano1-0/+80
2019-01-15add --edit: truncate the patch fileJohannes Schindelin1-1/+1
2019-01-15cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson2-31/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson19-54/+60
2019-01-15match-trees: use hashcpy to splice treesbrian m. carlson1-6/+18
2019-01-15match-trees: compute buffer offset correctly when splicingbrian m. carlson1-3/+4
2019-01-15tree-walk: copy object ID before usebrian m. carlson1-5/+5
2019-01-15Second batch after 2.20Junio C Hamano1-0/+42
2019-01-14partial-clone: add missing 'is' in docChristian Couder1-1/+1
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder1-2/+4
2019-01-12builtin_diff(): read $GIT_DIFF_OPTS closer to useJeff King1-1/+4
2019-01-12merge-recursive: copy $GITHEAD stringsJeff King1-5/+10
2019-01-12init: make a copy of $GIT_DIR stringJeff King1-2/+4
2019-01-12config: make a copy of $GIT_CONFIG stringJeff King1-1/+1
2019-01-12commit: copy saved getenv() resultJeff King1-1/+2
2019-01-12get_super_prefix(): copy getenv() resultJeff King1-2/+2
2019-01-12remote: check config validity before creating rewrite structJeff King1-2/+2
2019-01-12diff: ensure correct lifetime of external_diff_cmdKim Gybels1-1/+1
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts7-1/+71
2019-01-11gc/repack: release packs when neededJohannes Schindelin2-1/+5
2019-01-11test: test GIT_CURL_VERBOSE=1 shows an errorMasaya Suzuki2-0/+29
2019-01-11remote-curl: unset CURLOPT_FAILONERRORMasaya Suzuki1-0/+10
2019-01-11remote-curl: define struct for CURLOPT_WRITEFUNCTIONMasaya Suzuki1-4/+14
2019-01-11http: enable keep_error for HTTP requestsMasaya Suzuki3-25/+19
2019-01-11http: support file handles for HTTP_KEEP_ERRORMasaya Suzuki1-3/+13
2019-01-10upload-pack: teach deepen-relative in protocol v2Jonathan Tan3-2/+46
2019-01-10fetch-pack: do not take shallow lock unnecessarilyJonathan Tan3-2/+34
2019-01-10fetch-pack: support protocol version 2Jonathan Tan2-10/+21
2019-01-10upload-pack: support hidden refs with protocol v2Jeff King2-0/+22
2019-01-10diff --color-moved-ws: handle blank linesPhillip Wood2-7/+68
2019-01-10diff --color-moved-ws: modify allow-indentation-changePhillip Wood2-58/+130
2019-01-10diff --color-moved-ws: optimize allow-indentation-changePhillip Wood1-8/+11
2019-01-10diff --color-moved=zebra: be stricter with color alternationPhillip Wood2-11/+22
2019-01-10diff --color-moved-ws: fix false positivesPhillip Wood1-6/+9
2019-01-10diff --color-moved-ws: demonstrate false positivesPhillip Wood1-2/+6
2019-01-10diff: allow --no-color-moved-wsPhillip Wood2-1/+12
2019-01-10Use "whitespace" consistentlyPhillip Wood3-7/+7
2019-01-10diff: document --no-color-movedPhillip Wood1-0/+4
2019-01-10git-show-ref.txt: fix order of flagsElijah Newren1-1/+1
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano1-1/+1
2019-01-08git-gc.txt: fix typo about gc.writeCommitGraphDerrick Stolee1-1/+1
2019-01-08object-store: retire odb_load_loose_cache()René Scharfe2-14/+2
2019-01-08object-store: use one oid_array per subdirectory for loose cacheRené Scharfe2-4/+7
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe4-6/+13
2019-01-08object-store: factor out odb_loose_cache()René Scharfe3-8/+21
2019-01-08git-quiltimport: add --keep-non-patch optionLaura Abbott2-2/+9
2019-01-07git-p4: fix problem when p4 login is not necessaryPeter Osterlund1-0/+2
2019-01-07Documentation/Makefile add optional targets for l10nJean-Noel Avila1-5/+17
2019-01-07git-multimail: update to release 1.5.0Matthieu Moy8-57/+281
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy2-6/+60