| Commit message (Expand) | Author | Age | Files | Lines |
* | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -377/+0 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -18/+18 |
* | Add another verbosity level to git-fetch | Alex Riesen | 2007-05-24 | 1 | -2/+8 |
* | git-fetch: Fix "argument list too long" | OGAWA Hirofumi | 2007-04-24 | 1 | -5/+6 |
* | git-fetch: use fetch--tool pick-rref to avoid local fetch from alternate | Junio C Hamano | 2007-04-10 | 1 | -13/+29 |
* | Merge branch 'js/fetch-progress' | Junio C Hamano | 2007-04-08 | 1 | -4/+10 |
|\ |
|
| * | git-fetch: add --quiet | Junio C Hamano | 2007-03-09 | 1 | -4/+10 |
* | | http-fetch: don't use double-slash as directory separator in URLs | Gerrit Pape | 2007-03-28 | 1 | -1/+1 |
* | | git-fetch: Fix single_force in append_fetch_head | Santi Béjar | 2007-03-20 | 1 | -2/+2 |
* | | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 | 1 | -5/+7 |
* | | Merge branch 'jc/fetch' | Junio C Hamano | 2007-03-14 | 1 | -204/+47 |
|\ \
| |/
|/| |
|
| * | git-fetch: retire update-local-ref which is not used anymore. | Junio C Hamano | 2007-02-28 | 1 | -8/+0 |
| * | Merge branch 'np/types' into jc/fetch | Junio C Hamano | 2007-02-27 | 1 | -0/+9 |
| |\ |
|
| * | | git-fetch--tool takes flags before the subcommand. | Junio C Hamano | 2007-02-24 | 1 | -4/+4 |
| * | | Use stdin reflist passing in git-fetch.sh | Julian Phillips | 2007-02-13 | 1 | -1/+1 |
| * | | git-fetch: rewrite another shell loop in C | Junio C Hamano | 2007-02-13 | 1 | -28/+2 |
| * | | git-fetch: move more code into C. | Junio C Hamano | 2007-02-13 | 1 | -51/+6 |
| * | | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 2007-02-13 | 1 | -124/+10 |
| * | | git-fetch: split fetch_main into fetch_dumb and fetch_native | Junio C Hamano | 2007-02-13 | 1 | -69/+105 |
* | | | Merge branch 'js/fetch-progress' (early part) | Junio C Hamano | 2007-03-04 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | fetch & clone: do not output progress when not on a tty | Johannes Schindelin | 2007-02-19 | 1 | -1/+4 |
| |/ / |
|
* | | | Merge branch 'js/bundle' | Junio C Hamano | 2007-02-28 | 1 | -0/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add git-bundle: move objects and references by archive | Johannes Schindelin | 2007-02-22 | 1 | -0/+7 |
| |/ |
|
* | | remotes.not-origin.tagopt | Junio C Hamano | 2007-02-15 | 1 | -0/+9 |
|/ |
|
* | "git-fetch --tags $URL" should not overwrite existing tags | Junio C Hamano | 2007-02-12 | 1 | -15/+2 |
* | Escape --upload-pack from expr. | Shawn O. Pearce | 2007-01-31 | 1 | -1/+1 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -1/+1 |
* | make --upload-pack option to git-fetch configurable | Uwe Kleine-König | 2007-01-24 | 1 | -0/+6 |
* | ls-remote and clone: accept --upload-pack=<path> as well. | Junio C Hamano | 2007-01-24 | 1 | -4/+7 |
* | Use cd_to_toplevel in scripts that implement it by hand. | Junio C Hamano | 2007-01-12 | 1 | -5/+1 |
* | git-fetch: allow updating the current branch in a bare repository. | Junio C Hamano | 2007-01-07 | 1 | -4/+5 |
* | git-fetch: remove .keep file at the end. | Junio C Hamano | 2007-01-01 | 1 | -7/+16 |
* | Merge branch 'js/shallow' | Junio C Hamano | 2006-12-28 | 1 | -1/+15 |
|\ |
|
| * | Merge branch 'master' into js/shallow | Junio C Hamano | 2006-12-27 | 1 | -34/+36 |
| |\ |
|
| * | | git-fetch: Reset shallow_depth before auto-following tags. | Alexandre Julliard | 2006-11-24 | 1 | -0/+2 |
| * | | allow deepening of a shallow repository | Johannes Schindelin | 2006-11-24 | 1 | -1/+13 |
* | | | Use GIT_REFLOG_ACTION environment variable instead. | Shawn O. Pearce | 2006-12-28 | 1 | -13/+8 |
| |/
|/| |
|
* | | make git a bit less cryptic on fetch errors | Nicolas Pitre | 2006-12-18 | 1 | -1/+1 |
* | | git-fetch: Avoid reading packed refs over and over again | Junio C Hamano | 2006-12-17 | 1 | -9/+3 |
* | | git-fetch: make it work from within a subdirectory. | Junio C Hamano | 2006-12-14 | 1 | -0/+6 |
* | | Merge branch 'master' into jc/globfetch | Junio C Hamano | 2006-11-25 | 1 | -5/+6 |
|\ \ |
|
| * | | git-fetch: exit with non-zero status when fast-forward check fails | Junio C Hamano | 2006-11-25 | 1 | -5/+6 |
| |/ |
|
* | | git-fetch: fix dumb protocol transport to fetch from pack-pruned ref | Junio C Hamano | 2006-11-23 | 1 | -15/+13 |
* | | git-fetch: reuse ls-remote result. | Junio C Hamano | 2006-11-23 | 1 | -5/+8 |
|/ |
|
* | git-fetch: follow lightweit tags as well. | Junio C Hamano | 2006-11-19 | 1 | -2/+3 |
* | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 | 1 | -1/+9 |
* | git-fetch can use both --thin and --keep with fetch-pack now | Nicolas Pitre | 2006-11-03 | 1 | -2/+2 |
* | Merge branch 'jc/refs-and-fetch' | Junio C Hamano | 2006-11-01 | 1 | -4/+4 |
|\ |
|
| * | git-fetch: adjust to packed-refs. | Junio C Hamano | 2006-10-01 | 1 | -4/+4 |
* | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -1/+1 |
|\ \ |
|