summaryrefslogtreecommitdiff
path: root/git-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* git-fetch: Fix "argument list too long"OGAWA Hirofumi2007-04-241-5/+6
* git-fetch: use fetch--tool pick-rref to avoid local fetch from alternateJunio C Hamano2007-04-101-13/+29
* Merge branch 'js/fetch-progress'Junio C Hamano2007-04-081-4/+10
|\
| * git-fetch: add --quietJunio C Hamano2007-03-091-4/+10
* | http-fetch: don't use double-slash as directory separator in URLsGerrit Pape2007-03-281-1/+1
* | git-fetch: Fix single_force in append_fetch_headSanti Béjar2007-03-201-2/+2
* | git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-161-5/+7
* | Merge branch 'jc/fetch'Junio C Hamano2007-03-141-204/+47
|\ \ | |/ |/|
| * git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano2007-02-281-8/+0
| * Merge branch 'np/types' into jc/fetchJunio C Hamano2007-02-271-0/+9
| |\
| * | git-fetch--tool takes flags before the subcommand.Junio C Hamano2007-02-241-4/+4
| * | Use stdin reflist passing in git-fetch.shJulian Phillips2007-02-131-1/+1
| * | git-fetch: rewrite another shell loop in CJunio C Hamano2007-02-131-28/+2
| * | git-fetch: move more code into C.Junio C Hamano2007-02-131-51/+6
| * | git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano2007-02-131-124/+10
| * | git-fetch: split fetch_main into fetch_dumb and fetch_nativeJunio C Hamano2007-02-131-69/+105
* | | Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-041-1/+4
|\ \ \
| * | | fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-191-1/+4
| |/ /
* | | Merge branch 'js/bundle'Junio C Hamano2007-02-281-0/+7
|\ \ \ | |_|/ |/| |
| * | Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-221-0/+7
| |/
* | remotes.not-origin.tagoptJunio C Hamano2007-02-151-0/+9
|/
* "git-fetch --tags $URL" should not overwrite existing tagsJunio C Hamano2007-02-121-15/+2
* Escape --upload-pack from expr.Shawn O. Pearce2007-01-311-1/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+1
* make --upload-pack option to git-fetch configurableUwe Kleine-König2007-01-241-0/+6
* ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano2007-01-241-4/+7
* Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-121-5/+1
* git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-071-4/+5
* git-fetch: remove .keep file at the end.Junio C Hamano2007-01-011-7/+16
* Merge branch 'js/shallow'Junio C Hamano2006-12-281-1/+15
|\
| * Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-34/+36
| |\
| * | git-fetch: Reset shallow_depth before auto-following tags.Alexandre Julliard2006-11-241-0/+2
| * | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-1/+13
* | | Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-281-13/+8
| |/ |/|
* | make git a bit less cryptic on fetch errorsNicolas Pitre2006-12-181-1/+1
* | git-fetch: Avoid reading packed refs over and over againJunio C Hamano2006-12-171-9/+3
* | git-fetch: make it work from within a subdirectory.Junio C Hamano2006-12-141-0/+6
* | Merge branch 'master' into jc/globfetchJunio C Hamano2006-11-251-5/+6
|\ \
| * | git-fetch: exit with non-zero status when fast-forward check failsJunio C Hamano2006-11-251-5/+6
| |/
* | git-fetch: fix dumb protocol transport to fetch from pack-pruned refJunio C Hamano2006-11-231-15/+13
* | git-fetch: reuse ls-remote result.Junio C Hamano2006-11-231-5/+8
|/
* git-fetch: follow lightweit tags as well.Junio C Hamano2006-11-191-2/+3
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-031-1/+9
* git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre2006-11-031-2/+2
* Merge branch 'jc/refs-and-fetch'Junio C Hamano2006-11-011-4/+4
|\
| * git-fetch: adjust to packed-refs.Junio C Hamano2006-10-011-4/+4
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-1/+1
|\ \
| * | git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano2006-10-031-1/+1
* | | Merge branch 'maint'Junio C Hamano2006-10-251-1/+2
|\ \ \
| * | | git-fetch.sh printed protocol fixTuncer Ayaz2006-10-251-1/+2