summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t1200: fix a timing dependent errorNanako Shiraishi2009-11-251-3/+7
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-231-0/+61
|\
| * Add trivial tests for --stdin option to log familyJunio C Hamano2009-11-231-0/+61
* | Merge branch 'mr/gitweb-snapshot'Junio C Hamano2009-11-233-1/+169
|\ \
| * | t/gitweb-lib: Split HTTP response with non-GNU sedBrian Gernhardt2009-11-231-2/+12
| * | gitweb: Smarter snapshot namesMark Rada2009-11-081-5/+33
| * | gitweb: Document current snapshot rules via new testsJakub Narebski2009-11-081-0/+87
| * | t/gitweb-lib.sh: Split gitweb output into headers and bodyJakub Narebski2009-10-301-1/+5
| * | gitweb: check given hash before trying to create snapshotMark Rada2009-09-291-0/+39
* | | Merge branch 'cc/replace'Junio C Hamano2009-11-231-0/+17
|\ \ \
| * | | replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+17
* | | | t4014-format-patch: do not assume 'test' is available as non-builtinJohannes Sixt2009-11-231-4/+2
* | | | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-233-2/+184
|\ \ \ \
| * | | | Add missing test for 'git remote update --prune'Björn Gustavsson2009-11-101-0/+11
| * | | | Add the configuration option skipFetchAllBjörn Gustavsson2009-11-101-3/+37
| * | | | Teach the --multiple option to 'git fetch'Björn Gustavsson2009-11-101-0/+44
| * | | | Teach the --all option to 'git fetch'Björn Gustavsson2009-11-102-2/+95
* | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-11-221-0/+23
|\ \ \ \ \
| * | | | | git svn: strip leading path when making empty dirsEric Wong2009-11-221-0/+23
* | | | | | Merge branch 'rj/maint-t9700'Junio C Hamano2009-11-221-1/+1
|\ \ \ \ \ \
| * | | | | | t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones2009-11-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ls/maint-mailinfo-no-inbody'Junio C Hamano2009-11-2214-1/+101
|\ \ \ \ \ \
| * | | | | | git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström2009-11-2014-1/+101
| |/ / / / /
* | | | | | Merge branch 'pb/maint-use-custom-perl'Junio C Hamano2009-11-223-4/+4
|\ \ \ \ \ \
| * | | | | | Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)2009-11-173-4/+4
| |/ / / / /
* | | | | | Merge branch 'bc/grep-i-F'Junio C Hamano2009-11-221-0/+10
|\ \ \ \ \ \
| * | | | | | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-161-0/+10
| |/ / / / /
* | | | | | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2009-11-221-0/+21
* | | | | | grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-221-0/+5
| |/ / / / |/| | | |
* | | | | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-204-0/+622
|\ \ \ \ \
| * | | | | Add selftests verifying concatenation of multiple notes for the same commitJohan Herland2009-10-191-0/+84
| * | | | | Add selftests verifying that we can parse notes trees with various fanoutsJohan Herland2009-10-191-0/+104
| * | | | | t3302-notes-index-expensive: Speed up create_repo()Johan Herland2009-10-191-27/+47
| * | | | | fast-import: Add support for importing commit notesJohan Herland2009-10-191-0/+166
| * | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland2009-10-191-0/+36
| * | | | | Add an expensive test for git-notesJohannes Schindelin2009-10-191-0/+98
| * | | | | Add a script to edit/inspect notesJohannes Schindelin2009-10-191-0/+114
| |/ / / /
* | | | | Merge branch 'sp/smart-http'Junio C Hamano2009-11-206-21/+507
|\ \ \ \ \
| * | | | | t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce2009-11-091-0/+3
| * | | | | t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce2009-11-091-4/+4
| * | | | | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-091-0/+31
| * | | | | http-backend: Test configuration optionsShawn O. Pearce2009-11-041-0/+229
| * | | | | test smart http fetch and pushShawn O. Pearce2009-11-045-2/+219
| * | | | | http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-043-8/+13
| * | | | | set httpd port before sourcing lib-httpdClemens Buchacher2009-11-041-4/+3
| * | | | | t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-041-2/+0
| * | | | | remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-301-1/+1
| * | | | | Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-5/+9
* | | | | | Merge branch 'jn/editor-pager'Junio C Hamano2009-11-203-20/+43
|\ \ \ \ \ \
| * | | | | | Provide a build time default-editor settingJonathan Nieder2009-11-131-12/+25