summaryrefslogtreecommitdiff
path: root/git-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Make fetch a builtinLibravatar Daniel Barkalow1-377/+0
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-18/+18
2007-05-24Add another verbosity level to git-fetchLibravatar Alex Riesen1-2/+8
2007-04-24git-fetch: Fix "argument list too long"Libravatar OGAWA Hirofumi1-5/+6
2007-04-10git-fetch: use fetch--tool pick-rref to avoid local fetch from alternateLibravatar Junio C Hamano1-13/+29
2007-04-08Merge branch 'js/fetch-progress'Libravatar Junio C Hamano1-4/+10
2007-03-28http-fetch: don't use double-slash as directory separator in URLsLibravatar Gerrit Pape1-1/+1
2007-03-20git-fetch: Fix single_force in append_fetch_headLibravatar Santi Béjar1-2/+2
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Libravatar Paolo Bonzini1-5/+7
2007-03-14Merge branch 'jc/fetch'Libravatar Junio C Hamano1-204/+47
2007-03-09git-fetch: add --quietLibravatar Junio C Hamano1-4/+10
2007-03-04Merge branch 'js/fetch-progress' (early part)Libravatar Junio C Hamano1-1/+4
2007-02-28git-fetch: retire update-local-ref which is not used anymore.Libravatar Junio C Hamano1-8/+0
2007-02-28Merge branch 'js/bundle'Libravatar Junio C Hamano1-0/+7
2007-02-27Merge branch 'np/types' into jc/fetchLibravatar Junio C Hamano1-0/+9
2007-02-24git-fetch--tool takes flags before the subcommand.Libravatar Junio C Hamano1-4/+4
2007-02-22Add git-bundle: move objects and references by archiveLibravatar Johannes Schindelin1-0/+7
2007-02-19fetch & clone: do not output progress when not on a ttyLibravatar Johannes Schindelin1-1/+4
2007-02-15remotes.not-origin.tagoptLibravatar Junio C Hamano1-0/+9
2007-02-13Use stdin reflist passing in git-fetch.shLibravatar Julian Phillips1-1/+1
2007-02-13git-fetch: rewrite another shell loop in CLibravatar Junio C Hamano1-28/+2
2007-02-13git-fetch: move more code into C.Libravatar Junio C Hamano1-51/+6
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Libravatar Junio C Hamano1-124/+10
2007-02-13git-fetch: split fetch_main into fetch_dumb and fetch_nativeLibravatar Junio C Hamano1-69/+105
2007-02-12"git-fetch --tags $URL" should not overwrite existing tagsLibravatar Junio C Hamano1-15/+2
2007-01-31Escape --upload-pack from expr.Libravatar Shawn O. Pearce1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-1/+1
2007-01-24make --upload-pack option to git-fetch configurableLibravatar Uwe Kleine-König1-0/+6
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Libravatar Junio C Hamano1-4/+7
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Libravatar Junio C Hamano1-5/+1
2007-01-07git-fetch: allow updating the current branch in a bare repository.Libravatar Junio C Hamano1-4/+5
2007-01-01git-fetch: remove .keep file at the end.Libravatar Junio C Hamano1-7/+16
2006-12-28Merge branch 'js/shallow'Libravatar Junio C Hamano1-1/+15
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Libravatar Shawn O. Pearce1-13/+8
2006-12-27Merge branch 'master' into js/shallowLibravatar Junio C Hamano1-34/+36
2006-12-18make git a bit less cryptic on fetch errorsLibravatar Nicolas Pitre1-1/+1
2006-12-17git-fetch: Avoid reading packed refs over and over againLibravatar Junio C Hamano1-9/+3
2006-12-14git-fetch: make it work from within a subdirectory.Libravatar Junio C Hamano1-0/+6
2006-11-25Merge branch 'master' into jc/globfetchLibravatar Junio C Hamano1-5/+6
2006-11-25git-fetch: exit with non-zero status when fast-forward check failsLibravatar Junio C Hamano1-5/+6
2006-11-24git-fetch: Reset shallow_depth before auto-following tags.Libravatar Alexandre Julliard1-0/+2
2006-11-24allow deepening of a shallow repositoryLibravatar Johannes Schindelin1-1/+13
2006-11-23git-fetch: fix dumb protocol transport to fetch from pack-pruned refLibravatar Junio C Hamano1-15/+13
2006-11-23git-fetch: reuse ls-remote result.Libravatar Junio C Hamano1-5/+8
2006-11-19git-fetch: follow lightweit tags as well.Libravatar Junio C Hamano1-2/+3
2006-11-03remove .keep pack lock files when done with refs updateLibravatar Nicolas Pitre1-1/+9
2006-11-03git-fetch can use both --thin and --keep with fetch-pack nowLibravatar Nicolas Pitre1-2/+2
2006-11-01Merge branch 'jc/refs-and-fetch'Libravatar Junio C Hamano1-4/+4
2006-11-01Merge branch 'lj/refs'Libravatar Junio C Hamano1-1/+1
2006-10-25Merge branch 'maint'Libravatar Junio C Hamano1-1/+2