mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #49] Archive Method: Add git repository archiving for github, bitbucket, and gitlab URLs #1542
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pirate on GitHub (Nov 2, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/49
Great suggestion by @FiloSottile !
@pirate commented on GitHub (Jan 11, 2019):
This is done in
0df0987, let me know if you run into any troubles with it by commenting here or opening a new issue.@FiloSottile commented on GitHub (Jan 13, 2019):
Maybe also pass --mirror to git clone.
@pirate commented on GitHub (Jan 13, 2019):
Good idea. Just added it
321cded.@0x326 commented on GitHub (Sep 12, 2020):
@pirate I noticed the
--mirroroption is no longer onmaster. Since there are perhaps two use cases (non-Git users just access the source code via HTTP; Git users might use the archive as a read-only Git remote), could there be a second archive extractor with that saves the Git history using the--mirrorflag?@pirate commented on GitHub (Sep 13, 2020):
That is indeed correct, I changed it because I was having difficulty using the
--mirroroutput in a different extractor I was planning, but I can add an option back to re-enable it.Would you be ok with a config flag to choose whether you want
--mirroror not @0x326? (I'd like to avoid an extra extractor if possible)@0x326 commented on GitHub (Sep 14, 2020):
@pirate I think a config flag would be a good idea