summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run-command: use strbuf_addstr() for adding a string to a strbufnd/trace-with-envRené Scharfe2018-03-251-1/+1
* run-command.c: print new cwd in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-0/+5
* run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-193-0/+109
* run-command.c: print program 'git' when tracing git_cmd modeNguyễn Thái Ngọc Duy2018-01-191-0/+2
* run-command.c: introduce trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-1/+17
* trace.c: move strbuf_release() out of print_trace_line()Nguyễn Thái Ngọc Duy2018-01-161-1/+4
* trace: avoid unnecessary quotingJeff King2018-01-163-2/+36
* sq_quote_argv: drop maxlen parameterJeff King2018-01-165-9/+7
* Merge branch 'jk/doc-diff-options'Junio C Hamano2018-01-091-0/+6
|\
| * docs/diff-options: clarify scope of diff-filter typesjk/doc-diff-optionsJeff King2018-01-041-0/+6
* | Merge branch 'bw/protocol-v1'Junio C Hamano2018-01-091-6/+4
|\ \
| * | http: fix v1 protocol tests with apache httpd < 2.4bw/protocol-v1Todd Zullinger2018-01-041-6/+4
* | | Merge branch 'sg/travis-check-untracked'Junio C Hamano2018-01-094-2/+22
|\ \ \
| * | | travis-ci: check that all build artifacts are .gitignore-dsg/travis-check-untrackedSZEDER Gábor2018-01-034-0/+20
| * | | travis-ci: don't store P4 and Git LFS in the working treeSZEDER Gábor2018-01-031-2/+2
* | | | Merge branch 'js/test-with-ws-in-path'Junio C Hamano2018-01-095-10/+10
|\ \ \ \
| * | | | t0302 & t3900: add forgotten quotesJohannes Schindelin2018-01-032-5/+5
| * | | | Allow the test suite to pass in a directory whose name contains spacesJohannes Schindelin2018-01-033-5/+5
* | | | | Merge branch 'bc/submitting-patches-in-asciidoc'Junio C Hamano2018-01-091-1/+1
|\ \ \ \ \
| * | | | | doc/SubmittingPatches: improve text formattingbc/submitting-patches-in-asciidocTodd Zullinger2018-01-031-1/+1
* | | | | | Merge branch 'sg/travis-skip-identical-test'Junio C Hamano2018-01-096-2/+60
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | travis-ci: record and skip successfully built treessg/travis-skip-identical-testSZEDER Gábor2018-01-026-0/+57
| * | | | | travis-ci: create the cache directory early in the build processSZEDER Gábor2018-01-022-1/+2
| * | | | | travis-ci: print the "tip of branch is exactly at tag" message in colorSZEDER Gábor2018-01-021-1/+1
* | | | | | Merge branch 'ab/dc-sha1-loose-ends'Junio C Hamano2018-01-092-3/+0
|\ \ \ \ \ \
| * | | | | | Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1ab/dc-sha1-loose-endsÆvar Arnfjörð Bjarmason2017-12-282-3/+0
* | | | | | | Merge branch 'sg/travis-fixes'Junio C Hamano2018-01-096-1/+22
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | travis-ci: only print test failures if there are test results availablesg/travis-fixesSZEDER Gábor2017-12-271-0/+6
| * | | | | | travis-ci: save prove state for the 32 bit Linux buildSZEDER Gábor2017-12-272-0/+2
| * | | | | | travis-ci: don't install default addon packages for the 32 bit Linux buildSZEDER Gábor2017-12-271-0/+1
| * | | | | | travis-ci: fine tune the use of 'set -x' in 'ci/*' scriptsSZEDER Gábor2017-12-274-1/+13
* | | | | | | Merge branch 'js/misc-git-gui-stuff' of ../git-guiJunio C Hamano2018-01-092-1/+27
|\ \ \ \ \ \ \
| * | | | | | | git-gui: allow Ctrl+T to toggle multiple pathsJohannes Schindelin2018-01-091-0/+13
| * | | | | | | git-gui: fix exception when trying to stage with empty file listJohannes Schindelin2018-01-091-2/+10
| * | | | | | | git-gui: avoid exception upon Ctrl+T in an empty listJohannes Schindelin2018-01-091-0/+4
| * | | | | | | git gui: fix staging a second line to a 1-line fileJohannes Schindelin2018-01-091-0/+1
* | | | | | | | Git 2.16-rc1v2.16.0-rc1testJunio C Hamano2018-01-052-1/+12
* | | | | | | | Merge branch 'js/sequencer-cleanups'Junio C Hamano2018-01-052-13/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | sequencer: do not invent whitespace when transforming OIDsjs/sequencer-cleanupsJohannes Schindelin2017-12-271-1/+4
| * | | | | | | | sequencer: report when noop has an argumentJohannes Schindelin2017-12-271-4/+9
| * | | | | | | | sequencer: remove superfluous conditionalJohannes Schindelin2017-12-271-3/+1
| * | | | | | | | sequencer: strip bogus LF at end of error messagesJohannes Schindelin2017-12-271-4/+4
| * | | | | | | | rebase: do not continue when the todo list generation failedJohannes Schindelin2017-12-271-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2018-01-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t/helper/test-lazy-name-hash: fix compilationjh/memihash-optStefan Beller2017-12-221-1/+1
* | | | | | | | | Merge branch 'tb/test-lint-wc-l'Junio C Hamano2018-01-051-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check-non-portable-shell.pl: `wc -l` may have leading WStb/test-lint-wc-lTorsten Bögershausen2017-12-221-0/+1
* | | | | | | | | | Merge branch 'rs/use-argv-array-in-child-process'Junio C Hamano2018-01-052-27/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | send-pack: use internal argv_array of struct child_processrs/use-argv-array-in-child-processRené Scharfe2017-12-221-19/+9
| * | | | | | | | | | http: use internal argv_array of struct child_processRené Scharfe2017-12-221-8/+3
| |/ / / / / / / / /