git-confirm icon indicating copy to clipboard operation
git-confirm copied to clipboard

:question: Git hook to catch placeholders and temporary changes (TODO / @ignore) before you commit them.

Results 15 git-confirm issues
Sort by recently updated
recently updated
newest added

for now I am using git commit --no-verify . but maybe git confirm can have some kind of logic to skip the check if there are too many files in...

If a commit message subject starts with `WIP` (also seen as `[WIP]` and lowercase), allowing otherwise blocked content without a prompt would be useful.

Minified compiled output often includes lots of existing matches, and appears to have been entirely changed when any build happens, so requires confirmation every time. Instead, it'd be nice to...

This causes some weird buggy behaviour when combined with [fugitive](https://github.com/tpope/vim-fugitive). I'm not sure if this is an issue with the way git-confirm works or with fugitive. I'll investigate further when...

https://github.com/icefox/git-hooks Probably means adding as a submodule in contrib, and testing that it's easy to set up with that.

1 - Ready

https://github.com/stevemao/awesome-git-addons

1 - Ready

Currently you can only y/n each confirmation. If you've got a really big file though, which repeatedly matches, you might have to confirm quite a few times. If you have...

Users can set colors themselves, so assuming green is not really robust (e.g., red/green colorblind users might have a non-green addition color set). It might just be better to not...

Currently grep outputs the line by line matches. Weirdly, grep itself is happy to output in colour (visible if run directly on my machine) but the colour disappears if it's...

1 - Ready