An alias that will generate a git commit message staged changes as shown in git-status. Put this alias (section below) in your .gitconfig.
The message generated will be in the format of:
$ git status --porcelain
A file1.py
A file2.py
A file3.py
M file4.py
M file5.py
D README.md
R test.txt-> test2.txt
$ git commit-status
$ git log --no-decorate -n 1
bee4f8e Added: file1.py file2.py file3.py Modified: file4.py file5.py Deleted: README.md Renamed: test.txt-> test2.txtShared on Stack Overflow.
Hi everyone
I just wanted to mention that in Android Termux shell, this produces output like
Versions it's using:
I've tried playing with the double antislashes since it seems to be an escaping issue but cannot get the desired output. Any idea?