vcsh icon indicating copy to clipboard operation
vcsh copied to clipboard

config manager based on Git

Results 73 vcsh issues
Sort by recently updated
recently updated
newest added

@carlocab intends to have a stab at this in ~two weeks. See https://github.com/RichiH/vcsh/issues/321 for context.

The config section of the manpage starts with: ``` There are several ways to turn the various knobs on `@TRANSFORMED_PACKAGE_NAME@`. In order of ascending precedence, they are: * `VARIABLE=foo @TRANSFORMED_PACKAGE_NAME@`...

I want to ask whether it is possible to export `GIT_WORK_TREE`? Some git helper vim plugins rely on this variable and I think asking them to look at `core.worktree` via...

With v2.0.0 out the door (cf. #301) we've imposed a little extra work on distro packagers than the usual version bump. Since the *way* things are built and installed has...

In light of https://github.com/RichiH/vcsh/pull/302 I think we must tighten vcsh up a lot. https://gist.github.com/EvgenyOrekhov/5c1418f4710558b5d6717d9e69c6e929 & https://jmmv.dev/2018/03/shell-readability-strict-mode.html largely agree but I don't know off-hand if either form is adopted more widely....

We took one pass at this issue in #294, closed by PR #295, but the solution was to just iteratively check a few possibilities. This is more robust and definitely...

This adds the `locate` subcommand, which takes an existing file and returns the repository that's tracking the file. Signed-off-by: martin f. krafft

fixes #37, further to #54 -- I feel that the user expects to keep the .gitignore.d/foo and .gitattributes.d/foo files in effect when renaming repo foo to bar. Currently `upgrade()` abandons...

My proposal to add dynamic aliases (see #240). Please check the documentation I wrote because my english is bad. Suggestions are welcome.