| Commit message (Expand) | Author | Age | Files | Lines |
* | git-push: accept tag <tag> as advertised. | Junio C Hamano | 2006-12-13 | 1 | -5/+30 |
* | Merge branch 'lt/push-config' | Junio C Hamano | 2006-11-04 | 1 | -1/+11 |
|\ |
|
| * | git push: add verbose flag and allow overriding of default target repository | Linus Torvalds | 2006-10-30 | 1 | -1/+11 |
* | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-10-02 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Merge branch 'maint' | Junio C Hamano | 2006-10-02 | 1 | -4/+4 |
| |\ |
|
| | * | git-push: .git/remotes/ file does not require SP after colonv1.4.2.3 | Junio C Hamano | 2006-10-02 | 1 | -4/+4 |
* | | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
* | | | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -2/+2 |
|/ / |
|
* | | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -5/+5 |
* | | avoid to use error that shadows the function name, use err instead. | Pierre Habouzit | 2006-08-23 | 1 | -5/+5 |
* | | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -4/+4 |
* | | builtin-push.c cleanup | David Rientjes | 2006-08-14 | 1 | -4/+2 |
|/ |
|
* | Fixup command names in some usage strings. | Ramsay Allan Jones | 2006-08-03 | 1 | -1/+1 |
* | git-push: allow -f as an alias for --force | Jeff King | 2006-08-02 | 1 | -2/+2 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -1/+1 |
* | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | builtin-push: don't pass --thin to HTTP transport | Nick Hengeveld | 2006-06-05 | 1 | -9/+11 |
* | builtin-push: --all and --tags _are_ explicit refspecs | Johannes Schindelin | 2006-05-04 | 1 | -2/+2 |
* | builtin-push: also ask config for remote information | Johannes Schindelin | 2006-05-02 | 1 | -0/+39 |
* | Fix builtin-push to honor Push: lines in remotes file. | Junio C Hamano | 2006-04-30 | 1 | -16/+18 |
* | builtin-push: resurrect parsing of Push: lines | Johannes Schindelin | 2006-04-30 | 1 | -5/+21 |
* | git builtin "push" | Linus Torvalds | 2006-04-30 | 1 | -0/+255 |