aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-push.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-08Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt1-1/+1
2008-08-17Make push more verbose about illegal combination of optionsMarek Zawirski1-2/+11
2008-07-20builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio1-21/+8
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini1-8/+16
2008-02-20Resolve value supplied for no-colon push refspecsDaniel Barkalow1-9/+0
2008-02-19push: indicate partialness of error messageJeff King1-1/+1
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+9
2007-11-18push: support pushing HEAD to real branch nameSteffen Prohaska1-0/+9
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano1-2/+12
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska1-0/+2
2007-11-09git-push: plumb in --mirror modeAndy Whitcroft1-2/+12
2007-11-05Use parseopts in builtin-pushDaniel Barkalow1-52/+36
2007-10-16Fix 'push --all branch...' error handlingShawn O. Pearce1-3/+5
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-1/+5
2007-10-15Add a --dry-run option to git-push.Brian Ewins1-2/+8
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce1-4/+4
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce1-1/+1
2007-09-19Push code for transport libraryDaniel Barkalow1-61/+21
2007-09-10Make --no-thin the default in git-push to save server resourcesShawn O. Pearce1-1/+1
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow1-111/+22
2007-05-20Update local tracking refs when pushingDaniel Barkalow1-2/+7
2007-05-20Move remote parsing into a library file out of builtin-push.Daniel Barkalow1-170/+20
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano1-7/+8
2007-04-07git-push reports the URL after failing.Junio C Hamano1-0/+2
2007-03-12Use RUN_GIT_CMD to run push backendsShawn O. Pearce1-3/+3
2007-03-11Remove unused run_command variantsShawn O. Pearce1-1/+1
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-9/+9
2007-02-06git-push: allow globbing wildcard refspec.Junio C Hamano1-32/+82
2007-01-19rename --exec to --receive-pack for push and send-packUwe Kleine-König1-10/+14
2007-01-19make --exec=... option to git-push configurableUwe Kleine-König1-0/+11
2007-01-19Update documentation of fetch-pack, push and send-packUwe Kleine-König1-1/+1
2006-12-30Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce1-1/+1
2006-12-13git-push: accept tag <tag> as advertised.Junio C Hamano1-5/+30
2006-11-04Merge branch 'lt/push-config'Junio C Hamano1-1/+11
2006-10-30git push: add verbose flag and allow overriding of default target repositoryLinus Torvalds1-1/+11
2006-10-02Merge branch 'master' into lj/refsJunio C Hamano1-4/+4
2006-10-02Merge branch 'maint'Junio C Hamano1-4/+4
2006-10-02git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano1-4/+4
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-2/+2
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-5/+5
2006-08-23avoid to use error that shadows the function name, use err instead.Pierre Habouzit1-5/+5
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
2006-08-14builtin-push.c cleanupDavid Rientjes1-4/+2
2006-08-03Fixup command names in some usage strings.Ramsay Allan Jones1-1/+1
2006-08-02git-push: allow -f as an alias for --forceJeff King1-2/+2
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-06-05builtin-push: don't pass --thin to HTTP transportNick Hengeveld1-9/+11
2006-05-04builtin-push: --all and --tags _are_ explicit refspecsJohannes Schindelin1-2/+2
2006-05-02builtin-push: also ask config for remote informationJohannes Schindelin1-0/+39
2006-04-30Fix builtin-push to honor Push: lines in remotes file.Junio C Hamano1-16/+18
2006-04-30builtin-push: resurrect parsing of Push: linesJohannes Schindelin1-5/+21
2006-04-30git builtin "push"Linus Torvalds1-0/+255