1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-03 07:37:47 +00:00

Add custom completions for pre-commit (#940)

# Added

Completions for pre-commit, plus README

# Fixed

Removed duplciate flag it git completionts
This commit is contained in:
Loïc Riegel 2024-08-26 01:27:18 +02:00 committed by GitHub
parent 7188d9ac03
commit 6abc543722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 227 additions and 1 deletions

View file

@ -454,7 +454,6 @@ export extern "git commit" [
--cleanup: string # cleanup commit message
--edit(-e) # edit commit message
--no-edit # do not edit commit message
--amend # amend previous commit
--include(-i) # include given paths in commit
--only(-o) # commit only specified paths
--pathspec-from-file: string # read pathspec from file