Re: [GUILT v3 31/31] Don't use "git log -p" in the test suite.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx>

On Fri, May 16, 2014 at 04:46:18PM +0200, Per Cederqvist wrote:
> The exact format of "git log -p" may change due to user configuration,
> and even if the test suite can try to set all configuration that
> influences the format explicitly it is hard to guard against future
> changes in git.  Since we already run "cmd list_files" immediately
> before all instances of running "git log -p", we are still assured
> that the history contains what we expect.
> 
> There was one instance in t-021.sh where "cmd git log -p" were not
> preceded by "cmd list_files".
> 
> Signed-off-by: Per Cederqvist <cederp@xxxxxxxxx>
> ---
>  regression/t-020.out | 1000 --------------------------------------------------
>  regression/t-020.sh  |   16 -
>  regression/t-021.out |  899 +--------------------------------------------
>  regression/t-021.sh  |   10 +-
>  4 files changed, 16 insertions(+), 1909 deletions(-)
> 
> diff --git a/regression/t-020.out b/regression/t-020.out
> index bcb8797..5d7c918 100644
> --- a/regression/t-020.out
> +++ b/regression/t-020.out
> @@ -14,36 +14,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..add
>  Patch applied.
> @@ -60,51 +30,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..remove
>  Patch applied.
> @@ -122,66 +47,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..mode
>  Patch applied.
> @@ -200,76 +65,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  File series fully applied, ends at patch mode
>  % guilt push -a
> @@ -289,76 +84,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push
> @@ -376,36 +101,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push
> @@ -423,36 +118,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push
> @@ -470,36 +135,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push
> @@ -517,36 +152,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push
> @@ -564,36 +169,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..add
>  Patch applied.
> @@ -610,51 +185,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..remove
>  Patch applied.
> @@ -672,66 +202,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push
>  Applying patch..mode
>  Patch applied.
> @@ -750,76 +220,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push -n -2
> @@ -835,22 +235,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  No patches applied.
>  % guilt push -n -1
> @@ -866,22 +250,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  No patches applied.
>  % guilt push -n 0
> @@ -897,22 +265,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  No patches applied.
>  % guilt push -n 1
> @@ -930,36 +282,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push -n 2
> @@ -980,51 +302,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push -n 3
> @@ -1048,66 +325,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % guilt push -n 4
> @@ -1134,76 +351,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop --all
>  All patches popped.
>  % list_files
> @@ -1236,28 +383,6 @@ f d15a1d2d34493f790c78ddacb8815b0b9536ee2b  .git/patches/master/series
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/empty.patch
>  f e90b964f01cbef60bbe00c38c55d9ea86618a66a  .git/patches/master/status
>  r c7a139f532a43c3c8b0e068cac04f8f6af0f94e1  .git/refs/patches/master/empty.patch
> -% git log -p
> -commit c7a139f532a43c3c8b0e068cac04f8f6af0f94e1
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch empty.patch
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % git config guilt.diffstat true
>  % guilt refresh
>  Patch empty.patch refreshed
> @@ -1280,28 +405,6 @@ f d15a1d2d34493f790c78ddacb8815b0b9536ee2b  .git/patches/master/series
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/empty.patch~
>  f e90b964f01cbef60bbe00c38c55d9ea86618a66a  .git/patches/master/status
>  r c7a139f532a43c3c8b0e068cac04f8f6af0f94e1  .git/refs/patches/master/empty.patch
> -% git log -p
> -commit c7a139f532a43c3c8b0e068cac04f8f6af0f94e1
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch empty.patch
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % git config guilt.diffstat false
>  % guilt pop
>  All patches popped.
> @@ -1322,35 +425,6 @@ f d15a1d2d34493f790c78ddacb8815b0b9536ee2b  .git/patches/master/series
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/empty.patch~
>  f e90b964f01cbef60bbe00c38c55d9ea86618a66a  .git/patches/master/status
>  r 8ed27228b117c0c88abf3d586bcc43c68e975cea  .git/refs/patches/master/empty.patch
> -% git log -p
> -commit 8ed27228b117c0c88abf3d586bcc43c68e975cea
> -Author: Per Cederqvist <ceder@xxxxxxxxxxxxxx>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    Fix a bug.
> -    
> -    This commit fixes a serious bug.
> -    
> -    FIXME:
> -        - add a test case
> -        - track down the bug
> -        - actually fix it
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % git config guilt.diffstat true
>  % guilt refresh
>  Patch empty.patch refreshed
> @@ -1373,35 +447,6 @@ f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f d15a1d2d34493f790c78ddacb8815b0b9536ee2b  .git/patches/master/series
>  f e90b964f01cbef60bbe00c38c55d9ea86618a66a  .git/patches/master/status
>  r 8ed27228b117c0c88abf3d586bcc43c68e975cea  .git/refs/patches/master/empty.patch
> -% git log -p
> -commit 8ed27228b117c0c88abf3d586bcc43c68e975cea
> -Author: Per Cederqvist <ceder@xxxxxxxxxxxxxx>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    Fix a bug.
> -    
> -    This commit fixes a serious bug.
> -    
> -    FIXME:
> -        - add a test case
> -        - track down the bug
> -        - actually fix it
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % git config guilt.diffstat false
>  % guilt refresh
>  Patch empty.patch refreshed
> @@ -1424,35 +469,6 @@ f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f d15a1d2d34493f790c78ddacb8815b0b9536ee2b  .git/patches/master/series
>  f e90b964f01cbef60bbe00c38c55d9ea86618a66a  .git/patches/master/status
>  r 8ed27228b117c0c88abf3d586bcc43c68e975cea  .git/refs/patches/master/empty.patch
> -% git log -p
> -commit 8ed27228b117c0c88abf3d586bcc43c68e975cea
> -Author: Per Cederqvist <ceder@xxxxxxxxxxxxxx>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    Fix a bug.
> -    
> -    This commit fixes a serious bug.
> -    
> -    FIXME:
> -        - add a test case
> -        - track down the bug
> -        - actually fix it
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt delete empty.patch
>  Cannot delete an applied patch
>  % guilt pop -a
> @@ -1470,19 +486,3 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
> diff --git a/regression/t-020.sh b/regression/t-020.sh
> index 3f70c26..2f2aa10 100755
> --- a/regression/t-020.sh
> +++ b/regression/t-020.sh
> @@ -21,8 +21,6 @@ guilt series | while read n ; do
>  	cmd guilt push
>  
>  	cmd list_files
> -
> -	cmd git log -p
>  done
>  
>  #
> @@ -34,8 +32,6 @@ cmd guilt push -a
>  
>  cmd list_files
>  
> -cmd git log -p
> -
>  #
>  # pop all
>  #
> @@ -49,8 +45,6 @@ guilt series | while read n ; do
>  
>  	cmd list_files
>  
> -	cmd git log -p
> -
>  	cmd guilt pop --all
>  done
>  
> @@ -61,8 +55,6 @@ guilt series | while read n ; do
>  	cmd guilt push $t
>  
>  	cmd list_files
> -
> -	cmd git log -p
>  done
>  
>  #
> @@ -80,8 +72,6 @@ for n in `_seq -2 $npatches`; do
>  
>  	cmd list_files
>  
> -	cmd git log -p
> -
>  	cmd guilt pop --all
>  done
>  
> @@ -91,14 +81,12 @@ cmd list_files
>  cmd guilt new empty.patch
>  fixup_time_info empty.patch
>  cmd list_files
> -cmd git log -p
>  
>  # Ensure we can push the empty patch even when guilt.diffstat is true.
>  cmd git config guilt.diffstat true
>  cmd guilt refresh
>  fixup_time_info empty.patch
>  cmd list_files
> -cmd git log -p
>  cmd git config guilt.diffstat false
>  
>  # Let the patch have a commit message, but no data.
> @@ -117,7 +105,6 @@ EOF
>  
>  fixup_time_info empty.patch
>  cmd list_files
> -cmd git log -p
>  
>  # And once more, with an empty diffstat.
>  
> @@ -125,20 +112,17 @@ cmd git config guilt.diffstat true
>  cmd guilt refresh
>  fixup_time_info empty.patch
>  cmd list_files
> -cmd git log -p
>  
>  # Restore the diffstat setting and remove the empty patch.
>  cmd git config guilt.diffstat false
>  cmd guilt refresh
>  fixup_time_info empty.patch
>  cmd list_files
> -cmd git log -p
>  # (Cannot delete an applied patch)
>  shouldfail guilt delete empty.patch
>  cmd guilt pop -a
>  cmd guilt delete -f empty.patch
>  cmd list_files
> -cmd git log -p
>  
>  # FIXME:
>  #   --all
> diff --git a/regression/t-021.out b/regression/t-021.out
> index 58be12f..32dae17 100644
> --- a/regression/t-021.out
> +++ b/regression/t-021.out
> @@ -8,76 +8,21 @@ Applying patch..remove
>  Patch applied.
>  Applying patch..mode
>  Patch applied.
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
> +% list_files
> +d .git/patches
> +d .git/patches/master
> +d .git/refs/patches
> +d .git/refs/patches/master
> +f 22930c6d1f1938f298a4fca51c57e4b47171db21  .git/patches/master/mode
> +f 413390f3906f16f30b054a4fb86c1e014b964504  .git/patches/master/remove
> +f 71596bf71b72c2717e1aee378aabefbfa19ab7c8  .git/patches/master/status
> +f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
> +f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
> +f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
> +r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> +r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> +r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
> +r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
>  % guilt pop
>  Now at remove.
>  % list_files
> @@ -94,66 +39,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  Now at add.
>  % list_files
> @@ -169,51 +54,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  Now at modify.
>  % list_files
> @@ -228,36 +68,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  All patches popped.
>  % list_files
> @@ -271,22 +81,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  No patches applied.
>  % guilt push --all
> @@ -314,66 +108,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..mode
>  Patch applied.
> @@ -392,51 +126,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..remove
>  Patch applied.
> @@ -456,36 +145,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..add
>  Patch applied.
> @@ -506,22 +165,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..modify
>  Patch applied.
> @@ -547,66 +190,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  Now at add.
>  % list_files
> @@ -622,51 +205,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  Now at modify.
>  % list_files
> @@ -681,36 +219,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt pop
>  All patches popped.
>  % list_files
> @@ -724,22 +232,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..modify
>  Patch applied.
> @@ -766,76 +258,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  File series fully applied, ends at patch mode
>  % guilt pop -n -1
> @@ -855,76 +277,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  File series fully applied, ends at patch mode
>  % guilt pop -n 0
> @@ -944,76 +296,6 @@ r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch mode
> -
> -diff --git a/def b/def
> -old mode 100644
> -new mode 100755
> -
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  File series fully applied, ends at patch mode
>  % guilt pop -n 1
> @@ -1032,66 +314,6 @@ f f322f08d907e3737a4321b0ec90bc545f71af7cf  .git/patches/master/status
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
>  r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
> -% git log -p
> -commit ffb7faa126a6d91bcdd44a494f76b96dd860b8b9
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch remove
> -
> -diff --git a/abd b/abd
> -deleted file mode 100644
> -index fd3896d..0000000
> ---- a/abd
> -+++ /dev/null
> -@@ -1 +0,0 @@
> --����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..mode
>  Patch applied.
> @@ -1110,51 +332,6 @@ f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
>  r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
> -% git log -p
> -commit 37d588cc39848368810e88332bd03b083f2ce3ac
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch add
> -
> -diff --git a/abd b/abd
> -new file mode 100644
> -index 0000000..fd3896d
> ---- /dev/null
> -+++ b/abd
> -@@ -0,0 +1 @@
> -+����Z��E��W��/�U?�|�@6�8'H�1G_�ͧ*���
> ���
> -\ No newline at end of file
> -
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..remove
>  Patch applied.
> @@ -1174,36 +351,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
> -% git log -p
> -commit 33633e7a1aa31972f125878baf7807be57b1672d
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    patch modify
> -
> -diff --git a/def b/def
> -index 8baef1b..7d69c2f 100644
> ---- a/def
> -+++ b/def
> -@@ -1 +1,2 @@
> - abc
> -+asjhfksad
> -
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..add
>  Patch applied.
> @@ -1224,22 +371,6 @@ f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
>  f bacb4aad8a55fe4e7aa58a9ae169990bb764069f  .git/patches/master/series
>  f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
>  f da39a3ee5e6b4b0d3255bfef95601890afd80709  .git/patches/master/status
> -% git log -p
> -commit d4850419ccc1146c7169f500725ce504b9774ed0
> -Author: Author Name <author@email>
> -Date:   Mon Jan 1 00:00:00 2007 +0000
> -
> -    initial
> -    
> -    Signed-off-by: Commiter Name <commiter@email>
> -
> -diff --git a/def b/def
> -new file mode 100644
> -index 0000000..8baef1b
> ---- /dev/null
> -+++ b/def
> -@@ -0,0 +1 @@
> -+abc
>  % guilt push --all
>  Applying patch..modify
>  Patch applied.
> diff --git a/regression/t-021.sh b/regression/t-021.sh
> index e0d2dc1..2873234 100755
> --- a/regression/t-021.sh
> +++ b/regression/t-021.sh
> @@ -9,7 +9,7 @@ cmd setup_repo
>  
>  cmd guilt push --all
>  
> -cmd git log -p
> +cmd list_files
>  
>  #
>  # incremental pop by 1
> @@ -18,8 +18,6 @@ guilt series | _tac | while read n ; do
>  	cmd guilt pop
>  
>  	cmd list_files
> -
> -	cmd git log -p
>  done
>  
>  #
> @@ -41,8 +39,6 @@ guilt series | _tac | while read n ; do
>  
>  	cmd list_files
>  
> -	cmd git log -p
> -
>  	cmd guilt push --all
>  done
>  
> @@ -53,8 +49,6 @@ guilt series | _tac | while read n ; do
>  	cmd guilt pop $t
>  
>  	cmd list_files
> -
> -	cmd git log -p
>  done
>  
>  #
> @@ -72,8 +66,6 @@ for n in `_seq -2 $npatches`; do
>  
>  	cmd list_files
>  
> -	cmd git log -p
> -
>  	cmd guilt push --all
>  done
>  
> -- 
> 1.8.3.1
> 

-- 
I already backed up the [server] once, I can do it again.
		- a sysadmin threatening to do more frequent backups
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]