- Aug 29, 2017
-
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
Roland Hopferwieser authored
-
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
-
-
Roland Hopferwieser authored
-
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
-
-
Roland Hopferwieser authored
-
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'.
-
Roland Hopferwieser authored
-
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
-
-
Roland Hopferwieser authored
-
Richard Hartmann authored
Add bash-completion
-
- Aug 23, 2017
-
-
Roland Hopferwieser authored
Fix commit.
-
Roland Hopferwieser authored
docs: Clarify what 'enter' does.
-
Roland Hopferwieser authored
Add bash-completion
-
Roland Hopferwieser authored
Fix parsing of Git version numbers
-
Roland Hopferwieser authored
Fix: list-tracked in subdir would print invalid paths
-
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
-