notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 6f07b14031017fbd2f14adbe7a7f69c6aa954f4b (patch)
   parent 96f020cc Commit Debian 3.0 (quilt) metadata
     tree 36bf01d4a16cdc6b226bda646423f5ac2469b5cc
   author David Bremner <david@tethera.net>  2023-09-19 08:04:25 -0300
committer David Bremner <david@tethera.net>  2023-09-19 08:04:25 -0300

Commit Debian 3.0 (quilt) metadata

[dgit (11.3) quilt-fixup]
---
 debian/patches/debian-changes | 14 --------------
 debian/patches/series         |  1 -
 2 files changed, 15 deletions(-)

diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
deleted file mode 100644
index eff0294a..00000000
--- a/debian/patches/debian-changes
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Autogenerated patch header for a single-debian-patch file.
- The delta against upstream is either kept as a single patch, or maintained
- in some VCS, and exported as a single patch instead of more manageable
- atomic patches.
-Forwarded: not-needed
-
----
---- /dev/null
-+++ notmuch-0.38/trial.el
-@@ -0,0 +1,4 @@
-+(profiler-start 'mem)
-+(notmuch-show "mimetype:image and date:2023")
-+(profiler-stop)
-+(profiler-report)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7bb82529..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes


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