summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/rebase-i-opt'Junio C Hamano2009-03-202-0/+37
|\
| * rebase -i: avoid 'git reset' when possibleJohannes Schindelin2009-03-032-0/+37
* | Merge branch 'fc/parseopt-config'Junio C Hamano2009-03-204-200/+255
|\ \
| * | config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-173-3/+10
| * | config: set help text for --bool-or-intJeff King2009-03-071-1/+1
| * | git config: don't allow --get-color* and variable typeFelipe Contreras2009-02-211-0/+5
| * | git config: don't allow extra arguments for -e or -l.Felipe Contreras2009-02-211-0/+2
| * | git config: don't allow multiple variable typesFelipe Contreras2009-02-211-12/+20
| * | git config: don't allow multiple config file locationsFelipe Contreras2009-02-211-0/+5
| * | git config: reorganize to use parseoptFelipe Contreras2009-02-211-154/+195
| * | git config: reorganize get_color*Felipe Contreras2009-02-211-44/+18
| * | git config: trivial rename in preparation for parseoptFelipe Contreras2009-02-211-14/+18
| * | git_config(): not having a per-repo config file is not an errorFelipe Contreras2009-02-211-4/+13
* | | Microoptimize strbuf_cmpAlex Riesen2009-03-201-8/+5
* | | Produce a nicer output in case of sha1_object_info failures in ls-tree -lAlex Riesen2009-03-201-10/+12
* | | import-tars: separate author from committerGiuseppe Bilotta2009-03-201-5/+11
* | | Merge branch 'js/windows-tests'Junio C Hamano2009-03-1926-119/+98
|\ \ \
| * | | t5602: Work around path mangling on MSYSJohannes Sixt2009-03-191-2/+2
| * | | t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt2009-03-193-15/+16
| * | | t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt2009-03-192-3/+4
| * | | t7300: fix clean up on WindowsJohannes Schindelin2009-03-191-3/+3
| * | | test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt2009-03-197-43/+24
| * | | test-lib: Simplify test counting.Johannes Sixt2009-03-193-11/+5
| * | | test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt2009-03-191-12/+11
| * | | Call 'say' outside test_expect_successJohannes Sixt2009-03-193-19/+22
| * | | test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-1910-15/+15
| * | | t9400, t9401: Do not force hard-linked cloneJohannes Sixt2009-03-182-3/+3
* | | | rebase: add options passed to git-amMichele Ballabio2009-03-182-0/+9
* | | | document --force-rebaseMichele Ballabio2009-03-181-0/+7
* | | | MinGW: implement mmapJanos Laube2009-03-184-4/+73
* | | | gc --aggressive: make it really aggressiveJohannes Schindelin2009-03-181-1/+2
* | | | git log: avoid segfault with --all-matchMichele Ballabio2009-03-181-1/+2
* | | | apply: hide unused options from short helpMichele Ballabio2009-03-181-4/+4
* | | | apply: consistent spelling of "don't"Michele Ballabio2009-03-181-1/+1
* | | | format-patch: Respect --quiet optionNate Case2009-03-181-4/+6
|/ / /
* | | Update draft release notes to 1.6.3Junio C Hamano2009-03-171-3/+32
* | | Merge branch 'jc/maint-1.6.0-read-tree-overlay'Junio C Hamano2009-03-172-3/+34
|\ \ \
| * | | read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano2009-03-122-3/+34
* | | | Merge branch 'db/maint-missing-origin'Junio C Hamano2009-03-173-8/+20
|\ \ \ \
| * | | | Remove total confusion from git-fetch and git-pushJunio C Hamano2009-03-161-18/+3
| * | | | Give error when no remote is configuredDaniel Barkalow2009-03-103-8/+35
* | | | | Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-175-17/+26
|\ \ \ \ \
| * | | | | winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-101-3/+15
| * | | | | recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-104-14/+11
* | | | | | Merge branch 'js/rsync-local'Junio C Hamano2009-03-172-27/+35
|\ \ \ \ \ \
| * | | | | | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-102-27/+35
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rs/color-grep'Junio C Hamano2009-03-175-42/+205
|\ \ \ \ \ \
| * | | | | | grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy2009-03-171-0/+2
| * | | | | | grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano2009-03-081-2/+2
| * | | | | | grep: add support for coloring with external grepsRené Scharfe2009-03-073-1/+48