18 Jul, 2012
2 commits
-
Keeping the branch and the repo url as separate fields for each bundle entry,
seems to be only causing trouble. Now, the repo url and the branch are joined
togather with a `|` character and split only when needed.
17 Jul, 2012
4 commits
-
The contents of unused_clones is not a url anymore. Its more of a `url|branch`
like string.
16 Jul, 2012
1 commit
-
The globs looking for *.zsh, *.sh etc. files is incorrect. It needs `\.` instead
of `.`.Also added the NULL_GLOB option to the patterns as (N), so that there wouldn't
be an error if there are no files matching the pattern. Fix taken from
https://github.com/sharat87/oh-my-zsh/commit/51c55ad17e23db89e72424add0c34fa20654cd8f
13 Jul, 2012
24 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. -
This is done so that url resolving logic can be tested and to make it easier to
extend it to more complex resolving rules in the future. -
The update command is not aware of the --branch functionality and is not updated
to behave well in its precense. Because of this, it creates a clone to a
incorrect directory instead of updating the existing clone directory.
12 Jul, 2012
4 commits
-
The `antigen-bundle` command takes a `--branch` keyword-only argument that
specified the branch of the repo to be used for this bundle.Alpha implementation. Needs more testing.
13 Jun, 2012
1 commit
-
When the input to `antigen-bundles` contains lines that are completely made up
of white space, the command fails to ignore that line. This is now fixed.
11 Jun, 2012
4 commits