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
Copy file name to clipboardExpand all lines: simple-git/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,14 +295,14 @@ For type details of the response for each of the tasks, please see the [TypeScri
295
295
296
296
-`options.file` - the path to a file in your repository to only consider this path.
297
297
-`options.format` - custom log format object, keys are the property names used on the returned object, values are the format string from [pretty formats](https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt)
298
-
-`options.from` - when supplied along with `options.to`sets the range of commits to log
298
+
-`options.from` - sets the oldest commit in the range to return, use along with `options.to`to set a bounded range
299
299
-`options.mailMap` - defaults to true, enables the use of [mail map](https://git-scm.com/docs/gitmailmap) in returned values for email and name from the default format
300
300
-`options.maxCount` - equivalent to setting the `--max-count` option
301
301
-`options.multiLine` - enables multiline body values in the default format (disabled by default)
302
302
-`options.splitter` - the character sequence to use as a delimiter between fields in the log, should be a value that doesn't appear in any log message (defaults to `ò`)
303
303
-`options.strictDate` - switches the authored date value from an ISO 8601-like format to be strict ISO 8601 format
304
304
-`options.symmetric` - defaults to true, enables [symmetric revision range](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) rather than a two-dot range
305
-
-`options.to` - when supplied along with `options.from`sets the range of commits to log
305
+
-`options.to` - sets the newset commit in the range to return, use along with `options.from`to set a bounded range
0 commit comments