106 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Alex Riesen 684f674251 Add another verbosity level to git-fetch 18 years ago
OGAWA Hirofumi afb5f39e24 git-fetch: Fix "argument list too long" 18 years ago
Junio C Hamano e3c6f240fd git-fetch: use fetch--tool pick-rref to avoid local fetch from alternate 18 years ago
Gerrit Pape 2afea3bcd2 http-fetch: don't use double-slash as directory separator in URLs 18 years ago
Santi Béjar 08727ea8bb git-fetch: Fix single_force in append_fetch_head 18 years ago
Paolo Bonzini 9debc3241b git-fetch, git-branch: Support local --track via a special remote '.' 18 years ago
Junio C Hamano a858c006fa git-fetch: add --quiet 18 years ago
Junio C Hamano e6eebbb3ae git-fetch: retire update-local-ref which is not used anymore. 18 years ago
Junio C Hamano fee7c2c71d git-fetch--tool takes flags before the subcommand. 18 years ago
Johannes Schindelin 2e0afafebd Add git-bundle: move objects and references by archive 18 years ago
Johannes Schindelin 83a5ad6126 fetch & clone: do not output progress when not on a tty 18 years ago
Junio C Hamano 24424fc2f7 remotes.not-origin.tagopt 18 years ago
Julian Phillips 617669da4f Use stdin reflist passing in git-fetch.sh 18 years ago
Junio C Hamano d1e0ef6cc8 git-fetch: rewrite another shell loop in C 18 years ago
Junio C Hamano fbe2687eba git-fetch: move more code into C. 18 years ago
Junio C Hamano d4289fff87 git-fetch--tool: start rewriting parts of git-fetch in C. 18 years ago
Junio C Hamano b74e8cbd80 git-fetch: split fetch_main into fetch_dumb and fetch_native 18 years ago
Junio C Hamano 85b1f98871 "git-fetch --tags $URL" should not overwrite existing tags 18 years ago
Shawn O. Pearce 4a91a1f37e Escape --upload-pack from expr. 18 years ago
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Uwe Kleine-König 5dee29ac0f make --upload-pack option to git-fetch configurable 18 years ago
Junio C Hamano ae1dffcb28 ls-remote and clone: accept --upload-pack=<path> as well. 18 years ago
Junio C Hamano 514c09fdcf Use cd_to_toplevel in scripts that implement it by hand. 18 years ago
Junio C Hamano 4b441f47ce git-fetch: allow updating the current branch in a bare repository. 18 years ago
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. 18 years ago
Junio C Hamano fbc72799a8 git-fetch: adjust to packed-refs. 18 years ago
Santi B,Ai(Bjar 20a3847d8a fetch: Misc output cleanup 18 years ago
Santi Béjar 4839bd8a66 fetch: Reset remote refs list each time fetch_main is called 18 years ago
Sasha Khapyorsky 3ea099d48b http/ftp: optionally ask curl to not use EPSV command 18 years ago
Santi Béjar 648ad18f50 Fetch: default remote repository from branch properties 18 years ago
Sasha Khapyorsky 38529e28a4 Trivial support for cloning and fetching via ftp://. 18 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