summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2013-02-04Merge branch 'jc/push-reject-reasons'Junio C Hamano-23/+19
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano-3/+8
2013-01-24push: further simplify the logic to assign rejection reasonJunio C Hamano-16/+11
2013-01-24push: further clean up fields of "struct ref"Junio C Hamano-10/+6
2013-01-23Merge branch 'cr/push-force-tag-update'Junio C Hamano-36/+7
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano-36/+7
2013-01-05Merge branch 'jc/fetch-ignore-symref'Junio C Hamano-1/+12
2013-01-05Merge branch 'cr/push-force-tag-update'Junio C Hamano-20/+63
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano-1/+12
2012-12-03Merge branch 'mm/status-push-pull-advise'Junio C Hamano-6/+9
2012-12-03status: respect advice.statusHints for ahead/behind adviceJeff King-6/+9
2012-12-03push: cleanup push rules commentChris Rorvick-15/+17
2012-12-02push: clarify rejection of update to non-commit-ishChris Rorvick-0/+5
2012-12-02push: require force for annotated tagsChris Rorvick-2/+9
2012-12-02push: require force for refs under refs/tags/Chris Rorvick-4/+14
2012-12-02push: flag updates that require forceChris Rorvick-3/+8
2012-12-02push: keep track of "update" state separatelyChris Rorvick-7/+11
2012-12-02push: add advice for rejected tag referenceChris Rorvick-0/+10
2012-11-28Merge branch 'mm/status-push-pull-advise'Junio C Hamano-3/+10
2012-11-16status: add advice on how to push/pull to tracking branchMatthieu Moy-3/+10
2012-11-15Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano-2/+2
2012-10-19get_fetch_map(): tighten checks on dest refsJunio C Hamano-2/+2
2012-07-13Merge branch 'jk/push-delete-ref-error-message'Junio C Hamano-0/+3
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King-0/+3
2012-05-22add sorting infrastructure for list refsJeff King-0/+22
2012-02-22push: add '--prune' optionFelipe Contreras-3/+28
2012-02-22remote: refactor code into alloc_delete_ref()Felipe Contreras-5/+9
2012-02-22remote: reorganize check_pattern_match()Felipe Contreras-29/+30
2012-02-22remote: use a local variable in match_push_refs()Felipe Contreras-9/+10
2012-02-01i18n: format_tracking_info "Your branch is behind" messageJiang Xin-11/+21
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy-3/+3
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy-2/+2
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano-48/+56
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano-5/+8
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto-12/+23
2011-10-15remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto-36/+33
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty-1/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty-39/+14
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano-5/+8
2011-06-07make copy_ref globally availableJeff King-1/+1
2011-06-05consider only branches in guess_remote_headJeff King-1/+3
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy-1/+1
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina-2/+2
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano-3/+3
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips-1/+1
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips-1/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano-2/+1
2010-06-07Merge branch 'maint'Junio C Hamano-1/+1
2010-06-07Change C99 comments to old-style C commentsTor Arntsen-1/+1