|
|
|
@ -29,7 +29,7 @@ function parse_git_status {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function parse_git_branch {
|
|
|
|
|
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
|
|
|
|
|
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function get-create-date {
|
|
|
|
|