I'm not sure I have a solution to offer here.  I just stumbled across
something where I thought the program wasn't acting as it should.  I
still think this is the case, but I'm not sure how this should be done.

To give another cli example

$ sudo git status ; echo "clean status."; sudo git commit . ;echo "unclean 
status all of the sudden"# On branch master
nothing to commit (working directory clean)
clean status.
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   .etckeeper
#
no changes added to commit (use "git add" and/or "git commit -a")
unclean status all of the sudden

I would normally not expect this.

-- 
.etckeeper file should be added to .gitignore
https://bugs.launchpad.net/bugs/618600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to