summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-05Merge branch 'jc/fetch-ignore-symref'Junio C Hamano1-1/+12
2013-01-05Merge branch 'cr/push-force-tag-update'Junio C Hamano1-19/+62
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano1-1/+12
2012-12-03Merge branch 'mm/status-push-pull-advise'Junio C Hamano1-6/+9
2012-12-03status: respect advice.statusHints for ahead/behind adviceJeff King1-6/+9
2012-12-03push: cleanup push rules commentChris Rorvick1-15/+17
2012-12-02push: clarify rejection of update to non-commit-ishChris Rorvick1-0/+5
2012-12-02push: require force for annotated tagsChris Rorvick1-2/+9
2012-12-02push: require force for refs under refs/tags/Chris Rorvick1-4/+14
2012-12-02push: flag updates that require forceChris Rorvick1-3/+8
2012-12-02push: keep track of "update" state separatelyChris Rorvick1-7/+11
2012-12-02push: add advice for rejected tag referenceChris Rorvick1-0/+10
2012-11-28Merge branch 'mm/status-push-pull-advise'Junio C Hamano1-3/+10
2012-11-16status: add advice on how to push/pull to tracking branchMatthieu Moy1-3/+10
2012-11-15Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano1-2/+2
2012-10-19get_fetch_map(): tighten checks on dest refsJunio C Hamano1-2/+2
2012-07-13Merge branch 'jk/push-delete-ref-error-message'Junio C Hamano1-0/+3
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King1-0/+3
2012-05-22add sorting infrastructure for list refsJeff King1-0/+22
2012-02-22push: add '--prune' optionFelipe Contreras1-3/+28
2012-02-22remote: refactor code into alloc_delete_ref()Felipe Contreras1-5/+9
2012-02-22remote: reorganize check_pattern_match()Felipe Contreras1-29/+30
2012-02-22remote: use a local variable in match_push_refs()Felipe Contreras1-9/+10
2012-02-01i18n: format_tracking_info "Your branch is behind" messageJiang Xin1-11/+21
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-3/+3
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy1-2/+2
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano1-48/+56
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano1-5/+8
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-12/+23
2011-10-15remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto1-36/+33
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty1-1/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-39/+14
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano1-5/+8
2011-06-07make copy_ref globally availableJeff King1-1/+1
2011-06-05consider only branches in guess_remote_headJeff King1-1/+3
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy1-1/+1
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-2/+2
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-3/+3
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-1/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-2/+1
2010-06-07Merge branch 'maint'Junio C Hamano1-1/+1
2010-06-07Change C99 comments to old-style C commentsTor Arntsen1-1/+1
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan1-2/+1
2010-04-19Honor "tagopt = --tags" configuration optionSamuel Tardieu1-0/+2
2010-01-09refactor ref status logic for pushingTay Ray Chuan1-0/+50
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-4/+38
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano1-1/+41
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow1-0/+27