summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | i18n: git-merge basic messagesÆvar Arnfjörð Bjarmason2011-03-092-6/+24
| * | | | | | | | | | | | | | | i18n: git-log "--OPT does not make sense" messagesÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-grep "--open-files-in-pager" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason2011-03-091-8/+32
| * | | | | | | | | | | | | | | i18n: git-commit "enter the commit message" messageÆvar Arnfjörð Bjarmason2011-03-092-13/+21
| * | | | | | | | | | | | | | | i18n: git-commit print_summary messagesÆvar Arnfjörð Bjarmason2011-03-091-2/+8
| * | | | | | | | | | | | | | | i18n: git-commit formatting messagesÆvar Arnfjörð Bjarmason2011-03-091-2/+2
| * | | | | | | | | | | | | | | i18n: git-commit "middle of a merge" messageÆvar Arnfjörð Bjarmason2011-03-091-3/+3
| * | | | | | | | | | | | | | | i18n: git-checkout "HEAD is now at" messageÆvar Arnfjörð Bjarmason2011-03-091-5/+5
| * | | | | | | | | | | | | | | i18n: git-branch "(no branch)" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-branch "git branch -v" messagesÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-branch "Deleted branch [...]" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-add "remove '%s'" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+6
| * | | | | | | | | | | | | | | i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason2011-03-092-13/+29
| * | | | | | | | | | | | | | | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | | | | | | | | | | | i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
* | | | | | | | | | | | | | | | Merge branch 'jk/pull-into-empty'Junio C Hamano2011-04-012-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | pull: do not clobber untracked files on initial pullJeff King2011-03-251-0/+11
| * | | | | | | | | | | | | | | | merge: merge unborn index before setting refJeff King2011-03-251-0/+4
* | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-03-302-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | t8001: check the exit status of the command being testedJunio C Hamano2011-03-301-5/+6
| * | | | | | | | | | | | | | | | Typos: t/READMEMichael Witten2011-03-301-5/+4
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-302-8/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tests: kill backgrounded processes more robustlyJeff King2011-03-291-6/+6
| * | | | | | | | | | | | | | | | tests: make sure input to sed is newline terminatedJonathan Nieder2011-03-291-2/+6
* | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-03-291-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | / / / / / / / / / / / / | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | HOME must be set before calling git-init when creating test repositoriesAlex Riesen2011-03-291-3/+3
* | | | | | | | | | | | | | | | tests: fix overeager scrubbing of environment variablesJens Lehmann2011-03-281-1/+10
* | | | | | | | | | | | | | | | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-261-10/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tests: avoid nonportable {foo,bar} globJonathan Nieder2011-03-241-8/+8
| * | | | | | | | | | | | | | | | rev-list --min-parents,--max-parents: doc, test and completionMichael J Gruber2011-03-231-1/+106
| * | | | | | | | | | | | | | | | t6009: use test_commit() from test-lib.shMichael J Gruber2011-03-211-11/+4
* | | | | | | | | | | | | | | | | Merge branch 'jk/checkout-orphan-warning'Junio C Hamano2011-03-261-0/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | checkout: clear commit marks after detached-orphan checkJeff King2011-03-201-0/+13
| * | | | | | | | | | | | | | | | | checkout: add basic tests for detached-orphan warningJeff King2011-03-201-0/+34
* | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-rerere-in-workdir'Junio C Hamano2011-03-261-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | rerere: make sure it works even in a workdir attached to a young repositoryJunio C Hamano2011-03-231-0/+55
* | | | | | | | | | | | | | | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-262-22/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | / / / / / / / / / / / / / | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | vcs-svn: handle log message with embedded NULJonathan Nieder2011-03-261-0/+77
| * | | | | | | | | | | | | | | | | vcs-svn: remove buffer_read_stringJonathan Nieder2011-03-261-22/+13
| * | | | | | | | | | | | | | | | | vcs-svn: make reading of properties binary-safeJonathan Nieder2011-03-261-0/+27
* | | | | | | | | | | | | | | | | | t7607: clean up stray untracked fileJeff King2011-03-251-1/+2
* | | | | | | | | | | | | | | | | | t7607: mark known breakage in test 11 as fixedJeff King2011-03-251-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'pk/stash-apply-status-relative'Junio C Hamano2011-03-231-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add test: git stash shows status relative to current dirPiotr Krukowiecki2011-03-201-0/+19
* | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-diff-q-filter'Junio C Hamano2011-03-231-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano2011-03-161-0/+7
* | | | | | | | | | | | | | | | | | Merge branch 'pw/p4'Junio C Hamano2011-03-231-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-p4: test sync new branchPete Wyckoff2011-03-161-0/+23