aboutsummaryrefslogtreecommitdiffstats
path: root/git-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Make fetch a builtinDaniel Barkalow1-377/+0
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-18/+18
2007-05-24Add another verbosity level to git-fetchAlex Riesen1-2/+8
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi1-5/+6
2007-04-10git-fetch: use fetch--tool pick-rref to avoid local fetch from alternateJunio C Hamano1-13/+29
2007-04-08Merge branch 'js/fetch-progress'Junio C Hamano1-4/+10
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape1-1/+1
2007-03-20git-fetch: Fix single_force in append_fetch_headSanti Béjar1-2/+2
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini1-5/+7
2007-03-14Merge branch 'jc/fetch'Junio C Hamano1-204/+47
2007-03-09git-fetch: add --quietJunio C Hamano1-4/+10
2007-03-04Merge branch 'js/fetch-progress' (early part)Junio C Hamano1-1/+4
2007-02-28git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano1-8/+0
2007-02-28Merge branch 'js/bundle'Junio C Hamano1-0/+7
2007-02-27Merge branch 'np/types' into jc/fetchJunio C Hamano1-0/+9
2007-02-24git-fetch--tool takes flags before the subcommand.Junio C Hamano1-4/+4
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-0/+7
2007-02-19fetch & clone: do not output progress when not on a ttyJohannes Schindelin1-1/+4
2007-02-15remotes.not-origin.tagoptJunio C Hamano1-0/+9
2007-02-13Use stdin reflist passing in git-fetch.shJulian Phillips1-1/+1
2007-02-13git-fetch: rewrite another shell loop in CJunio C Hamano1-28/+2
2007-02-13git-fetch: move more code into C.Junio C Hamano1-51/+6
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano1-124/+10
2007-02-13git-fetch: split fetch_main into fetch_dumb and fetch_nativeJunio C Hamano1-69/+105
2007-02-12"git-fetch --tags $URL" should not overwrite existing tagsJunio C Hamano1-15/+2
2007-01-31Escape --upload-pack from expr.Shawn O. Pearce1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-24make --upload-pack option to git-fetch configurableUwe Kleine-König1-0/+6
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano1-4/+7
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano1-5/+1
2007-01-07git-fetch: allow updating the current branch in a bare repository.Junio C Hamano1-4/+5
2007-01-01git-fetch: remove .keep file at the end.Junio C Hamano1-7/+16
2006-12-28Merge branch 'js/shallow'Junio C Hamano1-1/+15
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce1-13/+8
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-34/+36
2006-12-18make git a bit less cryptic on fetch errorsNicolas Pitre1-1/+1
2006-12-17git-fetch: Avoid reading packed refs over and over againJunio C Hamano1-9/+3
2006-12-14git-fetch: make it work from within a subdirectory.Junio C Hamano1-0/+6
2006-11-25Merge branch 'master' into jc/globfetchJunio C Hamano1-5/+6
2006-11-25git-fetch: exit with non-zero status when fast-forward check failsJunio C Hamano1-5/+6
2006-11-24git-fetch: Reset shallow_depth before auto-following tags.Alexandre Julliard1-0/+2
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin1-1/+13
2006-11-23git-fetch: fix dumb protocol transport to fetch from pack-pruned refJunio C Hamano1-15/+13
2006-11-23git-fetch: reuse ls-remote result.Junio C Hamano1-5/+8
2006-11-19git-fetch: follow lightweit tags as well.Junio C Hamano1-2/+3
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre1-1/+9
2006-11-03git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre1-2/+2
2006-11-01Merge branch 'jc/refs-and-fetch'Junio C Hamano1-4/+4
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-1/+1
2006-10-25Merge branch 'maint'Junio C Hamano1-1/+2
2006-10-25git-fetch.sh printed protocol fixTuncer Ayaz1-1/+2
2006-10-18Merge branch 'sb/fetch'Junio C Hamano1-16/+25
2006-10-10git-fetch --update-head-ok typofixJunio C Hamano1-3/+3
2006-10-03git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano1-1/+1
2006-10-01git-fetch: adjust to packed-refs.Junio C Hamano1-4/+4
2006-09-30fetch: Misc output cleanupSanti B,Ai(Bjar1-16/+25
2006-09-29fetch: Reset remote refs list each time fetch_main is calledSanti Béjar1-0/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky1-1/+5
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar1-5/+4
2006-09-13Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky1-2/+2
2006-07-25Merge branch 'jc/clone-bind-failure'Junio C Hamano1-2/+9
2006-07-24Defaulting fetch to origin when set in the repo-configSanti Béjar1-1/+2
2006-07-17git-fetch: fix --keep vs --thinJunio C Hamano1-1/+2
2006-07-14Fix "git-fetch --tags" exit status when nothing has been changedSergey Vlasov1-1/+1
2006-07-13fetch/clone: check return status from ls-remoteJunio C Hamano1-2/+9
2006-07-11git-fetch: fix a bashism (==)Eric Wong1-1/+1
2006-07-10Log ref changes made by git-fetch and git-pull.Shawn Pearce1-5/+15
2006-07-08Using 'perl' in *.shMichal Rokos1-1/+1
2006-06-03fetch: do not report "same" unless -verbose.Junio C Hamano1-1/+4
2006-05-28git-fetch: avoid using "case ... in (arm)"Junio C Hamano1-3/+3
2006-04-26git-fetch: resolve remote symrefs for HTTP transportNick Hengeveld1-4/+12
2006-04-13Fix-up previous expr changes.Junio C Hamano1-2/+2
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-9/+9
2006-03-17Merge branch 'jc/fetch' into nextJunio C Hamano1-0/+1
2006-03-17fetch: exit non-zero when fast-forward check fails.Junio C Hamano1-0/+1
2006-03-10fetch,parse-remote,fmt-merge-msg: refs/remotes/* supportEric Wong1-2/+8
2006-02-25git-fetch: print the new and old ref when fast-forwardingLukas Sandström1-0/+1
2006-02-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano1-1/+1
2006-02-22git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano1-14/+19
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano1-1/+1
2006-01-26git-fetch --upload-pack: disambiguate.Junio C Hamano1-2/+2
2006-01-24git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski1-2/+4
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski1-1/+7
2006-01-10Add --keep option to keep downloaded packs to git-fetch.Tom Prince1-1/+4
2006-01-07git-fetch: auto-following tags.Junio C Hamano1-119/+156
2006-01-05git-fetch --tags: reject malformed tags.Junio C Hamano1-5/+14
2005-12-27Do not mark tags fetched via --tags flag as mergeableJunio C Hamano1-1/+1
2005-12-14git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se1-0/+5
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-18Make "git fetch" less verbose by defaultLinus Torvalds1-5/+9
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer1-1/+1
2005-10-18Even when overwriting tags, report if they are changed or not.Junio C Hamano1-1/+6
2005-10-17Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano1-1/+1
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano1-0/+1
2005-10-11git-fetch --tags: deal with tags with spaces in them.Junio C Hamano1-5/+18
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar1-3/+3
2005-10-01[PATCH] git fetch --tagsLinus Torvalds1-1/+24
2005-09-28Use git-update-ref in scripts.Junio C Hamano1-16/+18
2005-09-28Fix default pull not to do an unintended Octopus.Junio C Hamano1-4/+28
2005-09-26git-fetch: send informational output to >&2 consistently.Junio C Hamano1-1/+1
2005-09-21Revert "Make Octopus merge message a bit nicer."Junio C Hamano1-10/+6
2005-09-20Make Octopus merge message a bit nicer.Junio C Hamano1-6/+10
2005-09-20Do not give alarming error message from rsync in fetch and clone.Junio C Hamano1-2/+3
2005-09-17Teach rsync transport about alternates.Junio C Hamano1-3/+21
2005-09-12Propagate errors from fetch-pack correctly to git-fetch.Junio C Hamano1-2/+9
2005-09-10Make sure we have leading directories under refs/{heads,tags}Junio C Hamano1-0/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+244