aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-push.c
AgeCommit message (Expand)AuthorFilesLines
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-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