aboutsummaryrefslogtreecommitdiff
path: root/builtin-push.c
Commit message (Expand)AuthorAge
* 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
* | 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
* builtin-push: resurrect parsing of Push: linesJohannes Schindelin2006-04-30
* git builtin "push"Linus Torvalds2006-04-30