summaryrefslogtreecommitdiff
path: root/git-fetch.sh
AgeCommit message (Expand)Author
2006-11-25Merge branch 'master' into jc/globfetchJunio C Hamano
2006-11-25git-fetch: exit with non-zero status when fast-forward check failsJunio C Hamano
2006-11-24git-fetch: fix dumb protocol transport to fetch from pack-pruned refJunio C Hamano
2006-11-24git-fetch: reuse ls-remote result.Junio C Hamano
2006-11-20git-fetch: follow lightweit tags as well.Junio C Hamano
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-19Merge branch 'sb/fetch'Junio C Hamano
2006-10-11git-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-10-01fetch: Misc output cleanupSanti B,Ai(Bjar
2006-09-30fetch: Reset remote refs list each time fetch_main is calledSanti Béjar
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-09-14Trivial 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-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