- Dec 13, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Dec 09, 2013
-
-
Richard Hartmann authored
This reverts commit 794f0aac. Conflicts: vcsh Turns out the shell implementation didn't account for trailing slashes. While, arguably, a proper interactive shell should eat them before execution anyway, this can also be called in script context. This means that vcsh clone foo/ made it fail and even after commit 7e33e38a vcsh clone foo// would have failed. Revert to safe and time-proven default: Standalone `basename`. For further information, see: https://github.com/RichiH/vcsh/pull/92
-
Richard Hartmann authored
-
- Dec 01, 2013
-
-
Markus Martin authored
If the repository path given to 'vcsh clone' contains a trailing slash, the resulting cloned directory will be '.git' and vcsh will not recognize the cloned repository by name. This change ensures that a trailing slash will be stripped and the repository name will be populated. The previous faulty behavior is due to the custom implementation of the basename command first introduced in 794f0aac.
-
- Nov 25, 2013
-
-
Rob Cornish authored
-
- Oct 27, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Caleb Maclennan authored
Removed newline escape sequence that was not properly being obeyed anyway, was printing to the console as is. Not needed because the echo being used already terminates with a newline.
-
Richard Hartmann authored
-
Caleb Maclennan authored
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
Conflicts: Makefile
-
Richard Hartmann authored
updated docs to leave out run so it will be consistent
-
Richard Hartmann authored
Make Makefile more configurable (doc and zsh dirs)
-
- Oct 22, 2013
-
-
Dridi Boukelmoune authored
Some distributions expect the documentation in /usr/share/doc/name, and others in /usr/share/doc/name-version. The zsh directory for completion is also configurable due to differences between distributions.
-
- Oct 17, 2013
-
-
Gregor Jasny authored
On Macports one need to run ronn-1.9 instead of ronn. Therefore make ronn tool configurable. one can now run make RONN=ronn-1.9 to execute ronn-1.9 instead of the default ronn. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
-
- Sep 30, 2013
-
-
Evan Pitstick authored
-
- Sep 20, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
This should make reporting bugs easier/more reliable.
-
- Sep 19, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Conflicts: vcsh
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Sep 10, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Sep 09, 2013
-
-
Richard Hartmann authored
mktemp on *BSD/OSX expects a template whereas GNU mktemp does not. Pass a template to mktemp to make *BSD/OSX happy. github: fixes richih/vcsh#83
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Sep 02, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Github: Fixes richih/vcsh#26
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Aug 29, 2013
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Release v1.20130829
-
Richard Hartmann authored
-