Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
529ac333ea | |||
50aa5f157f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*.o
|
||||
XD
|
||||
compile_commands.json
|
||||
|
2
XD.c
2
XD.c
@ -291,7 +291,7 @@ main(int argc, char *argv[])
|
||||
|
||||
/* change the nose depending on the current git repo's status */
|
||||
if (has_staged(repo)) {
|
||||
E("The're staged changes.")
|
||||
E("They're staged changes.")
|
||||
P("*"); /* change to broken nose for staged changes */
|
||||
} else if (has_untracked(repo)) {
|
||||
E("There are untracked changes in the repository.")
|
||||
|
Reference in New Issue
Block a user