summaryrefslogtreecommitdiff
path: root/git-fetch.sh
AgeCommit message (Expand)Author
2006-07-25Merge branch 'jc/clone-bind-failure'Junio C Hamano
2006-07-24Defaulting fetch to origin when set in the repo-configSanti Béjar
2006-07-17git-fetch: fix --keep vs --thinJunio C Hamano
2006-07-14Fix "git-fetch --tags" exit status when nothing has been changedSergey Vlasov
2006-07-14fetch/clone: check return status from ls-remoteJunio C Hamano
2006-07-11git-fetch: fix a bashism (==)Eric Wong
2006-07-11Log ref changes made by git-fetch and git-pull.Shawn Pearce
2006-07-08Using 'perl' in *.shMichal Rokos
2006-06-04fetch: do not report "same" unless -verbose.Junio C Hamano
2006-05-29git-fetch: avoid using "case ... in (arm)"Junio C Hamano
2006-04-27git-fetch: resolve remote symrefs for HTTP transportNick Hengeveld
2006-04-14Fix-up previous expr changes.Junio C Hamano
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-03-17Merge branch 'jc/fetch' into nextJunio C Hamano
2006-03-17fetch: exit non-zero when fast-forward check fails.Junio C Hamano
2006-03-11fetch,parse-remote,fmt-merge-msg: refs/remotes/* supportEric Wong
2006-02-25git-fetch: print the new and old ref when fast-forwardingLukas Sandström
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-23git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano
2006-01-27git-fetch --upload-pack: disambiguate.Junio C Hamano
2006-01-25git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski
2006-01-25git-fetch: pass --upload-pack to fetch-packMichal Ostrowski
2006-01-11Add --keep option to keep downloaded packs to git-fetch.Tom Prince
2006-01-08git-fetch: auto-following tags.Junio C Hamano
2006-01-06git-fetch --tags: reject malformed tags.Junio C Hamano
2005-12-27Do not mark tags fetched via --tags flag as mergeableJunio C Hamano
2005-12-14git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-18Make "git fetch" less verbose by defaultLinus Torvalds
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer
2005-10-19Even when overwriting tags, report if they are changed or not.Junio C Hamano
2005-10-18Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano
2005-10-12git-fetch --tags: deal with tags with spaces in them.Junio C Hamano
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar
2005-10-02[PATCH] git fetch --tagsLinus Torvalds
2005-09-28Use git-update-ref in scripts.Junio C Hamano
2005-09-28Fix default pull not to do an unintended Octopus.Junio C Hamano
2005-09-27git-fetch: send informational output to >&2 consistently.Junio C Hamano
2005-09-21Revert "Make Octopus merge message a bit nicer."Junio C Hamano
2005-09-21Make Octopus merge message a bit nicer.Junio C Hamano
2005-09-20Do not give alarming error message from rsync in fetch and clone.Junio C Hamano
2005-09-17Teach rsync transport about alternates.Junio C Hamano
2005-09-13Propagate errors from fetch-pack correctly to git-fetch.Junio C Hamano
2005-09-10Make sure we have leading directories under refs/{heads,tags}Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano