summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.7.2-rc2v1.7.2-rc2Junio C Hamano2010-07-071-14/+4
* Merge branch 'ab/tap'Junio C Hamano2010-07-0746-111/+369
|\
| * t/README: document more test helpersJonathan Nieder2010-07-061-0/+31
| * t/README: proposed rewording...Junio C Hamano2010-07-051-13/+8
| * t/README: Document the do's and don'ts of testsÆvar Arnfjörð Bjarmason2010-07-051-0/+78
| * t/README: Add a section about skipping testsÆvar Arnfjörð Bjarmason2010-07-051-0/+12
| * t/README: Document test_expect_codeÆvar Arnfjörð Bjarmason2010-07-051-0/+7
| * t/README: Document test_external*Ævar Arnfjörð Bjarmason2010-07-051-0/+27
| * t/README: Document the prereq functions, and 3-arg test_*Ævar Arnfjörð Bjarmason2010-07-051-3/+34
| * t/README: Typo: paralell -> parallelÆvar Arnfjörð Bjarmason2010-07-051-1/+1
| * t/README: The trash is in 't/trash directory.$name'Ævar Arnfjörð Bjarmason2010-07-051-3/+4
| * t/t9700/test.pl: don't access private object members, use public access methodsBrandon Casey2010-06-291-3/+3
| * t9700: Use Test::More->builder, not $Test::Builder::TestÆvar Arnfjörð Bjarmason2010-06-271-4/+5
| * tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason2010-06-253-13/+13
| * tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-2540-54/+56
| * test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason2010-06-251-0/+3
| * test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-253-12/+53
| * test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason2010-06-252-30/+59
* | Merge branch 'maint'Junio C Hamano2010-07-074-8/+54
|\ \
| * | backmerge a few more fixes to 1.7.1.X seriesJunio C Hamano2010-07-072-1/+20
| * | Merge branch 'maint-1.6.4' into maintJunio C Hamano2010-07-072-2/+20
| |\ \
| | * | rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-optionUwe Kleine-König2010-07-072-2/+20
| * | | Merge branch 'mg/doc-rev-parse-treepath-syntax' into maintJunio C Hamano2010-07-071-6/+9
| |\ \ \
| * \ \ \ Merge branch 'tr/receive-pack-aliased-update-fix' into maintJunio C Hamano2010-07-072-37/+140
| |\ \ \ \
| * | | | | fix git branch -m in presence of cross devicesPierre Habouzit2010-07-071-6/+15
* | | | | | t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey2010-07-071-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2010-07-062-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | add missing && to submodule-merge testcaseHeiko Voigt2010-07-061-1/+1
| * | | | | test-date: fix sscanf type conversionJeff King2010-07-061-2/+2
* | | | | | Merge branch 'maint'Junio C Hamano2010-07-051-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-051-1/+3
* | | | | | gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski2010-07-051-6/+11
* | | | | | parse_date: fix signedness in timezone calculationJeff King2010-07-052-1/+2
* | | | | | Merge branch 'maint'Junio C Hamano2010-07-054-6/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | t0006: test timezone parsingJeff King2010-07-052-5/+9
| * | | | | rerere.txt: Document forget subcommandMichael J Gruber2010-07-051-1/+6
| * | | | | Documentation/git-gc.txt: add reference to githooksChris Packham2010-07-021-0/+7
* | | | | | Updates from the list to 1.7.2 Release NotesJunio C Hamano2010-07-021-12/+14
* | | | | | Git 1.7.2-rc1v1.7.2-rc1Junio C Hamano2010-06-302-5/+12
* | | | | | git.spec.in: Add gitweb subpackageJunio C Hamano2010-06-301-0/+15
* | | | | | Merge branch 'ar/decorate-color'Junio C Hamano2010-06-306-8/+176
|\ \ \ \ \ \
| * | | | | | Add test for correct coloring of git log --decorationNazri Ramliy2010-06-301-0/+66
| * | | | | | Allow customizable commit decorations colorsNazri Ramliy2010-06-244-0/+45
| * | | | | | log --decorate: Colorize commit decorationsNazri Ramliy2010-06-201-1/+33
| * | | | | | log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy2010-06-201-8/+32
| * | | | | | commit.h: add 'type' to struct name_decorationNazri Ramliy2010-06-201-0/+1
* | | | | | | Merge branch 'mg/doc-rev-parse-treepath-syntax'Junio C Hamano2010-06-301-6/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | git-rev-parse.txt: Add more examples for caret and colonMichael J Gruber2010-06-291-7/+8
| * | | | | | git-rev-parse.txt: Document ":path" specifierMichael J Gruber2010-06-271-1/+3
* | | | | | | Merge branch 'cc/cherry-pick-stdin'Junio C Hamano2010-06-304-25/+61
|\ \ \ \ \ \ \