- 29 Aug, 2017 1 commit
-
-
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.
-
- 28 Aug, 2017 3 commits
-
-
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 ''
-
- 27 Aug, 2017 8 commits
-
-
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.
-
- 26 Aug, 2017 1 commit
-
-
Richard Hartmann authored
Add bash-completion
-
- 23 Aug, 2017 1 commit
-
-
Roland Hopferwieser authored
-
- 20 Jul, 2017 1 commit
-
-
Daniel Shahaf authored
Fixes #230
-
- 17 Jul, 2017 2 commits
-
-
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.
-
- 16 Jul, 2017 3 commits
-
-
Daniel Shahaf authored
-
Daniel Shahaf authored
-
Daniel Shahaf authored
This enables file completion at «vcsh foo add <TAB>».
-
- 08 Jul, 2017 1 commit
-
-
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>
-
- 26 Feb, 2017 2 commits
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Fix documentation for running git commands
-
- 17 Nov, 2016 1 commit
-
-
Kevin Lyda authored
Commit is currently broken. This fixes it by shifting the command line arguments to remove "commit" and by correctly quoting "$@".
-
- 19 Jun, 2016 1 commit
-
-
Harendra Kumar authored
Fixes #204
-
- 26 Mar, 2016 2 commits
-
-
Richard Hartmann authored
Fix git version parsing when there are spaces
-
Don March authored
-
- 21 Feb, 2016 2 commits
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Fix write_gitignore for git version >= 2.7
-
- 14 Feb, 2016 1 commit
-
-
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.
-
- 29 Dec, 2015 4 commits
-
-
Richard Hartmann authored
-
Richard Hartmann authored
-
Richard Hartmann authored
Thanks to Matt S Trout
-
Richard Hartmann authored
This reverts commit d5c11e43.
-
- 22 Dec, 2015 3 commits
-
-
Richard Hartmann authored
-
Richard Hartmann authored
Turns out you need to `apt-get update` all of a sudden...
-
Richard Hartmann authored
This reverts commit 3e6f3366.
-
- 19 Dec, 2015 3 commits
-
-
Richard Hartmann authored
Seems their infrastructure migration went not quite as expected...
-
Richard Hartmann authored
-
Richard Hartmann authored
-