summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'sp/maint-clear-postfields'Junio C Hamano2011-04-281-0/+1
|\ \ \ \ \
| * | | | | http: clear POSTFIELDS when initializing a slotJunio C Hamano2011-04-261-0/+1
* | | | | | Start 1.7.6 cycleJunio C Hamano2011-04-273-2/+81
* | | | | | Merge branch 'mg/x-years-12-months'Junio C Hamano2011-04-272-2/+4
|\ \ \ \ \ \
| * | | | | | date: avoid "X years, 12 months" in relative datesMichael J Gruber2011-04-202-2/+4
* | | | | | | Merge branch 'cn/format-patch-quiet'Junio C Hamano2011-04-272-7/+14
|\ \ \ \ \ \ \
| * | | | | | | format-patch: document --quiet optionCarlos Martín Nieto2011-04-121-1/+4
| * | | | | | | format-patch: don't pass on the --quiet flagCarlos Martín Nieto2011-04-121-6/+10
* | | | | | | | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-273-12/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | config: support values longer than 1023 bytesErik Faye-Lund2011-04-112-11/+9
| * | | | | | | | strbuf: make sure buffer is zero-terminatedErik Faye-Lund2011-04-111-1/+3
* | | | | | | | | Merge branch 'rr/doc-content-type'Junio C Hamano2011-04-272-62/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: Allow custom diff tools to be specified in 'diff.tool'Ramkumar Ramachandra2011-04-061-6/+8
| * | | | | | | | | Documentation: Add diff.<driver>.* to configRamkumar Ramachandra2011-04-061-0/+28
| * | | | | | | | | Documentation: Move diff.<driver>.* from config.txt to diff-config.txtRamkumar Ramachandra2011-04-062-62/+63
| * | | | | | | | | Documentation: Add filter.<driver>.* to configRamkumar Ramachandra2011-04-061-0/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/merge-dash-previous'Junio C Hamano2011-04-271-3/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge: allow "-" as a short-hand for "previous branch"Junio C Hamano2011-04-071-3/+6
* | | | | | | | | | Merge branch 'dm/stash-k-i-p'Junio C Hamano2011-04-273-4/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stash: ensure --no-keep-index and --patch can be used in any orderDan McGee2011-04-072-5/+6
| * | | | | | | | | | stash: add two more tests for --no-keep-indexDan McGee2011-04-072-0/+20
* | | | | | | | | | | Merge branch 'rj/sparse'Junio C Hamano2011-04-2710-30/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sparse: Fix some "symbol not declared" warningsRamsay Jones2011-04-222-2/+3
| * | | | | | | | | | | sparse: Fix errors due to missing target-specific variablesRamsay Jones2011-04-221-17/+28
| * | | | | | | | | | | sparse: Fix an "symbol 'merge_file' not decared" warningRamsay Jones2011-04-114-2/+10
| * | | | | | | | | | | sparse: Fix an "symbol 'format_subject' not declared" warningRamsay Jones2011-04-112-3/+2
| * | | | | | | | | | | sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones2011-04-111-2/+2
| * | | | | | | | | | | sparse: Fix an "symbol 'cmd_index_pack' not declared" warningRamsay Jones2011-04-111-1/+1
| * | | | | | | | | | | Makefile: Use cgcc rather than sparse in the check targetRamsay Jones2011-04-111-5/+6
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/maint-upload-pack-shallow'Junio C Hamano2011-04-271-12/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | upload-pack: start pack-objects before async rev-listJeff King2011-04-061-12/+11
* | | | | | | | | | | | Merge branch 'nk/blame-abbrev'Junio C Hamano2011-04-272-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | blame: add --abbrev command line option and make it honor core.abbrevNamhyung Kim2011-04-052-2/+14
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/maint-stash-oob'Junio C Hamano2011-04-272-16/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | stash: fix false positive in the invalid ref test.Jon Seymour2011-04-051-5/+5
| * | | | | | | | | | | | stash: fix accidental apply of non-existent stashesJeff King2011-04-052-11/+7
* | | | | | | | | | | | | Merge branch 'dm/color-palette'Junio C Hamano2011-04-274-35/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Share color list between graph and show-branchDan McGee2011-04-044-35/+29
* | | | | | | | | | | | | | Merge branch 'jk/stash-loosen-safety'Junio C Hamano2011-04-272-7/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | stash: drop dirty worktree check on applyJeff King2011-04-062-7/+17
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/pack-objects-bigfile'Junio C Hamano2011-04-276-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Teach core.bigfilethreashold to pack-objectsJunio C Hamano2011-04-056-9/+14
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'mh/git-svn-automkdirs'Junio C Hamano2011-04-273-2/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-svn: add an option to skip the creation of empty directoriesMichael Haggerty2011-04-013-2/+42
* | | | | | | | | | | | | | | Merge branch 'mg/reflog-with-options'Junio C Hamano2011-04-272-13/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | reflog: fix overriding of command line optionsMichael J Gruber2011-04-012-8/+3
| * | | | | | | | | | | | | | | t/t1411: test reflog with formatsMichael J Gruber2011-04-011-0/+18
| * | | | | | | | | | | | | | | builtin/log.c: separate default and setup of cmd_log_init()Michael J Gruber2011-04-011-6/+15
* | | | | | | | | | | | | | | | Merge branch 'ar/clean-rmdir-empty'Junio C Hamano2011-04-272-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen2011-04-012-1/+8
| |/ / / / / / / / / / / / / / /