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

fixed grammatical error

Open dojje opened this issue 3 years ago • 2 comments

when there is 0 of something you use a plural noun. sometimes you commit 0 files, like when you resolve conflicts it says "committed 0 file". it was a bit annoying so i fixed it.

dojje avatar Aug 11 '22 13:08 dojje

Did you encounter this issue, because it shouldn't get fired when there are no changes. Before commit, it checks for count of index and non index file changes.

Vinzent03 avatar Aug 11 '22 17:08 Vinzent03

when you have commited files but you haven't pushed them it says committed 0 file.

dojje avatar Aug 16 '22 09:08 dojje

This got now resolved in #393

Vinzent03 avatar Dec 04 '22 10:12 Vinzent03