Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

stgit-1.5-bp155.1.7 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: stgit Distribution: SUSE Linux Enterprise 15 SP5
Version: 1.5 Vendor: openSUSE
Release: bp155.1.7 Build date: Mon May 22 13:24:43 2023
Group: Development/Tools/Version Control Build host: goat05
Size: 954414 Source RPM: stgit-1.5-bp155.1.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://stacked-git.github.io
Summary: Stacked GIT - Source Code Management Tool
StGIT is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of GIT. These
operations are performed using GIT commands and the patches are stored
as GIT commit objects, allowing easy merging of the StGIT patches into
other repositories using standard GIT functionality.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Mar 27 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.5:
    * Add Makefile targets for installing shell completions
    * stg rebase --interactive learns ‘hide’ instruction
    * Picked patch names are preserved when possible (#175)
    * Replace --unapplied option with --noapply for stg pick (#174)
    * stg pick --noapply no longer reverses patch order (#174)
    * Use stg version uses sys.executable to get Python version.
    * Repair stg repair with amended first patch (#163)
    * Repair corner cases where invalid patchnames could be generated by stg new,
      stg uncommit, etc. (#176)
    * stg mail could crash due to a misspelled reference (#178)
    * Zsh completion for stg refresh -p now completes against all patches (not
      just applied patches).
    * Zsh gains missing completion for stg push --noapply
    * Minor repair to help for stg float --noapply and stg push --noapply
    * Restore stg sink --nopush capability.
    * The new stg import --message-id option causes the Message-ID from imported
      emails to be included as the Message-Id trailer in the patch description
    * The new ‘stgit.import.message-id’ config option also enables the Message-Id
      trailer
    * stg import no longer creates “Message-Id” trailer by default when importing
      patches from email
    * StGit works with Python 3.10
    * stg version prints a more abbreviated Python version
      stg commit will no longer commit empty patches by default; the
    - -allow-empty option may be used to override this behavior (#158)
    * The stgit.main.main() function now takes an argv parameter and returns an
      int return code in most cases instead of calling sys.exit(), thus making
      main() a bit easier to use as an API.
    * Repair stack upgrade with stg branch --list (#155)
    * Repair crash in stg squash with out of order patches and no name specified (#157)
    * Zsh completions learn stg float --noapply option
    * Zsh completion for stg sink now allows multiple patches
    * Repair crash regression when using stgit.autosign
    * stg rebase learns --interactive; easily re-order, edit, squash, fixup, or
      delete patches via your editor
    * stg rebase learns --autostash; stash changes before the rebase and apply
      them after. Also configurable with the stgit.autostash configuration option
    * stg edit can now rename patches
    * stg edit gains helpful instructions
    * stg new learns --verbose, which includes a diff in the editor window
      (similar to git commit --verbose). This behavior is also configurable with
      the stgit.new.verbose configuration option
    * stg push and stg float learn --noapply option; allows patches to be
      reordered without updating worktree and deferring merge conflict resolution
    * stg edit, stg refresh, and stg new learn the --sign-by, --ack-by, and
    - -review-by options which allow those respective trailers' values to be
      specified by the user on the command line
    * Stack metadata version 5; stack metadata is moved from
      refs/heads/<branch>.stgit to refs/stacks/<branch> and the stack metadata
      file now uses a JSON format instead of the prior custom format; the stack
      metadata will be upgraded to v5 on first use of this version of StGit; like
      all stack metadata upgrades, this is a one-way auto-upgrade for existing
      stacks
    * Use setuptools instead of distutils for packaging
    * No git or python version checks in setup.py
    * Use different dynamic versioning system
    * Install stg executable as console_script entry point
    * More sophisticated search for bash.exe on Windows when running hooks
    * The editor window text for stg squash has been modified to mirror git’s
      behavior – the squash edit message now includes all commits
    * Binary diffs are no longer shown when with stg edit -d
    * Multiple trailers can now be added at once; this is now allowed, for
      example: stg edit --sign --review --ack
    * Update zsh completion for stg rebase to show local and remote heads (#102)
    * Zsh completions for commands with patch arguments now comprehend the effect
      of -b/--branch and -B/--ref-branch
    * Zsh completions now guard patch names–one less TAB press to complete patch
      names in certain contexts
    * stg import now extracts the Message-ID email header into the patch message
    * Repair crash when attempting to export empty patch
    * Exact command name matches are unambiguous
    * Exiting with an empty stg edit editor will now abort the edit; previously
      it would delete your commit message.
    * Repair completions when stg.series.description is enabled in config
    * Workaround child process reaping race on Windows
    * Repair crash with stg float --series when bad patch name in series
    * Repair zsh completion for stg float to accept multiple patch names
    * StGit GPG-signs patches when commit.gpgsign is set
    * Support core.hooksPath in git config
    * Add -C option for stg import and stg fold
    * Allow importing mail and series from urls
    * stg refresh --edit may also use --diff and --diff-opts
    * stg goto allows sha1 of a patch instead of patch name
    * Repair hang in stg pull -m, stg goto -m, and stg push -m
    * Repair stg mail to show diffstat of whole series
    * Repair MANIFEST.in to include AUTHORS.md and README.md files
    * Drop support for Python < 3.5
    * Remove previously deprecated stg publish command
    * Removed contrib scripts: stg-swallow, stg-fold-files-from, stg-dispatch,
      stg-whatchanged, and stg-show-old
    * The pre-commit hook is now run for stg refresh
    * New --spill option for stg refresh
    * Add stgit.series.description config option
    * Official support for Python versions up to 3.9
    * Stack metadata format 4. All metadata now kept in Git objects; no more
      stack state files in .git/patches. A one-way auto-upgrade to format version
      4 will occur when StGit commands are run on an existing StGit branch.
    * Use python3 in shebangs instead of python
    * contrib/stgbashprompt.sh is no longer executable
    * Internal docstrings now use reStructuredText instead of Epytext
    * Importing large patches is much, much faster
    * Other performance improvements when dealing with large patches
    * Repair diffstat when outside work tree root
    * Use encoded (string) environment variables on Windows
    * Fix stg pull when no upstream is configured
    * Fix refresh crash with path limiting and files added to index
    * Repair new with patchdescr.template crash
    * Repair log from worktree subdir with patches specified
    * Repair import allowing/generating duplicate patch names
    * Repair mail --auto to strip comments after addrs
* Tue Nov 10 2020 Dario Faggioli <dfaggioli@suse.com>
  - Move to latest version, 0.23
    * `stg mail` was not working in v. 0.21, due to TLS issue. It
      does in 0.23
    * while there, update the URL
  - Add patch stgbashprompt-noexec.patch
    * so rpmlint won't complain about executable without '#!'
* Fri Jan 17 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Create .pyc files reproducibly (boo#1049186)
* Mon Jan 13 2020 tiwai@suse.de
  - Revive asciidoc; will be replaced or dropped later, depending on
    the general solution of asciidoc support on TW
* Mon Jan 13 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.21:
    * Build reproducibility repairs (Thanks reproducible-builds.org team!)
    * Faster handling of large patches (#44)
    * Python can now be run with optimizations (python -O)
    * stg log now prints trailing newline
    * Improved command line option parsing for stg log
* Mon Jan 13 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Switch to python3 to build
  - Disable documentation generating using asciidoc as that requires
    python2
* Thu Aug 08 2019 Mikhail Terekhov <termim@gmail.com>
  - updated to version 0.19
    - - Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
      and 3.7. PyPy interpreters are also supported.
    - - Submodules are now ignored when checking if working tree is
      clean. Submodules are also not included by default when refreshing a
      patch.
    - - Config booleans are now parsed similarly to git-config.
    - - contrib/stgit.el is now licenced with GPLv2.
    - - Repair handling of emails with utf-8 bodies containing latin-1
      characters. Also correctly decode email headers containing quoted encoded
      words.
    - - StGit's version is now correct/available the release archive.
    - - Add continuous integration (travis-ci) and code coverage (coveralls) support.
    - - Many new test cases were added.
  - updated to version 0.18
    - - commit-msg hook support for easier integration with Gerrit, allowing a
      Change-Id line to be inserted in the commit message.
    - - stg mail improvements for Suggested-by: tag and auto generation of Cc
      for the cover letter based on all tags in the series.
    - - stg mail bash completion for the -to, -cc and -bcc options based on
      the content of the [mail "alias"] section of GIT configuration.
    - - stg edit -review option to add a Reviewed-by: tag.
    - - stg pop -spill functionality to allow popping a patch from the stack
      while keeping its modification in the tree.
    - - Various fixes and test coverage improvements.
    - - Project page details updated (gna.org has been shut down).
* Wed Mar 30 2016 mpluskal@suse.com
  - Use url for source
  - Add gpg signature
  - Cleanup spec file with spec-cleaner
* Wed Oct 02 2013 david.bahi@emc.com
  - updated to version 0.17.1
    - - Fix dirty index errors when resolving conflicts.
    - - Test suite improvements.
    - - Print tracebacks to stderr.
    - - Run test suite in parallel.
    - - Fix --authdate date parsing.
  - changes from version 0.16 to 0.17
    - - Make refresh warn when the index is dirty
    - - Template updates to not hardcode whitespace
    - - Properly generate mbox formats when attaching patches
    - - Added new option to attach and inline patches when sending mail
    - - Various bugfixes and tiny improvements
* Tue Feb 28 2012 tiwai@suse.de
  - updated to version 0.16:
    * Several improvements to the Emacs mode (stgit.el).
    * UI adjustments to better match the Git commands.
    * "stg status" is an alias for "git status".
    * "stg reset --hard" behaves similarly to the corresponding git
      command and option.
    * "stg branch --cleanup" option to remove the StGit metadata for
      a given branch.
    * "stg mail" can use "git send-email" directly.
    * Vim syntax highlighting for StGit commit messages.
    * Many bug-fixes.

Files

/usr/bin/stg
/usr/lib/python3.6/site-packages/stgit
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/stgit-1.5-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/stgit/__init__.py
/usr/lib/python3.6/site-packages/stgit/__main__.py
/usr/lib/python3.6/site-packages/stgit/__pycache__
/usr/lib/python3.6/site-packages/stgit/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/argparse.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/exception.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/out.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/pager.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/run.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/templates.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/_version.py
/usr/lib/python3.6/site-packages/stgit/argparse.py
/usr/lib/python3.6/site-packages/stgit/commands
/usr/lib/python3.6/site-packages/stgit/commands/__init__.py
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/branch.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clean.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clone.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/cmdlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/commit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/delete.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/diff.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/edit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/export.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/files.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/float.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/fold.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/goto.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/hide.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/id.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/imprt.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/init.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/mail.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/new.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/next.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/patches.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pick.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pop.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/prev.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pull.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/push.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/redo.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/refresh.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rename.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/repair.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/reset.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/series.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/show.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sink.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/squash.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sync.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/top.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/uncommit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/undo.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/unhide.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/branch.py
/usr/lib/python3.6/site-packages/stgit/commands/clean.py
/usr/lib/python3.6/site-packages/stgit/commands/clone.py
/usr/lib/python3.6/site-packages/stgit/commands/cmdlist.py
/usr/lib/python3.6/site-packages/stgit/commands/commit.py
/usr/lib/python3.6/site-packages/stgit/commands/common.py
/usr/lib/python3.6/site-packages/stgit/commands/delete.py
/usr/lib/python3.6/site-packages/stgit/commands/diff.py
/usr/lib/python3.6/site-packages/stgit/commands/edit.py
/usr/lib/python3.6/site-packages/stgit/commands/export.py
/usr/lib/python3.6/site-packages/stgit/commands/files.py
/usr/lib/python3.6/site-packages/stgit/commands/float.py
/usr/lib/python3.6/site-packages/stgit/commands/fold.py
/usr/lib/python3.6/site-packages/stgit/commands/goto.py
/usr/lib/python3.6/site-packages/stgit/commands/hide.py
/usr/lib/python3.6/site-packages/stgit/commands/id.py
/usr/lib/python3.6/site-packages/stgit/commands/imprt.py
/usr/lib/python3.6/site-packages/stgit/commands/init.py
/usr/lib/python3.6/site-packages/stgit/commands/log.py
/usr/lib/python3.6/site-packages/stgit/commands/mail.py
/usr/lib/python3.6/site-packages/stgit/commands/new.py
/usr/lib/python3.6/site-packages/stgit/commands/next.py
/usr/lib/python3.6/site-packages/stgit/commands/patches.py
/usr/lib/python3.6/site-packages/stgit/commands/pick.py
/usr/lib/python3.6/site-packages/stgit/commands/pop.py
/usr/lib/python3.6/site-packages/stgit/commands/prev.py
/usr/lib/python3.6/site-packages/stgit/commands/pull.py
/usr/lib/python3.6/site-packages/stgit/commands/push.py
/usr/lib/python3.6/site-packages/stgit/commands/rebase.py
/usr/lib/python3.6/site-packages/stgit/commands/redo.py
/usr/lib/python3.6/site-packages/stgit/commands/refresh.py
/usr/lib/python3.6/site-packages/stgit/commands/rename.py
/usr/lib/python3.6/site-packages/stgit/commands/repair.py
/usr/lib/python3.6/site-packages/stgit/commands/reset.py
/usr/lib/python3.6/site-packages/stgit/commands/series.py
/usr/lib/python3.6/site-packages/stgit/commands/show.py
/usr/lib/python3.6/site-packages/stgit/commands/sink.py
/usr/lib/python3.6/site-packages/stgit/commands/squash.py
/usr/lib/python3.6/site-packages/stgit/commands/sync.py
/usr/lib/python3.6/site-packages/stgit/commands/top.py
/usr/lib/python3.6/site-packages/stgit/commands/uncommit.py
/usr/lib/python3.6/site-packages/stgit/commands/undo.py
/usr/lib/python3.6/site-packages/stgit/commands/unhide.py
/usr/lib/python3.6/site-packages/stgit/compat.py
/usr/lib/python3.6/site-packages/stgit/completion
/usr/lib/python3.6/site-packages/stgit/completion/__init__.py
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/bash.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/fish.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/bash.py
/usr/lib/python3.6/site-packages/stgit/completion/fish.py
/usr/lib/python3.6/site-packages/stgit/config.py
/usr/lib/python3.6/site-packages/stgit/exception.py
/usr/lib/python3.6/site-packages/stgit/lib
/usr/lib/python3.6/site-packages/stgit/lib/__init__.py
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/edit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/objcache.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stack.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stackupgrade.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/transaction.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/edit.py
/usr/lib/python3.6/site-packages/stgit/lib/git
/usr/lib/python3.6/site-packages/stgit/lib/git/__init__.py
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/branch.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/date.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/iw.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/objects.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/person.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/repository.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/base.py
/usr/lib/python3.6/site-packages/stgit/lib/git/branch.py
/usr/lib/python3.6/site-packages/stgit/lib/git/date.py
/usr/lib/python3.6/site-packages/stgit/lib/git/iw.py
/usr/lib/python3.6/site-packages/stgit/lib/git/objects.py
/usr/lib/python3.6/site-packages/stgit/lib/git/person.py
/usr/lib/python3.6/site-packages/stgit/lib/git/repository.py
/usr/lib/python3.6/site-packages/stgit/lib/log.py
/usr/lib/python3.6/site-packages/stgit/lib/objcache.py
/usr/lib/python3.6/site-packages/stgit/lib/stack.py
/usr/lib/python3.6/site-packages/stgit/lib/stackupgrade.py
/usr/lib/python3.6/site-packages/stgit/lib/transaction.py
/usr/lib/python3.6/site-packages/stgit/main.py
/usr/lib/python3.6/site-packages/stgit/out.py
/usr/lib/python3.6/site-packages/stgit/pager.py
/usr/lib/python3.6/site-packages/stgit/run.py
/usr/lib/python3.6/site-packages/stgit/templates
/usr/lib/python3.6/site-packages/stgit/templates.py
/usr/lib/python3.6/site-packages/stgit/templates/covermail.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/mailattch.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchandattch.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchexport.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchmail.tmpl
/usr/lib/python3.6/site-packages/stgit/utils.py
/usr/share/doc/packages/stgit
/usr/share/doc/packages/stgit/CHANGELOG.md
/usr/share/doc/packages/stgit/CONTRIBUTING.md
/usr/share/doc/packages/stgit/TODO
/usr/share/licenses/stgit
/usr/share/licenses/stgit/COPYING
/usr/share/man/man1/stg-branch.1.gz
/usr/share/man/man1/stg-clean.1.gz
/usr/share/man/man1/stg-clone.1.gz
/usr/share/man/man1/stg-commit.1.gz
/usr/share/man/man1/stg-delete.1.gz
/usr/share/man/man1/stg-diff.1.gz
/usr/share/man/man1/stg-edit.1.gz
/usr/share/man/man1/stg-export.1.gz
/usr/share/man/man1/stg-files.1.gz
/usr/share/man/man1/stg-float.1.gz
/usr/share/man/man1/stg-fold.1.gz
/usr/share/man/man1/stg-goto.1.gz
/usr/share/man/man1/stg-hide.1.gz
/usr/share/man/man1/stg-id.1.gz
/usr/share/man/man1/stg-import.1.gz
/usr/share/man/man1/stg-init.1.gz
/usr/share/man/man1/stg-log.1.gz
/usr/share/man/man1/stg-mail.1.gz
/usr/share/man/man1/stg-new.1.gz
/usr/share/man/man1/stg-next.1.gz
/usr/share/man/man1/stg-patches.1.gz
/usr/share/man/man1/stg-pick.1.gz
/usr/share/man/man1/stg-pop.1.gz
/usr/share/man/man1/stg-prev.1.gz
/usr/share/man/man1/stg-pull.1.gz
/usr/share/man/man1/stg-push.1.gz
/usr/share/man/man1/stg-rebase.1.gz
/usr/share/man/man1/stg-redo.1.gz
/usr/share/man/man1/stg-refresh.1.gz
/usr/share/man/man1/stg-rename.1.gz
/usr/share/man/man1/stg-repair.1.gz
/usr/share/man/man1/stg-reset.1.gz
/usr/share/man/man1/stg-series.1.gz
/usr/share/man/man1/stg-show.1.gz
/usr/share/man/man1/stg-sink.1.gz
/usr/share/man/man1/stg-squash.1.gz
/usr/share/man/man1/stg-sync.1.gz
/usr/share/man/man1/stg-top.1.gz
/usr/share/man/man1/stg-uncommit.1.gz
/usr/share/man/man1/stg-undo.1.gz
/usr/share/man/man1/stg-unhide.1.gz
/usr/share/man/man1/stg.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024