summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/mailinfo-scissors'Junio C Hamano2009-09-078-8/+265
|\
| * am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-266-10/+105
| * Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano2009-08-265-1/+163
* | Merge branch 'jk/clone-b'Junio C Hamano2009-09-071-0/+68
|\ \
| * | clone: add --branch option to select a different HEADJeff King2009-08-261-0/+68
* | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-071-0/+69
|\ \ \
| * | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-281-2/+22
| * | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-281-0/+49
| |/ /
* | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-075-0/+291
|\ \ \
| * | | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-011-0/+11
| * | | Make test case number uniqueJohannes Sixt2009-08-271-0/+0
| * | | tests: disable interactive hunk selection tests if perl is not availableJeff King2009-08-181-0/+5
| * | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-151-0/+8
| |\ \ \
| | * | | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-311-0/+8
| * | | | Implement 'git stash save --patch'Thomas Rast2009-08-151-0/+55
| * | | | Implement 'git checkout --patch'Thomas Rast2009-08-151-0/+107
| * | | | Implement 'git reset --patch'Thomas Rast2009-08-151-0/+69
| * | | | Add a small patch-mode testing libraryThomas Rast2009-08-141-0/+36
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2009-09-021-2/+4
|\ \ \ \
| * \ \ \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-021-2/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-021-2/+4
| | |\ \ \ \
| | | * | | | clone: disconnect transport after fetchingJeff King2009-09-021-2/+4
* | | | | | | Merge branch 'lt/approxidate'Junio C Hamano2009-08-311-0/+75
|\ \ \ \ \ \ \
| * | | | | | | fix approxidate parsing of relative months and yearsJeff King2009-08-301-2/+2
| * | | | | | | tests: add date printing and parsing testsJeff King2009-08-301-0/+75
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'mr/gitweb-snapshot'Junio C Hamano2009-08-313-66/+152
|\ \ \ \ \ \ \
| * | | | | | | gitweb: add t9501 tests for checking HTTP status codesMark Rada2009-08-271-0/+78
| * | | | | | | gitweb: split test suite into library and testsMark Rada2009-08-272-66/+74
* | | | | | | | Sync with 1.6.4.2Junio C Hamano2009-08-291-2/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Remove unused t/t8005/iso8859-5.txtNanako Shiraishi2009-08-291-2/+0
* | | | | | | | Merge branch 'mm/reset-report'Junio C Hamano2009-08-281-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-211-1/+2
* | | | | | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn'Junio C Hamano2009-08-281-0/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | checkout: do not imply "-f" on unborn branchesJeff King2009-08-251-0/+40
* | | | | | | | | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-08-281-0/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix simple deepening of a repoNicolas Pitre2009-08-241-1/+46
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jc/shortstatus'Junio C Hamano2009-08-281-0/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | status: show worktree status of conflicted paths separatelyJunio C Hamano2009-08-061-0/+27
| * | | | | | | | | | diff-index: report unmerged new entriesJunio C Hamano2009-08-051-0/+31
* | | | | | | | | | | t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey2009-08-281-0/+15
* | | | | | | | | | | Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-272-0/+307
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add tests for rev-list --graph with options that simplify historyAdam Simpkins2009-08-241-0/+276
| * | | | | | | | | | | graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-211-0/+31
* | | | | | | | | | | | Merge branch 'jh/submodule-foreach'Junio C Hamano2009-08-271-0/+237
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-201-0/+12
| * | | | | | | | | | | | t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland2009-08-201-2/+4
| * | | | | | | | | | | | git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-0/+26
| * | | | | | | | | | | | git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-181-0/+19
| * | | | | | | | | | | | git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-0/+99
| * | | | | | | | | | | | git submodule foreach: test access to submodule name as '$name'Johan Herland2009-08-181-3/+3