]> git.madduck.net Git - code/vcsh.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix write_gitignore for git version >= 2.7
authorJochen Keil <jochen.keil@gmail.com>
Sun, 14 Feb 2016 21:02:33 +0000 (22:02 +0100)
committerJochen Keil <jochen.keil@gmail.com>
Sun, 14 Feb 2016 21:02:33 +0000 (22:02 +0100)
commita82dfd998413a033234b6e604200331e64f8528f
tree72204440b627a24cfd5a1f960983e255d1b6bd76
parent5f7069911b8c2f76bdd098a21ffe3dc3f4c0cb5a
Fix write_gitignore for git version >= 2.7

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.
vcsh