1
0
Fork 0
mirror of https://github.com/clockfort/GitHub-Backup.git synced 2025-03-09 00:00:03 +01:00

Commit graph

  • 9887a96b9f Merge pull request #9 from stv0g/master Chris Lockfort 2013-08-27 10:59:21 -07:00
  • d694a3c27e Merge 5aef303f26 into 458aa46501 Steffen Vogel 2013-08-27 06:31:17 -07:00
  • 5aef303f26 code cleanup: fixed indentions added comments Steffen Vogel 2013-08-27 15:30:42 +02:00
  • a3507dcfe6 added password authentification in case you're getting rate limited Steffen Vogel 2013-08-27 15:26:18 +02:00
  • 0014d6a4a3 adding github repo details to repo config (useful for gitweb, cgit, etc..) Steffen Vogel 2013-08-27 15:17:50 +02:00
  • 6a092ffdf9 bugfix: do not alter objects, as these changes are global Steffen Vogel 2013-08-27 13:33:41 +02:00
  • 458aa46501 Merge pull request #8 from dougt/use_chdir_not_cd Chris Lockfort 2013-08-19 05:11:16 -07:00
  • 4cff27dcd4 Merge c8cb9b4bdf into 11c003c6af Doug Turner 2013-08-18 22:32:12 -07:00
  • c8cb9b4bdf update_repo must use os.chdir(). calling os.system(cd Doug Turner 2013-08-18 22:29:41 -07:00
  • 11c003c6af Update README.markdown Chris Lockfort 2013-08-01 17:03:16 -07:00
  • 0a6211f4d0 Merge pull request #7 from stv0g/master Chris Lockfort 2013-08-01 16:57:42 -07:00
  • 77024ac3a3 Merge 84e23c696c into cea9fc9c4b Steffen Vogel 2013-08-01 16:30:41 -07:00
  • 84e23c696c fixed small typo Steffen Vogel 2013-08-02 01:29:37 +02:00
  • 3742232295 some code cleanup Steffen Vogel 2013-08-02 01:21:55 +02:00
  • bd8abb797c added support for path suffix: this might be usefull for bare repo's which mostly ending with '.git' Steffen Vogel 2013-08-02 01:00:43 +02:00
  • b68463bc6a added support for extra git arguments Steffen Vogel 2013-08-02 00:50:54 +02:00
  • ee763dfcb6 added support for bare mirror repositories Steffen Vogel 2013-08-02 00:43:49 +02:00
  • eff3bc2246 added dependency section in readme Steffen Vogel 2013-08-02 00:18:43 +02:00
  • c40bc30ad8 Merge 609c20468f into cea9fc9c4b Anthony Gargiulo 2013-07-23 13:03:30 -07:00
  • 609c20468f Update github-backup.py Anthony Gargiulo 2013-07-23 16:02:48 -04:00
  • cea9fc9c4b Merge pull request #5 from sjs7007/master Chris Lockfort 2013-07-15 02:49:57 -07:00
  • 2463280d95 Merge e55e123f54 into b7ed3bdc2b S J Saravanan 2013-07-15 02:43:00 -07:00
  • e55e123f54 Fixed string parsing logic Fixed this error which used to come up previously :- Traceback (most recent call last): File "github-backup.py", line 55, in <module> main() File "github-backup.py", line 22, in main process_repo(repo, args) File "github-backup.py", line 45, in process_repo print("Processing repo: {}".format(repo.full_name)) ValueError: zero length field name in format S J Saravanan 2013-07-15 15:03:46 +05:30
  • b7ed3bdc2b Update README.markdown Chris Lockfort 2013-07-14 21:43:10 -07:00
  • 964c8775c1 Update README.markdown Chris Lockfort 2013-07-14 21:42:08 -07:00
  • 5e7eb18b08 Update README.markdown Chris Lockfort 2013-07-14 21:41:46 -07:00
  • ee4b0532d8 Merge pull request #4 from gambogi/patch-1 Chris Lockfort 2013-07-14 21:40:23 -07:00
  • f99cbbcc91 Merge 49ac247944 into de0753ccfa Matt Gambogi 2013-07-14 20:33:30 -07:00
  • 49ac247944 Update README.markdown Matt Gambogi 2013-07-14 23:33:13 -04:00
  • de0753ccfa new GitHub APIv3 version Chris Lockfort 2012-06-27 13:52:49 -04:00
  • 728e81d5a2 Merge pull request #1 from ComputerScienceHouse/gh-api-v3 Anthony Gargiulo 2012-06-23 14:06:02 -07:00
  • 0aeee6d91b updated the README Anthony Gargiulo 2012-06-23 16:58:55 -04:00
  • 03e3982ef3 the process_repo function works Anthony Gargiulo 2012-06-23 15:49:34 -04:00
  • 8a2c44245e moved the setup of the parser to a function Anthony Gargiulo 2012-06-23 15:48:44 -04:00
  • 762aa093e0 Switching back to python 2.x for now Anthony Gargiulo 2012-06-23 14:59:50 -04:00
  • 0330e39d96 This file is made obsolete by github-backup.py. Anthony Gargiulo 2012-06-23 13:24:48 -04:00
  • 7a874e281d moved the code into a main method because it's more sane. Anthony Gargiulo 2012-06-18 18:18:54 -04:00
  • a248ae726d Works with new repos. Still need to make it update existing repos. As of right now, it will just fail because git will fail to clone into a non-empty directory. Anthony Gargiulo 2012-06-18 01:15:54 -04:00
  • 8781e10f1a Initial commit of this file. Not much done here yet though Anthony Gargiulo 2012-06-16 02:24:45 -04:00
  • 348bbc40f6 fixed a hardcoding mistake and accomodate for https Chris Lockfort 2011-10-24 16:04:33 -04:00
  • d3fc2d3f23 Merge branch 'master' of github.com:clockfort/GitHub-Backup Chris Lockfort 2010-08-02 18:10:55 -04:00
  • b3284f55ae Added in-file usage information, and software license information. Chris Lockfort 2010-08-02 13:30:10 -04:00
  • 3e05e1680b whoops, had an old hardcoded directory. Guess I should dogfood more often. Chris Lockfort 2010-08-01 17:09:00 -07:00
  • 85d276a4e5 minor changes to error handling Chris Lockfort 2010-07-13 14:33:45 -04:00
  • 79102ef5d2 More informative readme. Chris Lockfort 2010-07-13 14:29:27 -04:00
  • 0088737687 markdown being finnicky Chris Lockfort 2010-07-13 14:26:01 -04:00
  • 9fa7a0cade Added a readme. Chris Lockfort 2010-07-13 14:20:48 -04:00
  • 0ec4945740 Little rough around the edges, but it works. Chris Lockfort 2010-07-13 14:04:24 -04:00