Commit Graph

11 Commits

Author SHA1 Message Date
Steve Streeting
cab91e4b86 Fix tests 2015-07-31 12:48:51 +01:00
Steve Streeting
66ebac22a7 Fixed support for worktree
Issue is that during 'git worktree add', git uses GIT_DIR to locate the
worktree girder, which then resolves via commondir. When actually running
in the worktree, it follows .git/git-dir THEN commondir. Generalised so
this now works, and introduced LocalGitStorageDir.
2015-07-31 12:17:50 +01:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Michael Käufl
11d61307b6 Updated env tests 2015-06-18 07:24:53 -06:00
Michael Käufl
5bd7026747 Added tests for env vars GIT_DIR and GIT_WORK_TREE 2015-06-17 00:53:24 +02:00
Michael Käufl
6e0e7ab946 Added failing env test with .gitconfig file 2015-06-01 20:49:28 +02:00
Michael Käufl
1b555160f0 Added missing env test in .git directory 2015-06-01 20:48:39 +02:00
Rick Olson
589592c32e fix env tests 2015-05-27 14:09:58 -06:00
Rick Olson
9cb9d86bfd update env tests for different GIT_* env vars 2015-05-26 16:37:36 -06:00
Rick Olson
e2b2716853 == is bash only, use = for string comparisons 2015-05-26 16:15:52 -06:00
Rick Olson
793d894fe8 port env tests 2015-05-26 11:48:24 -06:00