From 5de21c7fa2bdd5cd50c4f62ba848af54589167d0 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 12 Apr 2016 15:55:01 +0200 Subject: Support "root" as a special value in .diff() calls This enabled getting diff patches for root commits. --- git/test/fixtures/diff_initial | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 git/test/fixtures/diff_initial (limited to 'git/test/fixtures') diff --git a/git/test/fixtures/diff_initial b/git/test/fixtures/diff_initial new file mode 100644 index 00000000..6037c677 --- /dev/null +++ b/git/test/fixtures/diff_initial @@ -0,0 +1,10 @@ +--- /dev/null ++++ b/CHANGES +@@ -0,0 +1,7 @@ ++======= ++CHANGES ++======= ++ ++0.1.0 ++===== ++initial release -- cgit v1.2.1