summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | git-remote-mediawiki: remove unused variable $entryCélestin Matte2013-06-141-1/+0
| * | | | | git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte2013-06-141-4/+4
| * | | | | git-remote-mediawiki: change the name of a variableCélestin Matte2013-06-141-3/+3
| * | | | | git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte2013-06-141-13/+13
| * | | | | git-remote-mediawiki: change style in a regexpCélestin Matte2013-06-141-1/+1
| * | | | | git-remote-mediawiki: change style in a regexpCélestin Matte2013-06-141-1/+1
| * | | | | git-remote-mediawiki: change separator of some regexpsCélestin Matte2013-06-141-3/+3
| * | | | | git-remote-mediawiki: change the behaviour of a splitCélestin Matte2013-06-141-1/+1
| * | | | | git-remote-mediawiki: remove useless regexp modifier (m)Célestin Matte2013-06-141-3/+3
| * | | | | git-remote-mediawiki: rewrite unclear line of instructionsCélestin Matte2013-06-141-1/+2
| * | | | | git-remote-mediawiki: change syntax of map callsCélestin Matte2013-06-141-6/+8
| * | | | | git-remote-mediawiki: move a variable declaration at the top of the codeCélestin Matte2013-06-141-3/+3
| * | | | | git-remote-mediawiki: always end a subroutine with a returnCélestin Matte2013-06-141-0/+18
| * | | | | git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)Célestin Matte2013-06-141-3/+3
| * | | | | git-remote-mediawiki: move "use warnings;" before any instructionCélestin Matte2013-06-141-2/+1
| * | | | | git-remote-mediawiki: make a regexp clearerCélestin Matte2013-06-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bp/remote-mw-tests'Junio C Hamano2013-06-232-10/+13
|\ \ \ \ \
| * | | | | git-remote-mediawiki: remove hardcoded version number in the test suiteBenoit Person2013-06-142-10/+13
| |/ / / /
* | | | | Merge branch 'rr/rebase-autostash'Junio C Hamano2013-06-232-0/+26
|\ \ \ \ \
| * | | | | rebase: finish_rebase() in noop rebaseRamkumar Ramachandra2013-06-132-0/+12
| * | | | | rebase: finish_rebase() in fast-forward rebaseRamkumar Ramachandra2013-06-132-0/+12
| * | | | | rebase: guard against missing files in read_basic_state()Ramkumar Ramachandra2013-06-131-0/+2
* | | | | | Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano2013-06-231-6/+6
|\ \ \ \ \ \
| * | | | | | prompt: squelch error output from catRamkumar Ramachandra2013-06-141-6/+6
* | | | | | | Merge branch 'jg/status-config'Junio C Hamano2013-06-233-0/+76
|\ \ \ \ \ \ \
| * | | | | | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-153-0/+35
| * | | | | | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-113-0/+41
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Sync with maintJunio C Hamano2013-06-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | completion: complete diff --word-diffRamkumar Ramachandra2013-06-211-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | transport-helper: be quiet on read errors from helpersJeff King2013-06-212-4/+2
* | | | | | | Update draft release notes to 1.8.4Junio C Hamano2013-06-201-1/+18
* | | | | | | Merge branch 'cm/remote-mediawiki'Junio C Hamano2013-06-201-0/+15
|\ \ \ \ \ \ \
| * | | | | | | git-remote-mediawiki: display message when launched directlyCélestin Matte2013-06-111-0/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rs/match-trees-refactor'Junio C Hamano2013-06-201-25/+19
|\ \ \ \ \ \ \
| * | | | | | | match-trees: factor out fill_tree_desc_strictRené Scharfe2013-06-131-25/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rs/logical-vs-binary-or'Junio C Hamano2013-06-203-6/+6
|\ \ \ \ \ \ \
| * | | | | | | use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-133-6/+6
| |/ / / / / /
* | | | | | | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-203-6/+12
|\ \ \ \ \ \ \
| * | | | | | | make color.ui default to 'auto'Matthieu Moy2013-06-103-7/+8
| * | | | | | | config: refactor management of color.ui's default valueMatthieu Moy2013-05-151-0/+5
* | | | | | | | Merge branch 'rs/discard-index-discard-array'Junio C Hamano2013-06-205-2/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | read-cache: free cache in discard_indexRené Scharfe2013-06-091-2/+3
| * | | | | | | | read-cache: add simple performance testRené Scharfe2013-06-094-0/+29
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/traces'Junio C Hamano2013-06-205-9/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | git.txt: document GIT_TRACE_PACKETNguyễn Thái Ngọc Duy2013-06-091-0/+6
| * | | | | | | | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-095-9/+19
| |/ / / / / / /
* | | | | | | | Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano2013-06-209-53/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | test: test_must_be_empty helperJunio C Hamano2013-06-099-53/+65
* | | | | | | | | Merge branch 'fc/makefile'Junio C Hamano2013-06-201-4/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Makefile: use $^ to avoid listing prerequisites on the command lineFelipe Contreras2013-06-091-3/+3