summaryrefslogtreecommitdiff
path: root/builtin-push.c
AgeCommit message (Expand)Author
2006-12-31Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce
2006-12-13git-push: accept tag <tag> as advertised.Junio C Hamano
2006-11-05Merge branch 'lt/push-config'Junio C Hamano
2006-10-31git push: add verbose flag and allow overriding of default target repositoryLinus Torvalds
2006-10-02Merge branch 'master' into lj/refsJunio C Hamano
2006-10-02Merge branch 'maint'Junio C Hamano
2006-10-02git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-24avoid to use error that shadows the function name, use err instead.Pierre Habouzit
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15builtin-push.c cleanupDavid Rientjes
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-08-02git-push: allow -f as an alias for --forceJeff King
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-06builtin-push: don't pass --thin to HTTP transportNick Hengeveld
2006-05-05builtin-push: --all and --tags _are_ explicit refspecsJohannes Schindelin
2006-05-02builtin-push: also ask config for remote informationJohannes Schindelin
2006-04-30Fix builtin-push to honor Push: lines in remotes file.Junio C Hamano
2006-04-30builtin-push: resurrect parsing of Push: linesJohannes Schindelin
2006-04-30git builtin "push"Linus Torvalds