summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* git-svn: introduce add_path_to_url functionMichael G. Schwern2012-08-021-0/+27
* git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern2012-08-022-1/+29
* t9107: fix typoMichael G. Schwern2012-08-021-1/+1
* t9118: workaround inconsistency between SVN versionsMichael G. Schwern2012-08-021-1/+6
* git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern2012-08-021-0/+32
* git-svn: factor out _collapse_dotdot functionMichael G. Schwern2012-08-021-0/+23
* Merge branch 'jx/i18n-1.7.11'Junio C Hamano2012-07-316-19/+26
|\
| * i18n: merge-recursive: mark strings for translationJiang Xin2012-07-262-9/+9
| * i18n: Rewrite gettext messages start with dashJiang Xin2012-07-261-1/+1
| * i18n: rebase: mark messages for translationJiang Xin2012-07-253-9/+16
* | Merge branch 'rj/maint-grep-remove-redundant-test'Junio C Hamano2012-07-301-11/+0
|\ \
| * | t7810-*.sh: Remove redundant testRamsay Jones2012-07-291-11/+0
* | | Merge branch 'dg/submodule-in-dismembered-working-tree'Junio C Hamano2012-07-301-6/+23
|\ \ \
| * | | t7409: make sure submodule is initialized and updated in more detailDaniel Graña2012-07-301-6/+23
* | | | t1100-*.sh: Fix an intermittent test failureRamsay Jones2012-07-291-0/+1
* | | | t: add missing executable bit to t7409Jeff King2012-07-291-0/+0
* | | | Merge branch 'extract-remaining' of git://git.bogomips.org/git-svnJunio C Hamano2012-07-271-2/+7
|\ \ \ \
| * | | | Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-271-1/+2
| * | | | Move Git::IndexInfo into its own file.Michael G. Schwern2012-07-271-1/+2
| * | | | Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-271-1/+2
| * | | | Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-271-2/+4
* | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2012-07-273-0/+54
|\ \ \ \ \ | |/ / / /
| * | | | Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern2012-07-271-1/+2
| * | | | Extract some utilities from git-svn to allow extracting Git::SVN.Michael G. Schwern2012-07-273-0/+53
* | | | | Merge branch 'jk/autoident-test'Junio C Hamano2012-07-271-33/+42
|\ \ \ \ \
| * | | | | t7502: test early quit from commit with bad identJeff King2012-07-261-0/+17
| * | | | | t7502: handle systems where auto-identity is brokenJeff King2012-07-261-3/+10
| * | | | | t7502: drop confusing test_might_fail callJeff King2012-07-261-1/+1
| * | | | | t7502: narrow checks for author/committer name in templateJeff King2012-07-261-17/+8
| * | | | | t7502: properly quote GIT_EDITORJeff King2012-07-261-1/+1
| * | | | | t7502: clean up fake_editor testsJeff King2012-07-261-13/+7
* | | | | | Merge branch 'dg/submodule-in-dismembered-working-tree'Junio C Hamano2012-07-271-0/+61
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | git-submodule: work with GIT_DIR/GIT_WORK_TREEDaniel Graña2012-07-251-0/+61
| |/ / /
* | | | Merge branch 'jc/test-lib-source-build-options-early'Junio C Hamano2012-07-251-23/+22
|\ \ \ \
| * | | | test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlierJunio C Hamano2012-06-241-23/+22
* | | | | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-252-0/+40
|\ \ \ \ \
| * | | | | t1306: check that XDG_CONFIG_HOME worksJeff King2012-07-241-0/+26
| * | | | | ignore: make sure we have an xdg path before using itMatthieu Moy2012-07-241-0/+7
| * | | | | attr: make sure we have an xdg path before using itJeff King2012-07-241-0/+6
| * | | | | test-lib.sh: unset XDG_CONFIG_HOMEJeff King2012-07-241-0/+1
* | | | | | Merge branch 'cw/rebase-i-root'Junio C Hamano2012-07-251-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rebase -i: handle fixup of root commit correctlyChris Webb2012-07-241-0/+8
* | | | | | t/lib-httpd: handle running under --valgrindJeff King2012-07-242-1/+8
* | | | | | Merge branch 'jv/maint-no-ext-diff'Junio C Hamano2012-07-231-0/+59
|\ \ \ \ \ \
| * | | | | | diff: test precedence of external diff driversJeff King2012-07-191-0/+40
| * | | | | | diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2012-07-171-0/+19
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kk/maint-commit-tree'Junio C Hamano2012-07-231-0/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-171-0/+17
| |\ \ \ \ \ \
| | * | | | | | commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-171-0/+17
* | | | | | | | Merge branch 'as/t4012-style-updates'Junio C Hamano2012-07-221-50/+44
|\ \ \ \ \ \ \ \