summaryrefslogtreecommitdiff
path: root/builtin-push.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove unnecessary initializationsDavid Rientjes2006-08-151-4/+4
* | builtin-push.c cleanupDavid Rientjes2006-08-141-4/+2
|/
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-031-1/+1
* git-push: allow -f as an alias for --forceJeff King2006-08-021-2/+2
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-1/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* builtin-push: don't pass --thin to HTTP transportNick Hengeveld2006-06-051-9/+11
* builtin-push: --all and --tags _are_ explicit refspecsJohannes Schindelin2006-05-041-2/+2
* builtin-push: also ask config for remote informationJohannes Schindelin2006-05-021-0/+39
* Fix builtin-push to honor Push: lines in remotes file.Junio C Hamano2006-04-301-16/+18
* builtin-push: resurrect parsing of Push: linesJohannes Schindelin2006-04-301-5/+21
* git builtin "push"Linus Torvalds2006-04-301-0/+255