aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-multipush.rb
AgeCommit message (Collapse)Author
2015-02-14Remove GIT_DIR hacks (head)Jack Nagel
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2013-10-09git-multipush 2.4rc2 / HEADMorgan Estes
Closes #23005. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-21git-multipush: use spec depsJack Nagel
2013-06-28git-multipush: remove redundant revision specJack Nagel
2012-08-27git-multipush: use new dslAdam Vandenberg
2012-05-01GitDownloadStrategy optimizationJack Nagel
The current series of fetch invocations in GitDownloadStrategy has the unfortunate behavior of fetching full history even in shallow clones that only need the history between the clone point and the remote HEAD. It should be possible to determine if it is actually necessary to fetch the full history, including all tags, and if it is not to avoid this overhead. Fixes #11958, and several other recurring problems. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01Don't set GIT_DIR when staging git clonesJack Nagel
GIT_DIR is convenient, but it does not work when both a formula and subformula try to stage a git checkout, as git will use the main formula's repository when staging the subformula. Stop setting it, and restore the kludge to the git-multipush formula. Fixes #10893. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28git-multipush: setting GIT_DIR is now unnecessaryJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03git-multipush: update to 2.3 and add HEADDaniel Bingham
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-06-23Removing git-multipush's dependency on git.Caius Durling
git may already be installed on developer's macs, so no need to reinstall it through homebrew. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-05Adding formula for git-multipushCaius Durling
Signed-off-by: David Höppner <0xffea@gmail.com>