07 Mar, 2014
2 commits
-
We need a different way to check if git is doing what its supposed to do.
-
The line `Checking connectivity... done` has been added to git's output. We need
to find a more reliable way to test these that doesn't break with git's output
changes.
20 May, 2013
1 commit
25 Apr, 2013
1 commit
22 Mar, 2013
3 commits
21 Feb, 2013
1 commit
-
Travis is now using git version 1.8.* to run the tests and there is a slight
difference in output formatting of the git commands. This is causing mis-leading
test failures.
19 Jan, 2013
4 commits
21 Sep, 2012
2 commits
-
This command is used to restore from a snapshot file provided as an argument.
The snapshot file can be generated by the `antigen-snapshot` command. -
Creates a snapshot file with some basic metadata information and pairs of repo
urls and their version hashes. Tests included.
19 Sep, 2012
1 commit
-
The `-theme` command is now little more than an extension to the `-bundle`
command. The difference is that this command sets `--btype=theme`, which is what
indicates that this bundle is a theme.As such, the `-theme` command accepts all the documented options taken by
`-bundle`.
12 Aug, 2012
1 commit
-
Use this command to revert an `antigen-update`.
11 Aug, 2012
4 commits
-
The positional arguments can also be specified as keyword arguments.
10 Aug, 2012
1 commit
31 Jul, 2012
1 commit
26 Jul, 2012
2 commits
24 Jul, 2012
1 commit
-
The new `--no-local-clone` argument to -bundle command makes it so that if the
bundle specified is a local path, then no new clone is made. The bundle is
loaded directly from the given path.
20 Jul, 2012
3 commits
18 Jul, 2012
3 commits
13 Jul, 2012
9 commits
-
All supported syntexes for a repo url are now tested. The ssh url of github was
failing the test, so that is also fixed in this commit.