summaryrefslogtreecommitdiff
path: root/git-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* git-fetch: follow lightweit tags as well.Junio C Hamano2006-11-191-2/+3
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-031-1/+9
* git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre2006-11-031-2/+2
* Merge branch 'jc/refs-and-fetch'Junio C Hamano2006-11-011-4/+4
|\
| * git-fetch: adjust to packed-refs.Junio C Hamano2006-10-011-4/+4
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-1/+1
|\ \
| * | git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano2006-10-031-1/+1
* | | Merge branch 'maint'Junio C Hamano2006-10-251-1/+2
|\ \ \
| * | | git-fetch.sh printed protocol fixTuncer Ayaz2006-10-251-1/+2
* | | | Merge branch 'sb/fetch'Junio C Hamano2006-10-181-16/+25
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fetch: Misc output cleanupSanti B,Ai(Bjar2006-09-301-16/+25
| |/
* | git-fetch --update-head-ok typofixJunio C Hamano2006-10-101-3/+3
|/
* fetch: Reset remote refs list each time fetch_main is calledSanti Béjar2006-09-291-0/+1
* http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-281-1/+5
* Fetch: default remote repository from branch propertiesSanti Béjar2006-09-241-5/+4
* Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky2006-09-131-2/+2
* Merge branch 'jc/clone-bind-failure'Junio C Hamano2006-07-251-2/+9
|\
| * fetch/clone: check return status from ls-remoteJunio C Hamano2006-07-131-2/+9
* | Defaulting fetch to origin when set in the repo-configSanti Béjar2006-07-241-1/+2
* | git-fetch: fix --keep vs --thinJunio C Hamano2006-07-171-1/+2
* | Fix "git-fetch --tags" exit status when nothing has been changedSergey Vlasov2006-07-141-1/+1
|/
* git-fetch: fix a bashism (==)Eric Wong2006-07-111-1/+1
* Log ref changes made by git-fetch and git-pull.Shawn Pearce2006-07-101-5/+15
* Using 'perl' in *.shMichal Rokos2006-07-081-1/+1
* fetch: do not report "same" unless -verbose.Junio C Hamano2006-06-031-1/+4
* git-fetch: avoid using "case ... in (arm)"Junio C Hamano2006-05-281-3/+3
* git-fetch: resolve remote symrefs for HTTP transportNick Hengeveld2006-04-261-4/+12
* Fix-up previous expr changes.Junio C Hamano2006-04-131-2/+2
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-131-9/+9
* Merge branch 'jc/fetch' into nextJunio C Hamano2006-03-171-0/+1
|\
| * fetch: exit non-zero when fast-forward check fails.Junio C Hamano2006-03-171-0/+1
* | fetch,parse-remote,fmt-merge-msg: refs/remotes/* supportEric Wong2006-03-101-2/+8
|/
* git-fetch: print the new and old ref when fast-forwardingLukas Sandström2006-02-251-0/+1
*-. Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-1/+1
|\ \
| | * Use thin pack transfer in "git fetch".Junio C Hamano2006-02-201-1/+1
| |/
* | git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano2006-02-221-14/+19
|/
* git-fetch --upload-pack: disambiguate.Junio C Hamano2006-01-261-2/+2
* git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski2006-01-241-2/+4
* git-fetch: pass --upload-pack to fetch-packMichal Ostrowski2006-01-241-1/+7
* Add --keep option to keep downloaded packs to git-fetch.Tom Prince2006-01-101-1/+4
* git-fetch: auto-following tags.Junio C Hamano2006-01-071-119/+156
* git-fetch --tags: reject malformed tags.Junio C Hamano2006-01-051-5/+14
* Do not mark tags fetched via --tags flag as mergeableJunio C Hamano2005-12-271-1/+1
* git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se2005-12-141-0/+5
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Make "git fetch" less verbose by defaultLinus Torvalds2005-11-181-5/+9
* Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer2005-11-101-1/+1
* Even when overwriting tags, report if they are changed or not.Junio C Hamano2005-10-181-1/+6
* Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2005-10-171-1/+1
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-151-0/+1