You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently uses defined colors for the output which should be changed to use the colors of the color scheme.
The format should be simplified and minimized/reduced to relevant information: <ABBREVIATED_COMMIT_SHA1> <COMMIT_MESSAGE> [REFS]
The extended output should be added as new ll alias with the associated flat shorthand alias llf and should be adapted to the existing lnew and lch aliases:
* The defined ASCII colors codes for the output have been changed to
adapt to the terminal colors theme/scheme.
* The format has been simplified and minimized/reduced to relevant
information except the extended "ll" and "llf" aliases.
* Added the shorthand aliases "lf" and "llf" for a flattened output
without topic commits from merges and adapted the style to the
existing "lnew" and "lch" aliases.
* The "lr" alias is superfluous and has been removed due to the new
"ll" and "llf" aliases which include the relative date of a commit.
GH-24
* The defined ASCII colors codes for the output have been changed to
adapt to the terminal colors theme/scheme.
* The format has been simplified and minimized/reduced to relevant
information except the extended "ll" and "llf" aliases.
* Added the shorthand aliases "lf" and "llf" for a flattened output
without topic commits from merges and adapted the style to the
existing "lnew" and "lch" aliases.
* The "lr" alias is superfluous and has been removed due to the new
"ll" and "llf" aliases which include the relative date of a commit.
GH-24
Alias
l
and its extensions<ABBREVIATED_COMMIT_SHA1> <COMMIT_MESSAGE> [REFS]
ll
alias with the associated flat shorthand aliasllf
and should be adapted to the existinglnew
andlch
aliases:lf
should be added for a flattened output without topic commits from merges (--first-parent
)Alias
lr
This alias is superfluous due to the new
ll
andllf
aliases which include the relative date of a commit.The text was updated successfully, but these errors were encountered: