Skip to content

Commit dfae980

Browse files
committed
rn-5: talk about --date=format:...
1 parent 517166e commit dfae980

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

rev_news/drafts/edition-5.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ suggestion into account.
7777

7878
### Support
7979

80-
* [Several date related issues](http://search.gmane.org/?query=several+date+related+issues&group=gmane.comp.version-control.git)
80+
* [Several date related issues](http://thread.gmane.org/gmane.comp.version-control.git/272658)
8181

8282
Rigth now `git log` supports the following date related otions:
8383

@@ -133,6 +133,16 @@ To that Peff replied:
133133
And H.Merijn said that the option names are misleading, and suggested
134134
a gitk option for Peff's script.
135135

136+
It looks like no gitk option has been developed yet for the above, but
137+
Peff sent [a patch series](http://thread.gmane.org/gmane.comp.version-control.git/272695)
138+
to implement `--date=format:...` which can produce the same output as the
139+
`--date=...` options H.Merijn suggested about his first issue.
140+
141+
As Peff's patch series uses [strftime()](http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html)
142+
to process the format passed in `--date=format:...`, a discussion
143+
about how to manage a potential strftime() failure when it is passed a
144+
bogus format ensued.
145+
136146
## Releases
137147

138148
* [git-multimail](https://github.com/git-multimail/git-multimail) [1.1.0](https://github.com/git-multimail/git-multimail/releases/tag/1.1.0) was released. git-multimail is a tool to send notification emails for pushes to a git repository. It is also available in the `contrib/hooks/multimail/` directory of Git's source tree (version 1.1.0 will be distributed with Git 2.5).

0 commit comments

Comments
 (0)