diff --git a/man/git-commits-since.1 b/man/git-commits-since.1 index 7af161b..d29f844 100644 --- a/man/git-commits-since.1 +++ b/man/git-commits-since.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-COMMITS\-SINCE" "1" "October 2010" "" "Git Extras" +.TH "GIT\-COMMITS\-SINCE" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-commits\-since\fR \- Show commit logs since some date @@ -19,6 +19,33 @@ List of commits since the given \fIdate\fR\. Show commits more recent than \fIdate\fR\. By default, the command shows the commit logs since "last week"\. . .SH "EXAMPLES" +It is really flexible and these are only 3 of the options, go ahead give it a try: +. +.IP "" 4 +. +.nf + +$ git commits\-since yesterday +\.\.\. commits since yesterday +nickl\- \- Merge branch upstream master\. +nickl\- \- Rebase bolshakov with master +TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks +TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop +nickl\- \- Fix #127 git\-ignore won\'t add duplicates\. + +$ git commits\-since 3 o clock pm +\.\.\. commits since 3 o clock pm +nickl\- \- Merge branch upstream master\. + +$ git commits\-since 2 hour ago +\.\.\. commits since 2 hour ago +nickl\- \- Merge branch upstream master\. +TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks +TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop +. +.fi +. +.IP "" 0 . .SH "AUTHOR" Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR> diff --git a/man/git-commits-since.html b/man/git-commits-since.html index 4698cf3..198f052 100644 --- a/man/git-commits-since.html +++ b/man/git-commits-since.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-commits-since(1)
  2. -
  3. Git Extras
  4. +
  5. git-commits-since(1)
@@ -90,9 +90,30 @@

EXAMPLES

+

It is really flexible and these are only 3 of the options, go ahead give it a try:

+ +
$ git commits-since yesterday
+... commits since yesterday
+nickl- - Merge branch upstream master.
+nickl- - Rebase bolshakov with master
+TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks
+TJ Holowaychuk - Merge pull request #129 from nickl-/develop
+nickl- - Fix #127 git-ignore won't add duplicates.
+
+$ git commits-since 3 o clock pm
+... commits since 3 o clock pm
+nickl- - Merge branch upstream master.
+
+$ git commits-since 2 hour ago
+... commits since 2 hour ago
+nickl- - Merge branch upstream master.
+TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks
+TJ Holowaychuk - Merge pull request #129 from nickl-/develop
+
+

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -105,7 +126,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-commits-since(1)
diff --git a/man/git-commits-since.md b/man/git-commits-since.md index dfc046f..709c98a 100644 --- a/man/git-commits-since.md +++ b/man/git-commits-since.md @@ -17,6 +17,27 @@ git-commits-since(1) -- Show commit logs since some date ## EXAMPLES + It is really flexible and these are only 3 of the options, go ahead give it a try: + + $ git commits-since yesterday + ... commits since yesterday + nickl- - Merge branch upstream master. + nickl- - Rebase bolshakov with master + TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks + TJ Holowaychuk - Merge pull request #129 from nickl-/develop + nickl- - Fix #127 git-ignore won't add duplicates. + + $ git commits-since 3 o clock pm + ... commits since 3 o clock pm + nickl- - Merge branch upstream master. + + $ git commits-since 2 hour ago + ... commits since 2 hour ago + nickl- - Merge branch upstream master. + TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks + TJ Holowaychuk - Merge pull request #129 from nickl-/develop + + ## AUTHOR Written by Tj Holowaychuk <>