notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 514fb397c9f7cfc80f0b14bd28bb2acdb4cd30ca (patch)
   parent 68c3319f Declare fast forward from 0.27-2
     tree 5e80f155328498caeab20707d5a22c08f3408e53
   author David Bremner <david@tethera.net>  2018-09-09 13:06:00 -0300
committer David Bremner <david@tethera.net>  2018-09-09 13:06:00 -0300

debian: drop argument-less tar-ignore

This hangs up dgit. It's probably not useful for users of the source
package to have debian/.gitignore, but it should not hurt.
---
 debian/source/options | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/source/options b/debian/source/options
index 7e95ec71..c9ea1f91 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,3 +1,2 @@
 single-debian-patch
-tar-ignore
 tar-ignore=performance-test/download/*.tar.xz


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git