This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 37592835c4 doc: Add agitjo under the ’perfect setup’ section.
37592835c4 is described below
commit 37592835c4315b34a58017df331a8a2c6c3edcac
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri May 8 20:19:34 2026 +0200
doc: Add agitjo under the ’perfect setup’ section.
This is a complement to the AGit workflow included in "Submitting
Patches".
* doc/guix.texi: Mention ‘emacs-agitjo’ in the ’Emacs’ subsection.
Merges guix/guix!8445
Change-Id: Ia49a0da71e8b08e252ff4dd996c414173920ecac
---
doc/contributing.texi | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 7c5cb4a6db..1ac8833997 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -618,6 +618,33 @@ enhance @code{scheme-mode} and Geiser.
@xref{Introduction,,,
emacs-guix, Emacs-Guix Reference Manual}, to make sure you don't miss
out!
+@unnumberedsubsubsec Submitting Pull Requests Following the AGit Workflow
+
+@cindex AGit workflow, for pull requests (Emacs).
+@url{https://codeberg.org/halvin/agitjo, Agitjo} is a helper to ease
+AGit workflow based patch submission (@pxref{Submitting Patches}).
+Install it with:
+
+@example
+guix install emacs-agitjo
+@end example
+
+Assuming your local checkout is on the branch containing the changes you
+would like to submit for inclusion in the @code{master} branch, use
+@command{M-x agitjo-push} then:
+
+@itemize
+@item
+Set options like the title @option{-t} and the session identifier
+@option{-s}.
+@item
+Invoke one of the push commands to execute a @command{git push} operation.
+@end itemize
+
+When creating a new pull request, a dedicated buffer will open for
+drafting a description. The force-push option @option{-f} is enabled to
+push changes to the existing pull request.
+
@unnumberedsubsubsec Taming Boilerplate with Templates
@cindex code snippets