We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830248b commit c6a39e8Copy full SHA for c6a39e8
utils/python/codal_utils.py
@@ -94,11 +94,12 @@ def printstatus( logLines = 3 ):
94
print( f"Branch: {branch}, Nearest Tag: {tag} ({hash})" )
95
system( f"git --no-pager log -n {logLines} --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" )
96
#system(f"git --no-pager log -n {logLines} --pretty=oneline")
97
- system("git status -s")
+ print( "" )
98
+ system("git status -sb")
99
print( "" )
100
101
-def status( logLines = 5 ):
102
+def status( logLines = 3 ):
103
(codal, targetdir, target) = read_config()
104
dirname = os.getcwd()
105
for ln in target['libraries']:
0 commit comments