From ea0af0c391360896c84a9cbb93260918b6227f7f Mon Sep 17 00:00:00 2001
From: Nicolai Skogheim
Date: Thu, 6 Aug 2015 03:48:15 +0200
Subject: [PATCH 1/4] guilt: Adds simplified example
---
man/git-guilt.1 | 8 +++++++-
man/git-guilt.html | 10 +++++++---
man/git-guilt.md | 4 ++++
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/man/git-guilt.1 b/man/git-guilt.1
index 9baee48..cea3ad3 100644
--- a/man/git-guilt.1
+++ b/man/git-guilt.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-GUILT" "1" "April 2015" "" ""
+.TH "GIT\-GUILT" "1" "August 2015" "" "Git Extras"
.
.SH "NAME"
\fBgit\-guilt\fR \- calculate change between two revisions
@@ -74,6 +74,12 @@ hemanth\.hm \-\-
.IP "" 0
.
.P
+Since git 1\.8\.5, the above can also be written as:
+.
+.P
+$ git guilt @{3\.weeks\.ago}
+.
+.P
Find blame delta for a topic branch:
.
.IP "" 4
diff --git a/man/git-guilt.html b/man/git-guilt.html
index 48ee165..753ca35 100644
--- a/man/git-guilt.html
+++ b/man/git-guilt.html
@@ -65,7 +65,7 @@
- git-guilt(1)
-
+ - Git Extras
- git-guilt(1)
@@ -123,6 +123,10 @@ Ben Parnell -
hemanth.hm --
+Since git 1.8.5, the above can also be written as:
+
+ $ git guilt @{3.weeks.ago}
+
Find blame delta for a topic branch:
$ git guilt `git merge-base master git-guilt` git-guilt
@@ -131,7 +135,7 @@ spacewander +++++++++++++++++++++++++++++++++++++++++++++(112)
AUTHOR
-Written by spacewander <spacewanderlzx@gmail.com>
+Written by spacewander <spacewanderlzx@gmail.com>
REPORTING BUGS
@@ -144,7 +148,7 @@ spacewander +++++++++++++++++++++++++++++++++++++++++++++(112)
diff --git a/man/git-guilt.md b/man/git-guilt.md
index ada6bdf..5a72808 100644
--- a/man/git-guilt.md
+++ b/man/git-guilt.md
@@ -48,6 +48,10 @@ Find blame delta over the last three weeks:
Ben Parnell -
hemanth.hm --
+Since git 1.8.5, the above can also be written as:
+
+ $ git guilt @{3.weeks.ago}
+
Find blame delta for a topic branch:
$ git guilt `git merge-base master git-guilt` git-guilt
From a212a78c1b6f2b33dd6eca2b477ea764fefcf693 Mon Sep 17 00:00:00 2001
From: Nicolai Skogheim
Date: Thu, 6 Aug 2015 04:20:06 +0200
Subject: [PATCH 2/4] guilt docs: Capitalize letters
---
man/git-guilt.1 | 10 +++++-----
man/git-guilt.html | 12 ++++++------
man/git-guilt.md | 10 +++++-----
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/man/git-guilt.1 b/man/git-guilt.1
index cea3ad3..2a26494 100644
--- a/man/git-guilt.1
+++ b/man/git-guilt.1
@@ -10,31 +10,31 @@
git guilt [
OPTIONS
- -h, --help
+ -h
Output usage information
@@ -148,7 +148,7 @@ spacewander +++++++++++++++++++++++++++++++++++++++++++++(112)
AUTHOR
-Written by spacewander <spacewanderlzx@gmail.com>
+Written by spacewander <spacewanderlzx@gmail.com>
REPORTING BUGS
diff --git a/man/git-guilt.md b/man/git-guilt.md
index 983ed1a..2397673 100644
--- a/man/git-guilt.md
+++ b/man/git-guilt.md
@@ -15,7 +15,7 @@ If not specified, <until> will default to HEAD.
## OPTIONS
- -h, --help
+ -h
Output usage information