Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: checkout shouldn't say that HEAD has moved if it didn't | Nanako Shiraishi | 2009-05-16 | 1 | -0/+8 |
* | tests: Add tests for missing format-patch long options | Stephen Boyd | 2009-05-16 | 2 | -0/+17 |
* | Merge branch 'maint-1.6.2' into maint | Junio C Hamano | 2009-05-12 | 1 | -0/+28 |
|\ | |||||
| * | Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2 | Junio C Hamano | 2009-05-12 | 1 | -0/+28 |
| |\ | |||||
| | * | Revert "checkout branch: prime cache-tree fully" | Junio C Hamano | 2009-05-12 | 1 | -0/+28 |
* | | | t4029: use sh instead of bash | Nguyễn Thái Ngọc Duy | 2009-05-06 | 1 | -1/+1 |
* | | | t4200: convert sed expression which operates on non-text file to perl | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
* | | | t4200: remove two unnecessary lines | Brandon Casey | 2009-05-06 | 1 | -2/+0 |
* | | | t/annotate-tests.sh: avoid passing a non-newline terminated file to sed | Brandon Casey | 2009-05-06 | 1 | -1/+4 |
* | | | t4118: avoid sed invocation on file without terminating newline | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
* | | | t4118: add missing '&&' | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
* | | | t8005: use egrep when extended regular expressions are required | Brandon Casey | 2009-05-06 | 1 | -4/+4 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-05-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | t4018-diff-funcname: add cpp xfuncname pattern to syntax test | Brandon Casey | 2009-05-05 | 1 | -1/+1 |
| * | | Merge branch 'mk/maint-apply-swap' into maint | Junio C Hamano | 2009-05-03 | 1 | -0/+66 |
| |\ \ | |||||
* | \ \ | Merge branch 'maint' | Junio C Hamano | 2009-04-29 | 1 | -0/+39 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-29 | 1 | -0/+39 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-29 | 1 | -0/+39 |
| | |\ \ \ | |||||
| | | * | | | diff -c -p: do not die on submodules | Junio C Hamano | 2009-04-29 | 1 | -0/+39 |
* | | | | | | merge-recursive: do not die on a conflicting submodule | Junio C Hamano | 2009-04-29 | 1 | -3/+3 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-28 | 1 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-28 | 1 | -0/+4 |
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | |||||
| | * | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-28 | 1 | -0/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | grep: fix segfault when "git grep '('" is given | Linus Torvalds | 2009-04-27 | 1 | -0/+4 |
| | * | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-18 | 1 | -0/+9 |
| | |\ \ \ | | | |/ / | |||||
* | | | | | t5701: do not get stuck in empty-push/ | Johannes Schindelin | 2009-04-27 | 1 | -2/+2 |
* | | | | | t4202: fix typov1.6.3-rc3 | Linus Torvalds | 2009-04-26 | 1 | -1/+1 |
* | | | | | t7700-repack: repack -a now works properly, expect success from test | Brandon Casey | 2009-04-25 | 1 | -1/+1 |
* | | | | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 2009-04-25 | 1 | -1/+1 |
* | | | | | t7800: respect NO_PERL | Jeff King | 2009-04-24 | 1 | -0/+5 |
* | | | | | graph API: fix a bug in the rendering of octopus merges | Allan Caffee | 2009-04-22 | 1 | -1/+1 |
* | | | | | t4202-log: extend test coverage of graphing | Allan Caffee | 2009-04-22 | 1 | -2/+28 |
* | | | | | test-lib.sh: Help test_create_repo() find the templates dir | Michael J Gruber | 2009-04-21 | 1 | -1/+1 |
* | | | | | Merge branch 'mk/maint-apply-swap' | Junio C Hamano | 2009-04-21 | 1 | -3/+31 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | tests: make test-apply-criss-cross-rename more robust | Michał Kiedrowicz | 2009-04-20 | 1 | -3/+31 |
| * | | | | builtin-apply: keep information about files to be deleted | Michał Kiedrowicz | 2009-04-20 | 1 | -1/+1 |
| * | | | | tests: test applying criss-cross rename patch | Michał Kiedrowicz | 2009-04-20 | 1 | -0/+38 |
| |/ / / | |||||
| * | | | Merge branch 'ef/maint-fast-export' into maint | Junio C Hamano | 2009-04-19 | 1 | -0/+15 |
| |\ \ \ | |||||
| | * | | | builtin-fast-export.c: handle nested tags | Erik Faye-Lund | 2009-04-19 | 1 | -2/+2 |
| | * | | | builtin-fast-export.c: fix crash on tagged trees | Erik Faye-Lund | 2009-04-19 | 1 | -3/+2 |
| | * | | | test-suite: adding a test for fast-export with tag variants | Erik Faye-Lund | 2009-04-19 | 1 | -0/+16 |
| * | | | | Merge branch 'jc/maint-shared-literally' into maint | Junio C Hamano | 2009-04-19 | 1 | -4/+8 |
| |\ \ \ \ | |||||
* | | | | | | clone: add test for push on an empty clone. | Matthieu Moy | 2009-04-20 | 1 | -0/+10 |
* | | | | | | Work around ash "alternate value" expansion bug | Ben Jackson | 2009-04-18 | 1 | -0/+10 |
* | | | | | | Merge branch 'nd/archive-attribute' | Junio C Hamano | 2009-04-18 | 2 | -4/+96 |
|\ \ \ \ \ \ | |||||
| * | | | | | | archive test: attributes | René Scharfe | 2009-04-17 | 1 | -0/+91 |
| * | | | | | | archive tests: do not use .gitattributes in working directory | René Scharfe | 2009-04-17 | 1 | -4/+5 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-18 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint | Junio C Hamano | 2009-04-18 | 2 | -0/+14 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'js/maint-submodule-checkout' into maint | Junio C Hamano | 2009-04-18 | 1 | -0/+42 |
| |\ \ \ \ \ \ \ |