Age | Commit message (Expand) | Author | Files | Lines |
2008-10-08 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+1 |
2008-10-08 | git-push.txt: Describe --repo option in more detail | Johannes Sixt | 1 | -1/+1 |
2008-08-17 | Make push more verbose about illegal combination of options | Marek Zawirski | 1 | -2/+11 |
2008-07-20 | builtin-push.c: Cleanup - use OPT_BIT() and remove some variables | Michele Ballabio | 1 | -21/+8 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-04-20 | Add a remote.*.mirror configuration option | Paolo Bonzini | 1 | -8/+16 |
2008-02-20 | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 1 | -9/+0 |
2008-02-19 | push: indicate partialness of error message | Jeff King | 1 | -1/+1 |
2007-12-04 | Merge branch 'sp/refspec-match' | Junio C Hamano | 1 | -0/+9 |
2007-11-18 | push: support pushing HEAD to real branch name | Steffen Prohaska | 1 | -0/+9 |
2007-11-14 | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 1 | -2/+12 |
2007-11-11 | push: teach push to pass --verbose option to transport layer | Steffen Prohaska | 1 | -0/+2 |
2007-11-09 | git-push: plumb in --mirror mode | Andy Whitcroft | 1 | -2/+12 |
2007-11-05 | Use parseopts in builtin-push | Daniel Barkalow | 1 | -52/+36 |
2007-10-16 | Fix 'push --all branch...' error handling | Shawn O. Pearce | 1 | -3/+5 |
2007-10-16 | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 1 | -1/+5 |
2007-10-15 | Add a --dry-run option to git-push. | Brian Ewins | 1 | -2/+8 |
2007-09-19 | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 1 | -4/+4 |
2007-09-19 | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 1 | -1/+1 |
2007-09-19 | Push code for transport library | Daniel Barkalow | 1 | -61/+21 |
2007-09-10 | Make --no-thin the default in git-push to save server resources | Shawn O. Pearce | 1 | -1/+1 |
2007-05-26 | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 1 | -111/+22 |
2007-05-20 | Update local tracking refs when pushing | Daniel Barkalow | 1 | -2/+7 |
2007-05-20 | Move remote parsing into a library file out of builtin-push. | Daniel Barkalow | 1 | -170/+20 |
2007-04-07 | git-push to multiple locations does not stop at the first failure | Junio C Hamano | 1 | -7/+8 |
2007-04-07 | git-push reports the URL after failing. | Junio C Hamano | 1 | -0/+2 |
2007-03-12 | Use RUN_GIT_CMD to run push backends | Shawn O. Pearce | 1 | -3/+3 |
2007-03-11 | Remove unused run_command variants | Shawn O. Pearce | 1 | -1/+1 |
2007-02-20 | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 1 | -2/+2 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -9/+9 |
2007-02-06 | git-push: allow globbing wildcard refspec. | Junio C Hamano | 1 | -32/+82 |
2007-01-19 | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 1 | -10/+14 |
2007-01-19 | make --exec=... option to git-push configurable | Uwe Kleine-König | 1 | -0/+11 |
2007-01-19 | Update documentation of fetch-pack, push and send-pack | Uwe Kleine-König | 1 | -1/+1 |
2006-12-30 | Remove unnecessary argc parameter from run_command_v. | Shawn O. Pearce | 1 | -1/+1 |
2006-12-13 | git-push: accept tag <tag> as advertised. | Junio C Hamano | 1 | -5/+30 |
2006-11-04 | Merge branch 'lt/push-config' | Junio C Hamano | 1 | -1/+11 |
2006-10-30 | git push: add verbose flag and allow overriding of default target repository | Linus Torvalds | 1 | -1/+11 |
2006-10-02 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -4/+4 |
2006-10-02 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+4 |
2006-10-02 | git-push: .git/remotes/ file does not require SP after colon | Junio C Hamano | 1 | -4/+4 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -5/+5 |
2006-08-23 | avoid to use error that shadows the function name, use err instead. | Pierre Habouzit | 1 | -5/+5 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -4/+4 |
2006-08-14 | builtin-push.c cleanup | David Rientjes | 1 | -4/+2 |
2006-08-03 | Fixup command names in some usage strings. | Ramsay Allan Jones | 1 | -1/+1 |
2006-08-02 | git-push: allow -f as an alias for --force | Jeff King | 1 | -2/+2 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -1/+1 |