aboutsummaryrefslogtreecommitdiff
path: root/builtin-push.c
Commit message (Expand)AuthorAge
* Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-20
* push: indicate partialness of error messageJeff King2008-02-19
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-04
|\
| * push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-18
* | Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-14
|\ \ | |/ |/|
| * git-push: plumb in --mirror modeAndy Whitcroft2007-11-09
* | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-11
|/
* Use parseopts in builtin-pushDaniel Barkalow2007-11-05
* Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-16
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
|\
| * Add a --dry-run option to git-push.Brian Ewins2007-10-15
* | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-19
* | Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-19
* | Push code for transport libraryDaniel Barkalow2007-09-19
|/
* Make --no-thin the default in git-push to save server resourcesShawn O. Pearce2007-09-10
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-26
* Update local tracking refs when pushingDaniel Barkalow2007-05-20
* Move remote parsing into a library file out of builtin-push.Daniel Barkalow2007-05-20
* git-push to multiple locations does not stop at the first failureJunio C Hamano2007-04-07
* git-push reports the URL after failing.Junio C Hamano2007-04-07
* Use RUN_GIT_CMD to run push backendsShawn O. Pearce2007-03-12
* Remove unused run_command variantsShawn O. Pearce2007-03-11
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* git-push: allow globbing wildcard refspec.Junio C Hamano2007-02-06
* rename --exec to --receive-pack for push and send-packUwe Kleine-König2007-01-19
* make --exec=... option to git-push configurableUwe Kleine-König2007-01-19
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-19
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-30
* git-push: accept tag <tag> as advertised.Junio C Hamano2006-12-13
* Merge branch 'lt/push-config'Junio C Hamano2006-11-04
|\
| * git push: add verbose flag and allow overriding of default target repositoryLinus Torvalds2006-10-30
* | Merge branch 'master' into lj/refsJunio C Hamano2006-10-02
|\ \ | |/
| * Merge branch 'maint'Junio C Hamano2006-10-02
| |\
| | * git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano2006-10-02
* | | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* | | Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
|/ /
* | Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* | avoid to use error that shadows the function name, use err instead.Pierre Habouzit2006-08-23
* | remove unnecessary initializationsDavid Rientjes2006-08-15
* | builtin-push.c cleanupDavid Rientjes2006-08-14
|/
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-03
* git-push: allow -f as an alias for --forceJeff King2006-08-02
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-10
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* builtin-push: don't pass --thin to HTTP transportNick Hengeveld2006-06-05
* builtin-push: --all and --tags _are_ explicit refspecsJohannes Schindelin2006-05-04
* builtin-push: also ask config for remote informationJohannes Schindelin2006-05-02
* Fix builtin-push to honor Push: lines in remotes file.Junio C Hamano2006-04-30