- Jun 19, 2019
-
-
Richard Hartmann authored
Fix typo in Config section
-
- May 20, 2019
-
-
soulofmischief authored
$VCSH_VCSH_WORKTREE -> $VCSH_WORKTREE
-
- Sep 15, 2017
-
-
Richard Hartmann authored
correct spelling mistakes
-
Edward Betts authored
-
- Aug 29, 2017
-
-
Richard Hartmann authored
Fix version processing on BSD systems.
-
Kevin Lyda authored
BSD systems ship with the original sed; lacking a host of GNU extensions. However both GNU sed and POSIX sed support the -E flag for extended regular expressions which are close to the change this is replacing. See the descriptions of extended REs in IEEE Std 1003.2 (aka POSIX.2) or re_format(7) on BSD systems. What matters for this is that the + operator works and that it and the grouping operators no longer need to be escaped.
-
- Aug 28, 2017
-
-
Richard Hartmann authored
completion: Complete only external command for 'run'.
-
Richard Hartmann authored
Fix: list-tracked in subdir would print invalid paths
-
Daniel Shahaf authored
The difference is easiest to see when the following style is in effect: . zstyle ':completion:*' group-name ''
-
- Aug 27, 2017
-
-
Richard Hartmann authored
Fix commit.
-
Richard Hartmann authored
Fix parsing of Git version numbers
-
Richard Hartmann authored
completion: Return the correct error code from __vcsh_*.
-
Richard Hartmann authored
completion: Set the context correctly in 'foreach'.
-
Richard Hartmann authored
-
Richard Hartmann authored
completion: Pass GIT_DIR to _git.
-
Richard Hartmann authored
Do not use shared Git repositories
-
Richard Hartmann authored
docs: Clarify what 'enter' does.
-
- Aug 26, 2017
-
-
Richard Hartmann authored
Add bash-completion
-
- Aug 23, 2017
-
-
Roland Hopferwieser authored
-
- Jul 20, 2017
-
-
Daniel Shahaf authored
Fixes #230
-
- Jul 17, 2017
-
-
Daniel Shahaf authored
-
Thomas Tuegel authored
Shared repositories were created using `git init --shared=0600` with the intent of keeping configuration data private. Git reports an error if "shared" repositories are created with private permissions. (Due to an apparent bug, the error was not reported before git-2.13.2.) Instead of creating a shared repository, use `umask 0077` to make created files accessible only to the current user. The umask setting is inherited by child processes and respected by Git.
-
- Jul 16, 2017
-
-
Daniel Shahaf authored
-
Daniel Shahaf authored
-
Daniel Shahaf authored
This enables file completion at «vcsh foo add <TAB>».
-
- Jul 08, 2017
-
-
martin f. krafft authored
The Git minor version now has two digits, so fix the regexp parsing it. We'll also anticipate the future and handle the time when the major version hits 10 and parse accordingly Signed-off-by: martin f. krafft <madduck@madduck.net>
-
- Feb 26, 2017
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Fix documentation for running git commands
-
- Nov 17, 2016
-
-
Kevin Lyda authored
Commit is currently broken. This fixes it by shifting the command line arguments to remove "commit" and by correctly quoting "$@".
-
- Jun 19, 2016
-
-
Harendra Kumar authored
Fixes #204
-
- Mar 26, 2016
-
-
Richard Hartmann authored
Fix git version parsing when there are spaces
-
Don March authored
-
- Feb 21, 2016
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Fix write_gitignore for git version >= 2.7
-
- Feb 14, 2016
-
-
Jochen Keil authored
As of git version 2.7 it is no longer necessary to include parent directories in the list of files not to be ignored. This fixes #195.
-
- Dec 29, 2015
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
Thanks to Matt S Trout
-
Richard Hartmann authored
This reverts commit d5c11e43.
-
- Dec 22, 2015
-
-
Richard Hartmann authored
-