summaryrefslogtreecommitdiff
path: root/git-fetch.sh
AgeCommit message (Expand)Author
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre
2006-11-03git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre
2006-11-01Merge branch 'jc/refs-and-fetch'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-25Merge branch 'maint'Junio C Hamano
2006-10-25git-fetch.sh printed protocol fixTuncer Ayaz
2006-10-18Merge branch 'sb/fetch'Junio C Hamano
2006-10-10git-fetch --update-head-ok typofixJunio C Hamano
2006-10-03git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano
2006-10-01git-fetch: adjust to packed-refs.Junio C Hamano
2006-09-30fetch: Misc output cleanupSanti B,Ai(Bjar
2006-09-29fetch: Reset remote refs list each time fetch_main is calledSanti Béjar
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-09-13Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky
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-13fetch/clone: check return status from ls-remoteJunio C Hamano
2006-07-11git-fetch: fix a bashism (==)Eric Wong
2006-07-10Log ref changes made by git-fetch and git-pull.Shawn Pearce
2006-07-08Using 'perl' in *.shMichal Rokos
2006-06-03fetch: do not report "same" unless -verbose.Junio C Hamano
2006-05-28git-fetch: avoid using "case ... in (arm)"Junio C Hamano
2006-04-26git-fetch: resolve remote symrefs for HTTP transportNick Hengeveld
2006-04-13Fix-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-10fetch,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-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-22git-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-26git-fetch --upload-pack: disambiguate.Junio C Hamano
2006-01-24git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski
2006-01-10Add --keep option to keep downloaded packs to git-fetch.Tom Prince
2006-01-07git-fetch: auto-following tags.Junio C Hamano
2006-01-05git-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-18Even when overwriting tags, report if they are changed or not.Junio C Hamano
2005-10-17Forward 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-11git-fetch --tags: deal with tags with spaces in them.Junio C Hamano