Your message dated Wed, 14 Aug 2024 06:00:11 +0000
with message-id <e1se73l-00c5wc...@fasolo.debian.org>
and subject line Bug#911397: fixed in git-subrepo 0.4.6-1
has caused the Debian Bug report #911397,
regarding ITP: git-subrepo -- Git Submodule Alternative
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
911397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

* Package name    : git-subrepo
  Version         : 0.3.1
  Upstream Author : Ingy dot Net <i...@ingy.net>
* URL             : https://github.com/ingydotnet/git-subrepo
* License         : MIT
  Programming Lang: shell
  Description     : Git Submodule Alternative

This git command "clones" an external git repo into a subdirectory of your
repo. Later on, upstream changes can be pulled in, and local changes can be
pushed back.

This command is an improvement from git-submodule and git-subtree; two
other git commands with similar goals, but various problems.

It assumes there are 3 main roles of people interacting with a repo, and
attempts to serve them all well:

- - owner - The person who authors/owns/maintains a repo.
- - users - People who are just using/installing the repo.
- - collaborators - People who commit code to the repo and subrepos.

The git-subrepo command benefits these roles in the following ways:


* Simple and intuitive commandline usage (with tab completion).
* Users get your repo and all your subrepos just by cloning your repo
* Users do not need to install git-subrepo, ever.
* Collaborators do not need to install unless they want to push/pull.
* Collaborators know when a subdir is a subrepo (it has a .gitrepo file)
* The .gitrepo file never gets pushed back to the subrepo upstream
* Well named branches and remotes are generated for manual operations
* Owners do not deal with the complications of keeping submodules in
  sync.
* Subrepo repositories can contain subrepos themselves.
* Branching with subrepos JustWorks.
* Different branches can have different subrepos in different states,
  etc.
* Moving/renaming/deleting a subrepo subdir JustWorks.
* You can init an existing subdirectory into a subrepo.
* Your git history is kept squeaky clean.
* Upstream history (clone/pull) is condensed into a single commit.
* Pulls can use a merge, rebase or force strategies.
* You can see the subrepo history with git log subrepo/<subdir>/fetch.
* Commits pushed back upstream are not condensed (by default).
* Trivial to try any subrepo operations and then reset back.
* No configuration required.
* Does not introduce history that messes up other git commands.
* Fixes known rebase failures with git-subtree.

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEESvqqiCmYrIkee91NVGXnfnh27QQFAlvKChgQHHZhcmFjQHZh
cmFjLm5ldAAKCRBUZed+eHbtBNijD/9MSuRwEL5S3H5ILr6AN0sCxP9H7ubXvWo1
/1lEWQ4ILqHskUdbSkWeB8i5nXCOcISl0OWp1/AZ3GONhxEoaMV8zI2SD+RDc/bz
JgFNcXCV0q822ufR6o+cFYs0CwinEnIYqeIMye6CACmmhKGb5nREpijpB4E8q2li
TPHFEb33113weQ+KPPtbJcBY/IUlg30CwZuSsSiALCObRtcf+aXtyp2+1sDblI8w
4QAgj9NV6QGBX/KgLpeph5HWfacDkYPyw0vKTS4ZusvedEZw6ygZegFbthCZz9Q5
I5wkUubVKAGeflEhIOrq8EL9C6HeGpaTBmRHwIJpasZ9gM1xsBrljZ65IE1XlC+q
VVTSU1u2jJT6mo+PR12xMeHqTSdlmW65w+yEQJ8g5jYHKoM2j4Y63XJKmimlWa/9
C37jpGyRv+UXaIopZMMo4TGDkE+vTo5TiqxGOLenNImj0wa3R8plDa0Sv1jfnvd4
9d/p0Wcc01STCLOt3d3RPKy0K65QB80CIFcghgY0cjbWPR6hmxQ4/5eSYBcBwCFw
YMzpvk8hNeazdPRbtvKCOHw7lytyq7XuyBQ049IP2ve9ajzbDZmwXN19Edorx5K1
WqlZaxRpjevCAQ9F3fGYI06y5e5v8FwYZqG78Yky/D0ux4Cd8ODo3nboQ61B6fn/
CNIF59VpCQ==
=fgWu
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: git-subrepo
Source-Version: 0.4.6-1
Done: Samo Pogačnik <samo_pogac...@t-2.net>

We believe that the bug you reported is fixed in the latest version of
git-subrepo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 911...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samo Pogačnik <samo_pogac...@t-2.net> (supplier of updated git-subrepo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 21 Jun 2024 14:12:22 +0000
Source: git-subrepo
Binary: git-subrepo
Architecture: source amd64
Version: 0.4.6-1
Distribution: unstable
Urgency: medium
Maintainer: Samo Pogačnik <samo_pogac...@t-2.net>
Changed-By: Samo Pogačnik <samo_pogac...@t-2.net>
Description:
 git-subrepo - Alternative to git-submodule(1) and git-subtree(1)
Closes: 911397
Changes:
 git-subrepo (0.4.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #911397)
Checksums-Sha1:
 10256a0c56d7468096065c5d2afae47e8f10d8a5 1912 git-subrepo_0.4.6-1.dsc
 2f66c48015552efe2276ed7fbfcc1bd7e17e51c2 125035 git-subrepo_0.4.6.orig.tar.gz
 d46e144ae61adcae9b1d9b6ae5f27adafbb5659a 8544 git-subrepo_0.4.6-1.debian.tar.xz
 4ef4600c8b07b66893749e03166efc13b9da0b25 6778 
git-subrepo_0.4.6-1_amd64.buildinfo
 76cad76e670287899a3ac1ba15d24c06de09ad17 34644 git-subrepo_0.4.6-1_amd64.deb
Checksums-Sha256:
 6567b227c7467bf0e048d49f4014afa6ce8f7acd5566c153a1b349d9438f245d 1912 
git-subrepo_0.4.6-1.dsc
 6dcfce781007e7a755444c59e3622eb436e5671c197b8031eaf69fdbaea2b189 125035 
git-subrepo_0.4.6.orig.tar.gz
 f04f7bc3529d97d7a73d344b4065f368f4d9e9cb3171b7c43e30410b91b41748 8544 
git-subrepo_0.4.6-1.debian.tar.xz
 a6c061b034265df79365153efebcfa7f2a67f98031d6f4767137d6573c76a2e6 6778 
git-subrepo_0.4.6-1_amd64.buildinfo
 a87812d1dca8e9244b61090ea0d3d7c27b9c28c842253b21648f9c1f67a10ef8 34644 
git-subrepo_0.4.6-1_amd64.deb
Files:
 c779b6c11df9e57cee2185252ca507b4 1912 vcs optional git-subrepo_0.4.6-1.dsc
 f1212633c7dc298dcb9c1cb3d30e0445 125035 vcs optional 
git-subrepo_0.4.6.orig.tar.gz
 6a902b24c70788ef08a6361ddb187970 8544 vcs optional 
git-subrepo_0.4.6-1.debian.tar.xz
 e1cf4e3c833b4361e5023f55bdbd8e04 6778 vcs optional 
git-subrepo_0.4.6-1_amd64.buildinfo
 439fd292fd4bfc0bebeabb4c714c0e2d 34644 vcs optional 
git-subrepo_0.4.6-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEV6G/FbT2+ZuJ7bKf05SBrh55rPcFAmas9R0ACgkQ05SBrh55
rPdXzxAAlS/55nrnl0N7dLEsOymZdC4eiXxr+Fj9lO6j6a4kyxqPFwO1BiJOBSJj
wmVMqLU73uPxpp+21gI2Rhp8QFCxr4LnNKvI9ubBQ+GNxWquCCQ/QjUGvFC4Vu18
lnWRbgxbCViqAu6VPxO739wqy5V+tQ4e7uGbypWSNMLLEo+RWP8IXM1J4OKyP22W
L51AqeBT3LfC0fLGGmY4LS/2p9DXAcjh6odYWLfgGvow+w51uem+Bcr6NUX/A9xw
0djXhf6YeUSD1rv9ZBrSScakl54PoflWn1gup6Q9ZcByv8ELaYdaoPg8G7RGGagw
Z28b9tyrF83y3uhJW69+k36Qo6ZFO51nSBZ58gsoXjdisTfwcz335DpcXYcsD83f
u0hsEpQ+H6Y6XVoUMYlMONTjSNfeiAaekTwVgn8KaXrzh5XWEDv4VapfWbhtQ2k7
Qtn1rMklho+8SjNelTzsYOxI2dTG+mn0AYdvHv8aANpEK1qYmtEo+V7+7cPLeoZZ
B3yb32FZROO6hQHxv5MF76HCegXguKwBKv+x26d756CQdhiEcmwVjhUH5XxWBcWs
cT/QQzuCXE5qwnUzN+WiVubRfoyZl03r7MC2JuJtttC0v28DHHMYuU7GUZlKQ13Y
4DnjzROoP7i/BUwp6Hz4fwIjPnsJIJqQV2AqkE+QnrJLgxaddSw=
=8zRD
-----END PGP SIGNATURE-----

Attachment: pgpAZrHIR3tII.pgp
Description: PGP signature


--- End Message ---

Reply via email to