summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2011-12-14Merge branch 'maint'Junio C Hamano
2011-12-14Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-14Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano
2011-12-14Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano
2011-12-10fetch: create status table using strbufJeff King
2011-12-09Merge branch 'jc/pull-signed-tag'Junio C Hamano
2011-11-05fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-18Merge branch 'tc/fetch-leak'Junio C Hamano
2011-10-16fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-07fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan
2011-10-07fetch: free all the additional refspecsCarlos Martín Nieto
2011-10-05Merge branch 'jc/receive-verify'Junio C Hamano
2011-10-05Merge branch 'jc/fetch-verify'Junio C Hamano
2011-09-09check_everything_connected(): libifyJunio C Hamano
2011-09-09check_everything_connected(): refactor to use an iteratorJunio C Hamano
2011-09-09fetch: verify we have everything we need before updating our refJunio C Hamano
2011-09-09fetch: skip on-demand checking when no submodules are configuredJens Lehmann
2011-09-01fetch: verify we have everything we need before updating our refJunio C Hamano
2011-06-09fetch: do not leak a refspecJim Meyering
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-20Merge branch 'jk/trace-sifter'Junio C Hamano
2011-03-10i18n: git-fetch split up "(non-fast-forward)" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-fetch update_local_ref messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-fetch basic messagesÆvar Arnfjörð Bjarmason
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann
2011-03-08add packet tracing debug codeJeff King
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano
2010-11-15add OPT__FORCERené Scharfe
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-09-10builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey
2010-09-08Merge branch 'bc/maint-fetch-url-only'Junio C Hamano
2010-08-31Merge branch 'dj/fetch-tagopt'Junio C Hamano
2010-08-25builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey
2010-08-18Merge branch 'tf/string-list-init'Junio C Hamano
2010-08-18Merge branch 'ar/string-list-foreach'Junio C Hamano
2010-08-15fetch: allow command line --tags to override configDaniel Johnson
2010-07-27Clarify help message when no remote is specified in fetch/pull.Matthieu Moy
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen