summaryrefslogtreecommitdiff
path: root/builtin-push.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fg/push-default'Junio C Hamano2009-03-261-5/+71
|\
| * builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard2009-03-251-1/+1
| * Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-171-0/+23
| * New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-5/+48
* | Give error when no remote is configuredDaniel Barkalow2009-03-101-2/+5
|/
* Merge branch 'maint'Shawn O. Pearce2008-10-081-1/+1
|\
| * git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-081-1/+1
* | Make push more verbose about illegal combination of optionsMarek Zawirski2008-08-171-2/+11
|/
* builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio2008-07-201-21/+8
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Add a remote.*.mirror configuration optionPaolo Bonzini2008-04-201-8/+16
* Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-201-9/+0
* push: indicate partialness of error messageJeff King2008-02-191-1/+1
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-0/+9
|\
| * push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-181-0/+9
* | Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-141-2/+12
|\ \ | |/ |/|
| * git-push: plumb in --mirror modeAndy Whitcroft2007-11-091-2/+12
* | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-111-0/+2
|/
* Use parseopts in builtin-pushDaniel Barkalow2007-11-051-52/+36
* Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-161-3/+5
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-1/+5
|\
| * Add a --dry-run option to git-push.Brian Ewins2007-10-151-2/+8
* | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-191-4/+4
* | Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-191-1/+1
* | Push code for transport libraryDaniel Barkalow2007-09-191-61/+21
|/
* Make --no-thin the default in git-push to save server resourcesShawn O. Pearce2007-09-101-1/+1
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-261-111/+22
* Update local tracking refs when pushingDaniel Barkalow2007-05-201-2/+7
* Move remote parsing into a library file out of builtin-push.Daniel Barkalow2007-05-201-170/+20
* git-push to multiple locations does not stop at the first failureJunio C Hamano2007-04-071-7/+8
* git-push reports the URL after failing.Junio C Hamano2007-04-071-0/+2
* Use RUN_GIT_CMD to run push backendsShawn O. Pearce2007-03-121-3/+3
* Remove unused run_command variantsShawn O. Pearce2007-03-111-1/+1
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-2/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-9/+9
* git-push: allow globbing wildcard refspec.Junio C Hamano2007-02-061-32/+82
* rename --exec to --receive-pack for push and send-packUwe Kleine-König2007-01-191-10/+14
* make --exec=... option to git-push configurableUwe Kleine-König2007-01-191-0/+11
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-191-1/+1
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-301-1/+1
* git-push: accept tag <tag> as advertised.Junio C Hamano2006-12-131-5/+30
* Merge branch 'lt/push-config'Junio C Hamano2006-11-041-1/+11
|\
| * git push: add verbose flag and allow overriding of default target repositoryLinus Torvalds2006-10-301-1/+11
* | Merge branch 'master' into lj/refsJunio C Hamano2006-10-021-4/+4
|\ \ | |/
| * Merge branch 'maint'Junio C Hamano2006-10-021-4/+4
| |\
| | * git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano2006-10-021-4/+4
* | | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* | | Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
|/ /
* | Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-5/+5
* | avoid to use error that shadows the function name, use err instead.Pierre Habouzit2006-08-231-5/+5