summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05trace: correct variable name in write() error messageLibravatar Jeff King1-5/+5
2016-08-05trace: cosmetic fixes for error messagesLibravatar Jeff King1-8/+8
2016-08-05trace: use warning() for printing trace errorsLibravatar Jeff King1-6/+5
2016-08-04Tenth batch for 2.10Libravatar Junio C Hamano1-0/+6
2016-08-04Merge branch 'jc/grep-commandline-vs-configuration'Libravatar Junio C Hamano4-16/+29
2016-08-04Merge branch 'sb/submodule-clone-retry'Libravatar Junio C Hamano2-12/+12
2016-08-04Merge branch 'sb/pack-protocol-doc-nak'Libravatar Junio C Hamano1-1/+1
2016-08-04pager: move pager-specific setup into the buildLibravatar Eric Wong5-8/+67
2016-08-04trace: stop using write_or_whine_pipe()Libravatar Jeff King1-3/+8
2016-08-04trace: handle NULL argument in trace_disable()Libravatar Jeff King1-4/+16
2016-08-04nedmalloc: fix misleading indentationLibravatar Johannes Schindelin1-4/+4
2016-08-04t5533: make it pass on case-sensitive filesystemsLibravatar Johannes Schindelin1-1/+1
2016-08-04t7063: work around FreeBSD's lazy mtime update featureLibravatar Nguyễn Thái Ngọc Duy1-1/+16
2016-08-03submodule update: allow '.' for branch valueLibravatar Stefan Beller2-1/+52
2016-08-03submodule--helper: add remote-branch helperLibravatar Stefan Beller2-2/+36
2016-08-03Ninth batch of topics for 2.10Libravatar Junio C Hamano1-0/+61
2016-08-03Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning'Libravatar Junio C Hamano2-0/+18
2016-08-03Merge branch 'rs/submodule-config-code-cleanup'Libravatar Junio C Hamano3-17/+28
2016-08-03Merge branch 'jk/push-progress'Libravatar Junio C Hamano9-64/+202
2016-08-03Merge branch 'jt/fetch-large-handshake-window-on-http'Libravatar Junio C Hamano1-7/+12
2016-08-03Merge branch 'jk/git-jump'Libravatar Junio C Hamano2-3/+11
2016-08-03Merge branch 'mm/status-suggest-merge-abort'Libravatar Junio C Hamano3-2/+10
2016-08-03Merge branch 'jk/parse-options-concat'Libravatar Junio C Hamano3-22/+22
2016-08-03Merge branch 'sb/push-options'Libravatar Junio C Hamano13-23/+294
2016-08-03Merge branch 'ew/http-walker'Libravatar Junio C Hamano3-31/+206
2016-08-03Merge branch 'pm/build-persistent-https-with-recent-go'Libravatar Junio C Hamano1-2/+4
2016-08-03Merge branch 'da/subtree-2.9-regression'Libravatar Junio C Hamano2-8/+25
2016-08-03Merge branch 'os/no-verify-skips-commit-msg-too'Libravatar Junio C Hamano1-1/+1
2016-08-03clarify %f documentationLibravatar Joey Hess1-0/+5
2016-08-03import-tars: support hard linksLibravatar Johannes Schindelin1-11/+20
2016-08-03gitmodules: document shallow recommendationLibravatar Stefan Beller1-0/+5
2016-08-03blame: drop strdup of string literalLibravatar Eric Sunshine1-1/+1
2016-08-03t4130: work around Windows limitationLibravatar Johannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedLibravatar Junio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchLibravatar Jeff King3-0/+8
2016-08-01submodule-config: keep configured branch aroundLibravatar Stefan Beller2-1/+11
2016-08-01submodule--helper: fix usage string for relative-pathLibravatar Stefan Beller1-1/+1
2016-08-01submodule update: narrow scope of local variableLibravatar Stefan Beller1-1/+1
2016-08-01submodule update: respect depth in subsequent fetchesLibravatar Stefan Beller2-4/+21
2016-08-01t7406: future proof tests with hard coded depthLibravatar Stefan Beller1-8/+11
2016-08-01t3700: add a test_mode_in_index helper functionLibravatar Ingo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneLibravatar Ingo Brückl1-12/+6
2016-08-01t3700: remove unwanted leftover files before running new testsLibravatar Ingo Brückl1-0/+3
2016-08-01pass constants as first argument to st_mult()Libravatar René Scharfe3-3/+3
2016-08-01use strbuf_addstr() for adding constant strings to a strbufLibravatar René Scharfe4-6/+6
2016-08-01format-patch: format.from gives the default for --fromLibravatar Josh Triplett4-1/+63
2016-08-01gitweb: escape link body in format_ref_markerLibravatar Andreas Brauchli1-1/+1
2016-08-01merge-recursive: flush output buffer even when erroring outLibravatar Johannes Schindelin1-1/+3
2016-08-01merge_trees(): ensure that the callers release output bufferLibravatar Johannes Schindelin3-0/+4
2016-08-01merge-recursive: offer an option to retain the output in 'obuf'Libravatar Johannes Schindelin2-5/+14