76 Commits (3368d11f308eb4ba2ad5703aa059bb0e5a82212f)

Author SHA1 Message Date
Junio C Hamano ac9c1108d8 git-fetch: remove .keep file at the end. 18 years ago
Shawn O. Pearce f94741324e Use GIT_REFLOG_ACTION environment variable instead. 18 years ago
Nicolas Pitre b3d9899324 make git a bit less cryptic on fetch errors 18 years ago
Junio C Hamano ed9f7c954c git-fetch: Avoid reading packed refs over and over again 18 years ago
Junio C Hamano 4da9028578 git-fetch: make it work from within a subdirectory. 18 years ago
Junio C Hamano f64d7fd267 git-fetch: exit with non-zero status when fast-forward check fails 18 years ago
Alexandre Julliard d158631549 git-fetch: Reset shallow_depth before auto-following tags. 18 years ago
Johannes Schindelin f53514bc2d allow deepening of a shallow repository 18 years ago
Junio C Hamano 2986c02217 git-fetch: fix dumb protocol transport to fetch from pack-pruned ref 18 years ago
Junio C Hamano 28b8e61fc6 git-fetch: reuse ls-remote result. 18 years ago
Junio C Hamano 6c96c0f194 git-fetch: follow lightweit tags as well. 18 years ago
Nicolas Pitre 576162a45f remove .keep pack lock files when done with refs update 18 years ago
Nicolas Pitre 920ccbfc3b git-fetch can use both --thin and --keep with fetch-pack now 18 years ago
Tuncer Ayaz ddaf73141c git-fetch.sh printed protocol fix 18 years ago
Junio C Hamano 9861718b30 git-fetch --update-head-ok typofix 18 years ago
Junio C Hamano 47292d65de git-fetch: do not look into $GIT_DIR/refs to see if a tag exists. 19 years ago
Junio C Hamano fbc72799a8 git-fetch: adjust to packed-refs. 19 years ago
Santi B,Ai(Bjar 20a3847d8a fetch: Misc output cleanup 19 years ago
Santi Béjar 4839bd8a66 fetch: Reset remote refs list each time fetch_main is called 19 years ago
Sasha Khapyorsky 3ea099d48b http/ftp: optionally ask curl to not use EPSV command 19 years ago
Santi Béjar 648ad18f50 Fetch: default remote repository from branch properties 19 years ago
Sasha Khapyorsky 38529e28a4 Trivial support for cloning and fetching via ftp://. 19 years ago
Santi Béjar 5e27e27e5d Defaulting fetch to origin when set in the repo-config 19 years ago
Junio C Hamano 482faa8daf git-fetch: fix --keep vs --thin 19 years ago
Sergey Vlasov 7eae7b993e Fix "git-fetch --tags" exit status when nothing has been changed 19 years ago
Junio C Hamano 57a39690b9 fetch/clone: check return status from ls-remote 19 years ago
Eric Wong ed0e078f96 git-fetch: fix a bashism (==) 19 years ago
Shawn Pearce 55b7835e1b Log ref changes made by git-fetch and git-pull. 19 years ago
Michal Rokos d9bffc08fd Using 'perl' in *.sh 19 years ago
Junio C Hamano ea5aeb07e9 fetch: do not report "same" unless -verbose. 19 years ago
Junio C Hamano 878ccb2694 git-fetch: avoid using "case ... in (arm)" 19 years ago
Nick Hengeveld 093b068891 git-fetch: resolve remote symrefs for HTTP transport 19 years ago
Junio C Hamano dfdcb558ec Fix-up previous expr changes. 19 years ago
Mark Wooding f327dbced2 Shell utilities: Guard against expr' magic tokens. 19 years ago
Junio C Hamano a9698bb22f fetch: exit non-zero when fast-forward check fails. 19 years ago
Eric Wong 687b8be8bb fetch,parse-remote,fmt-merge-msg: refs/remotes/* support 19 years ago
Lukas Sandström 9d7f73d43f git-fetch: print the new and old ref when fast-forwarding 19 years ago
Junio C Hamano 6dc78e696b git-fetch: follow tag only when tracking remote branch. 19 years ago
Junio C Hamano b19696c2e7 Use thin pack transfer in "git fetch". 19 years ago
Junio C Hamano 2796a9de31 git-fetch --upload-pack: disambiguate. 19 years ago
Michal Ostrowski 96b086d618 git-{fetch,peek-remote} handling of --upload-pack 19 years ago
Michal Ostrowski 2c620a1ad1 git-fetch: pass --upload-pack to fetch-pack 19 years ago
Tom Prince 0f76f52621 Add --keep option to keep downloaded packs to git-fetch. 19 years ago
Junio C Hamano 03febf99bc git-fetch: auto-following tags. 19 years ago
Junio C Hamano 81214e4ddf git-fetch --tags: reject malformed tags. 19 years ago
Junio C Hamano 36cd2cc7d9 Do not mark tags fetched via --tags flag as mergeable 19 years ago
freku045@student.liu.se 87358b7a19 git-fetch: Usage string clean-up, emit usage string at unrecognized option 19 years ago
Junio C Hamano ae2b0f1518 git-sh-setup: die if outside git repository. 19 years ago
Linus Torvalds 583122cd1b Make "git fetch" less verbose by default 19 years ago
Josef Weidendorfer 66c9ec2555 Let git-clone/git-fetch follow HTTP redirections 19 years ago