summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mg/pushurl'Junio C Hamano2009-06-202-3/+20
|\
| * builtin-remote: Show push urls as wellMichael J Gruber2009-06-131-3/+7
| * t5516: Check pushurl config settingMichael J Gruber2009-06-091-0/+13
* | Merge branch 'sb/pull-rebase'Junio C Hamano2009-06-201-0/+14
|\ \
| * | parse-remote: support default reflist in get_remote_merge_branchSanti BĂ©jar2009-06-111-0/+14
| |/
* | Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano2009-06-201-5/+75
|\ \
| * | Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini2009-06-181-5/+75
* | | Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-201-0/+13
|\ \ \ | |/ / |/| |
| * | add: allow configurations to be overriden by command lineStephen Boyd2009-06-181-0/+13
* | | Merge branch 'mh/fix-send-email-threaded'Junio C Hamano2009-06-131-0/+21
|\ \ \
| * \ \ Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano2009-06-121-0/+10
| |\ \ \
| | * | | send-email: fix non-threaded mailsMarkus Heidelberg2009-06-121-1/+1
| | * | | add a test for git-send-email for non-threaded mailsMarkus Heidelberg2009-06-121-0/+10
| * | | | send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-1/+1
| * | | | add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-0/+11
| | |_|/ | |/| |
* | | | Merge branch 'rc/http-push'Junio C Hamano2009-06-132-0/+44
|\ \ \ \
| * | | | t5550-http-fetch: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+8
| * | | | http-push: send out fetch requests on queueTay Ray Chuan2009-06-061-2/+2
| * | | | t5540-http-push: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+20
| * | | | t5540-http-push: test fetching of loose objectsTay Ray Chuan2009-06-061-0/+16
* | | | | Merge branch 'cc/bisect' (early part)Junio C Hamano2009-06-131-0/+12
|\ \ \ \ \
| * | | | | t6030: test skipping away from an already skipped commitChristian Couder2009-06-061-0/+12
* | | | | | Merge branch 'cb/maint-no-double-merge'Junio C Hamano2009-06-131-0/+3
|\ \ \ \ \ \
| * | | | | | refuse to merge during a mergeClemens Buchacher2009-06-011-0/+3
* | | | | | | Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano2009-06-131-0/+140
|\ \ \ \ \ \ \
| * | | | | | | Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland2009-06-031-8/+8
| * | | | | | | git-submodule: add support for --rebase.Peter Hutterer2009-04-241-0/+140
* | | | | | | | Merge branch 'nw/maint-cvsexportcommit'Junio C Hamano2009-06-131-0/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley2009-05-281-0/+18
* | | | | | | | send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2009-06-091-4/+4
* | | | | | | | Merge branch 'da/pretty-tempname'Junio C Hamano2009-06-031-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-311-0/+9
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-06-032-0/+21
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-031-0/+15
| * | | | | | | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-021-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-241-1/+1
| | * | | | | | | | t6023: merge-file fails to output anything for a degenerate mergeCharles Bailey2009-05-241-0/+6
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'rs/maint-grep-word-regexp-fix' into maintJunio C Hamano2009-06-021-1/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maintJunio C Hamano2009-06-023-0/+84
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-add-p-coalesce-fix' into maintJunio C Hamano2009-06-021-0/+38
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | test-lib: fix http exit codesClemens Buchacher2009-06-011-2/+4
* | | | | | | | | | | test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher2009-06-011-7/+14
* | | | | | | | | | | test-lib: fail if invalid options are passedClemens Buchacher2009-06-011-1/+1
* | | | | | | | | | | Merge branch 'sb/opt-filename'Junio C Hamano2009-05-311-2/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-2/+17
| * | | | | | | | | | | Merge branch 'jc/mktree' into sb/opt-filenameJunio C Hamano2009-05-251-0/+71
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sb/opt-filenameJunio C Hamano2009-05-25169-829/+3964
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | / / / / / | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/mktree'Junio C Hamano2009-05-311-0/+71
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | mktree --missing: allow missing objectsJunio C Hamano2009-05-101-0/+10
| * | | | | | | | | | | t1010: add mktree testJunio C Hamano2009-05-101-0/+61