-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: auto add multiple files to .gitignore file doesn't break into more than 1 newline in 0.4.0 #789
Comments
Oh wow, thank you for your support! ❤️🔥
I like this idea, but there are several problems:
But, please, feel free to ask your questions here! I am sure that it will be addressed at some point. |
I wasn't aware of you based in Russia I'm aware of the sanctions and sorry to hear about how it affects you I sincerely hope the war ends soon |
@simkimsia wrote:
Hey @simkimsia , I wrote you a message on your twitter account to discuss support options. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Replied and also set up a test public repo to ask my questions. thank you |
* test .gitignore has expected line count, for #792 * let 'add' append filenames to .gitignore in tests * add comments related to #789 * fix test to allow for more output from 'add' * improve error message output * allow for extra output from 'add' in test * tweaks as per shellcheck lint * improve comments, cleanup code * update changelog * describe test better
What are the steps to reproduce this issue?
git secret add <file1> <file2>
git secret hide
What happens?
Then the .gitignore will add the file1 and file2 but on the same line.
See this for example
What were you expecting to happen?
the files auto added to .gitignore should appear in new lines
What versions of software are you using?
Operating system: (
uname -a
) Darwin kimsia-MBP2021 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64git-secret
path: (which git-secret
) /opt/homebrew/bin/git-secretgit-secret
version: (git secret --version
) 0.4.0git
version: (git --version
) … git version 2.32.0 (Apple Git-132)Shell type and version: (
$SHELL --version
) zsh 5.8 (x86_64-apple-darwin21.0)gpg
version: (gpg --version
)gpg (GnuPG) 2.3.4
libgcrypt 1.10.0
Copyright (C) 2021 Free Software Foundation, Inc.
License GNU GPL-3.0-or-later https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: /Users/kimsia/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
AEAD: EAX, OCB
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
One-off contribution here
By the way, can you provide like a support? like pay 50 USD and we give you priority support to answer technical questions for 1 month.
I don't want to dictate features or affect the development cycle. Just want to get priority attention when it comes to technical questions for a short period of time (say 1 month)
The text was updated successfully, but these errors were encountered: