notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 96f020cca43691230b763d329dc9e7d7902c3a3e (patch)
   parent 0a257901 changelog for 0.38-2~bpo12+1
     tree 4725a4b8e2cfa816bd3f7edf3bc1eb4825d9ec00
   author David Bremner <david@tethera.net>  2023-09-19 07:59:32 -0300
committer David Bremner <david@tethera.net>  2023-09-19 07:59:32 -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 insertions(+)

diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
new file mode 100644
index 00000000..eff0294a
--- /dev/null
+++ b/debian/patches/debian-changes
@@ -0,0 +1,14 @@
+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
new file mode 100644
index 00000000..7bb82529
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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