summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-21Merge branch 'jp/fetch-cull-many-refs'Junio C Hamano
2009-11-18Allow programs to not depend on remotes having urlsDaniel Barkalow
2009-11-16Merge branch 'fc/doc-fast-forward'Junio C Hamano
2009-11-10builtin-fetch: add --dry-run optionJay Soffian
2009-11-10builtin-fetch: add --prune optionJay Soffian
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson
2009-11-10Teach the --multiple option to 'git fetch'Björn Gustavsson
2009-11-10Teach the --all option to 'git fetch'Björn Gustavsson
2009-10-31fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce
2009-10-28fetch: Speed up fetch of large numbers of refsJulian Phillips
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-09-18fetch: Speed up fetch by rewriting find_non_local_tagsJulian Phillips
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-07-11quickfetch(): Prevent overflow of the rev-list command lineJohan Herland
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-26Merge branch 'maint'Junio C Hamano
2009-05-25fetch: report ref storage DF errors more accuratelyJeff King
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-23Merge branch 'fc/decorate-tag'Junio C Hamano
2009-05-18Merge branch 'ae/anon-fetch-info'Junio C Hamano
2009-05-14Change prettify_ref to prettify_refnameFelipe Contreras
2009-05-13Quote LF in urls git fetch saves in FETCH_HEADAlex Riesen
2009-04-21fetch: Strip usernames from url's before storing themAndreas Ericsson
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano
2009-03-23Improve error message about fetch into current branchAlex Riesen
2009-03-11Give error when no remote is configuredDaniel Barkalow
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow
2009-01-22refactor signal handling for cleanup functionsJeff King
2009-01-22chain kill signals for cleanup functionsJeff King
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-11-15Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-27fetch: report local storage errors in status tableJeff King
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-06Merge branch 'jk/fetch-status'Junio C Hamano
2008-05-05Have a constant extern refspec for "--tags"Daniel Barkalow
2008-04-29Fix use after free() in builtin-fetchAlex Riesen
2008-04-10git-fetch: always show status of non-tracking-ref fetchesJeff King
2008-04-10git-fetch: fix status output when not storing tracking refJeff King