aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-13Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano1-38/+49
2011-12-13Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano1-38/+49
2011-12-09fetch: create status table using strbufJeff King1-38/+49
2011-12-09Merge branch 'jc/pull-signed-tag'Junio C Hamano1-2/+1
2011-11-04fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds1-2/+1
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano1-5/+28
2011-10-17Merge branch 'tc/fetch-leak'Junio C Hamano1-4/+9
2011-10-15fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto1-2/+21
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-4/+8
2011-10-07fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan1-4/+9
2011-10-07fetch: free all the additional refspecsCarlos Martín Nieto1-1/+1
2011-10-05Merge branch 'jc/receive-verify'Junio C Hamano1-56/+14
2011-10-05Merge branch 'jc/fetch-verify'Junio C Hamano1-56/+63
2011-09-09check_everything_connected(): libifyJunio C Hamano1-65/+1
2011-09-09check_everything_connected(): refactor to use an iteratorJunio C Hamano1-14/+36
2011-09-09fetch: verify we have everything we need before updating our refJunio C Hamano1-56/+63
2011-09-09fetch: skip on-demand checking when no submodules are configuredJens Lehmann1-6/+9
2011-09-01fetch: verify we have everything we need before updating our refJunio C Hamano1-56/+63
2011-06-08fetch: do not leak a refspecJim Meyering1-2/+4
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano1-12/+36
2011-04-01Merge branch 'ab/i18n-st'Junio C Hamano1-41/+41
2011-03-19Merge branch 'jk/trace-sifter'Junio C Hamano1-0/+2
2011-03-09i18n: git-fetch split up "(non-fast-forward)" messageÆvar Arnfjörð Bjarmason1-3/+3
2011-03-09i18n: git-fetch update_local_ref messagesÆvar Arnfjörð Bjarmason1-5/+5
2011-03-09i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason1-10/+10
2011-03-09i18n: git-fetch basic messagesÆvar Arnfjörð Bjarmason1-23/+23
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann1-3/+19
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann1-9/+17
2011-03-08add packet tracing debug codeJeff King1-0/+2
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber1-3/+3
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano1-14/+50
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano1-2/+1
2010-11-15add OPT__FORCERené Scharfe1-2/+1
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann1-5/+16
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann1-14/+39
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy1-1/+1
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy1-2/+2
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-09-09builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey1-0/+3
2010-09-08Merge branch 'bc/maint-fetch-url-only'Junio C Hamano1-1/+3
2010-08-31Merge branch 'dj/fetch-tagopt'Junio C Hamano1-4/+6
2010-08-25builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey1-1/+3
2010-08-18Merge branch 'tf/string-list-init'Junio C Hamano1-4/+4
2010-08-18Merge branch 'ar/string-list-foreach'Junio C Hamano1-29/+13
2010-08-14fetch: allow command line --tags to override configDaniel Johnson1-4/+6
2010-07-27Clarify help message when no remote is specified in fetch/pull.Matthieu Moy1-1/+2
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-4/+4
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen1-29/+13
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-9/+9
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-4/+4