summaryrefslogtreecommitdiff
path: root/builtin-push.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-9/+9
2007-02-06git-push: allow globbing wildcard refspec.Libravatar Junio C Hamano1-32/+82
2007-01-19rename --exec to --receive-pack for push and send-packLibravatar Uwe Kleine-König1-10/+14
2007-01-19make --exec=... option to git-push configurableLibravatar Uwe Kleine-König1-0/+11
2007-01-19Update documentation of fetch-pack, push and send-packLibravatar Uwe Kleine-König1-1/+1
2006-12-30Remove unnecessary argc parameter from run_command_v.Libravatar Shawn O. Pearce1-1/+1
2006-12-13git-push: accept tag <tag> as advertised.Libravatar Junio C Hamano1-5/+30
2006-11-04Merge branch 'lt/push-config'Libravatar Junio C Hamano1-1/+11
2006-10-30git push: add verbose flag and allow overriding of default target repositoryLibravatar Linus Torvalds1-1/+11
2006-10-02Merge branch 'master' into lj/refsLibravatar Junio C Hamano1-4/+4
2006-10-02Merge branch 'maint'Libravatar Junio C Hamano1-4/+4
2006-10-02git-push: .git/remotes/ file does not require SP after colonLibravatar Junio C Hamano1-4/+4
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Libravatar Junio C Hamano1-2/+2
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-5/+5
2006-08-23avoid to use error that shadows the function name, use err instead.Libravatar Pierre Habouzit1-5/+5
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-4/+4
2006-08-14builtin-push.c cleanupLibravatar David Rientjes1-4/+2
2006-08-03Fixup command names in some usage strings.Libravatar Ramsay Allan Jones1-1/+1
2006-08-02git-push: allow -f as an alias for --forceLibravatar Jeff King1-2/+2
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Libravatar Pavel Roskin1-1/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-06-05builtin-push: don't pass --thin to HTTP transportLibravatar Nick Hengeveld1-9/+11
2006-05-04builtin-push: --all and --tags _are_ explicit refspecsLibravatar Johannes Schindelin1-2/+2
2006-05-02builtin-push: also ask config for remote informationLibravatar Johannes Schindelin1-0/+39
2006-04-30Fix builtin-push to honor Push: lines in remotes file.Libravatar Junio C Hamano1-16/+18
2006-04-30builtin-push: resurrect parsing of Push: linesLibravatar Johannes Schindelin1-5/+21
2006-04-30git builtin "push"Libravatar Linus Torvalds1-0/+255