descriptionSpread Git commits to several other servers with a single push
ownersunny@sunbase.org
last changeTue, 17 Oct 2017 08:45:16 +0000 (17 10:45 +0200)
content tags
add:
readme
A project is often stored on several hosting services like Gitorious, GitHub, repo.or.cz or similar for backup purposes. Ideally, all these repositories should be updated at the same time when pushing. If you’re using a slow Internet connection, like a mobile connection from a laptop, this process tends to be rather slow because the commits have to be pushed several times over a slow connection. Gitspread aims to solve this by pushing the commits once to a server with a fast connection, and pushing the commits to all the remotes from that server.
shortlog
2017-10-17 Øyvind A. Holmt/Makefile: clean: Delete "tmpdir"master
2017-10-17 Øyvind A. HolmShow all tests as they're executed and delete unused...
2017-10-17 Øyvind A. Holmmake: Don't run tests by default, use "make test" ...
2017-10-17 Øyvind A. HolmNEWS.md: Add "et" (expandtab) to the Vim modeline,...
2017-10-17 Øyvind A. Holmgitspreadd.t: Allow non-standard SHA1 length for git...
2015-07-19 Øyvind A. HolmFix "make test", add the t/remove_perltestnumbers script
2015-07-19 Øyvind A. HolmNEWS.md: Shorten header + add tw=72 to the Vim modeline
2015-07-19 Øyvind A. HolmMerge branch 'news-in-markdown'
2015-07-19 Øyvind A. HolmUpdate NEWS.md about, uhm, NEWS.md
2015-07-19 Øyvind A. HolmNEWS.md: Add CommonMark/Markdown syntax
2015-07-12 Øyvind A. Holmgit mv NEWS NEWS.md
2015-07-11 Øyvind A. HolmAdd '+git' to version number + update regexps to cope...
2015-07-11 Øyvind A. HolmGitspread v0.11.0v0.11.0
2015-07-11 Øyvind A. HolmMerge branch 'add-test-scripts'
2015-07-11 Øyvind A. HolmUpdate NEWS
2015-07-11 Øyvind A. Holmgit ignore t/log/
...
tags
8 years ago v0.11.0 Gitspread v0.11.0
8 years ago v0.10 Gitspread v0.10
13 years ago v0.02 Gitspread v0.02
13 years ago v0.01 Gitspread v0.01
heads
6 years ago master