- Mar 23, 2014
-
-
Richard Hartmann authored
Fix a typo and some casing
-
Thomas Ferris Nicolaisen authored
-
- Mar 16, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
-
- Mar 15, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
- Mar 13, 2014
-
-
Richard Hartmann authored
The "Git won the Linux New Media Award for Outstanding contributions to Open Source" edition.
-
Richard Hartmann authored
-
- Mar 12, 2014
-
-
Jeff Fein-Worton authored
Added better help text Added error message if $GITURL unset
-
- Mar 07, 2014
-
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
- Mar 05, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Conflicts: vcsh
-
- Mar 04, 2014
-
-
Richard Hartmann authored
github: fixes richih/vcsh#111
-
Richard Hartmann authored
assorted readme updates and other fixes
-
- Feb 27, 2014
-
-
Richard Hartmann authored
assorted readme updates and other fixes
-
Caleb Maclennan authored
BSD find (e.g. as found on Mac OSX) has more strict rules for parsing arguments and needs a path. PWD is not assumed as on GNU find.
-
Caleb Maclennan authored
There are other ways to do this, but this seems to be the most commonly used and easiest way to get the job done. Alternate methods could be added but at least having this one will alert folks that using this on OSX is an option.
-
- Feb 26, 2014
-
-
Caleb Maclennan authored
Since myrepos is so strongly recommended, included it in the distro specific install instructions. Refactor the Arch Linux instructions to better reflect most common usage.
-
Caleb Maclennan authored
Encourage the use of the stable packages per disro norms. The devel packages can be used but they trigger full git clones in many AUR helpers and are generally a pain if you don't specifically want them for something. Mention the devel package but update the URLs to point to the one that uses the normal packaging system.
-
Caleb Maclennan authored
The `mr` utilily is now called myrepos upstream and they have a new website address. Update the links in the readme, reflect the new name of the project where appropriate, and fix the copy surrounding its introdiction. The actual command is still `mr`.
-
- Feb 25, 2014
-
-
Richard Hartmann authored
-
Jeff Fein-Worton authored
-
- Feb 23, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
GitHub: fixes RichiH/vcsh#105
-
- Feb 21, 2014
-
-
Richard Hartmann authored
Conflicts: vcsh
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
Fix typo $XDH_CONFIG_HOME -> $XDG_CONFIG_HOME
-
- Feb 19, 2014
-
-
Skurikhin Alexander authored
-
- Feb 13, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
If `git foo` exits 13, it would be prudent for vcsh to exit 13, as well. Start with support for `vcsh pull`.
-
- Feb 09, 2014
-
-
Richard Hartmann authored
GitHub: fixes RichiH/vcsh#104
-
- Feb 08, 2014
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Add hooks to allow fancy merge handling
-
- Feb 05, 2014
-
-
Caleb Maclennan authored
Cloning a repo over an existing set of files would usually cause a merge conflict that aborts the process and requires manual intervention. This pair of hooks handles that case by manually moving the extant objects out of the way, completing the checktout, then restoring them to their original places. The resulting state is a set of unstaged local changes.
-
Caleb Maclennan authored
These hooks before and after the actual checkout process will enable a pair of hook scripts to automatically handle conflicts and potentially allow the checkout of repositories over existing file sets
-