summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | do not write out index when status does not have toJunio C Hamano2010-07-061-5/+11
* | | | | | | | | | Merge branch 'jc/rebase-i-commit-msg-fix'Junio C Hamano2010-07-152-9/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano2010-07-052-5/+23
| * | | | | | | | | | rebase-i: style fixJunio C Hamano2010-07-051-5/+6
* | | | | | | | | | | Merge branch 'ab/submodule-add-f'Junio C Hamano2010-07-153-3/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason2010-07-053-3/+29
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bc/maint-makefile-fixes'Junio C Hamano2010-07-151-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Makefile: work around ksh's failure to handle missing list argument to for loopBrandon Casey2010-07-061-3/+3
| * | | | | | | | | | | Makefile: remove some unnecessary curly bracesBrandon Casey2010-07-051-4/+4
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-153-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Documentation: add submodule.* to the big configuration variable listJonathan Nieder2010-07-151-0/+9
| * | | | | | | | | | | gitmodules.5: url can be a relative pathJonathan Nieder2010-07-151-0/+3
| * | | | | | | | | | | gitweb: fix esc_urlPavan Kumar Sunkara2010-07-151-2/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Git 1.7.2-rc3v1.7.2-rc3Junio C Hamano2010-07-141-1/+4
* | | | | | | | | | | Merge branch 'jc/read-tree-cache-tree-fix'Junio C Hamano2010-07-142-5/+16
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano2010-07-08997-17105/+82957
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Fix "read-tree -m A B" priming the cache-treeJunio C Hamano2010-07-082-5/+16
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()Raja R Harinath2010-07-141-1/+2
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-132-2/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | git fetch documentation: describe short '-p' synonym to '--prune' optionOren Held2010-07-131-0/+1
| * | | | | | | | | format-patch: document the format.to configuration settingMiklos Vajna2010-07-131-2/+4
* | | | | | | | | | test-lib: TAP compliance for skipping tests on requestMichael J Gruber2010-07-121-2/+2
* | | | | | | | | | test-lib: simplify GIT_SKIP_TESTS loopMichael J Gruber2010-07-121-10/+3
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-113-2/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Documentation: Spelling fix in protocol-capabilities.txtFredrik Skolmli2010-07-091-1/+1
| * | | | | | | | | checkout: accord documentation to what git doesNicolas Sebrecht2010-07-091-1/+1
| * | | | | | | | | t0005: work around strange $? in ksh when program terminated by a signalJohannes Sixt2010-07-091-0/+1
* | | | | | | | | | diff.c: fix a graph output bugBo Yang2010-07-081-2/+1
* | | | | | | | | | tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason2010-07-087-18/+17
* | | | | | | | | | t9118 (git-svn): prevent early failure from taking down later testsJonathan Nieder2010-07-081-21/+25
* | | | | | | | | | t9118: avoid PEG revision identifier in testsMichael J Gruber2010-07-081-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |