After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 413284 - jhbuild -D doesn't work with git repositories (patch)
jhbuild -D doesn't work with git repositories (patch)
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2007-03-01 00:31 UTC by Ian Bicking
Modified: 2007-04-07 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for git -D support (3.47 KB, patch)
2007-03-01 00:34 UTC, Ian Bicking
committed Details | Review

Description Ian Bicking 2007-03-01 00:31:03 UTC
date-based checkouts don't work with git repositories (patch to fix)

The patch is a little indirect, but after discussion on #git this seems like the closest way to do it -- there's nothing like CVS -D or svn -r.
Comment 1 Ian Bicking 2007-03-01 00:34:25 UTC
Created attachment 83609 [details] [review]
patch for git -D support
Comment 2 Frederic Peters 2007-04-07 14:48:53 UTC
Thanks for this patch, I just applied it.

2007-04-07  Frederic Peters  <fpeters@0d.be>

        * jhbuild/versioncontrol/git.py: added support for date-based checkout
        in git (closes: #413284, patch by Ian Bicking)