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
Git offers a set of built-in single string formats ie- 'oneline, short, full, fuller' so git-js's git.log fn's format option should likewise adopt this shortcut to return the set of key/values which correspond to each said format.
Git offers a set of built-in single string formats ie- 'oneline, short, full, fuller' so git-js's git.log fn's format option should likewise adopt this shortcut to return the set of key/values which correspond to each said format.
git.log({ format : 'fuller'})
would return Git's 'fuller' set of values; from pretty-formats.txt
(as a JS obj)
The text was updated successfully, but these errors were encountered: