Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement -v (verbose) option for pull methods other than local transport. | Junio C Hamano | 2005-05-06 |
| | | | | | | | | | | | This moves the private "say()" function to pull.c, renames it to "pull_say()", and introduces a global variable "get_verbosely" that makes the pull backends report what they fetch. The -v option is added to git-rpull and git-http-pull to match git-local-pull. The documentation is updated to describe these pull commands. Signed-off-by: Junio C Hamano <junkio@cox.net> | ||
* | [PATCH] Split out "pull" from particular methods | Daniel Barkalow | 2005-04-30 |
The method for deciding what to pull is useful separately from any of the ways of actually fetching the objects. So split out "pull" functionality from http-pull and rpull Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |