tj.git-extras/etc
kdergachev b450b36036
Added edit/remove functionality to git-ignore (#1258)
* Added edit/remove functionality to git-ignore.

* Minor change to array-string assignment.

* Fixes array handling for remove.

* Suggested fixes (iteration over arguments, pattern removal, editor handling, tmp file location, symlinked gitignore handling).

* Changed pure bash editing of files to an awk script. Some other minor cosmetic changes.

* Updated docs.

* Modified autocomplete to work with new git-ignore

* Added help message to git-ignore.

* Added help flags to git-ignore's man.

* Made $file in eval safe. Should not do the same for editor since then all of the GIT_EDITOR will be treated as command (flags included).

* Typo fixes.
2026-07-14 19:42:02 +08:00
..
bash_completion.sh Added edit/remove functionality to git-ignore (#1258) 2026-07-14 19:42:02 +08:00
git-extras-completion.zsh Added edit/remove functionality to git-ignore (#1258) 2026-07-14 19:42:02 +08:00
git-extras.fish Added edit/remove functionality to git-ignore (#1258) 2026-07-14 19:42:02 +08:00