summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2013-01-12Merge branch 'jc/fetch-ignore-symref' into maintJunio C Hamano
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano
2012-12-03Merge branch 'mm/status-push-pull-advise'Junio C Hamano
2012-12-03status: respect advice.statusHints for ahead/behind adviceJeff King
2012-11-28Merge branch 'mm/status-push-pull-advise'Junio C Hamano
2012-11-16status: add advice on how to push/pull to tracking branchMatthieu Moy
2012-11-15Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano
2012-10-19get_fetch_map(): tighten checks on dest refsJunio C Hamano
2012-07-14Merge branch 'jk/push-delete-ref-error-message'Junio C Hamano
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King
2012-05-22add sorting infrastructure for list refsJeff King
2012-02-23push: add '--prune' optionFelipe Contreras
2012-02-23remote: refactor code into alloc_delete_ref()Felipe Contreras
2012-02-23remote: reorganize check_pattern_match()Felipe Contreras
2012-02-22remote: use a local variable in match_push_refs()Felipe Contreras
2012-02-02i18n: format_tracking_info "Your branch is behind" messageJiang Xin
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-16remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-06-07make copy_ref globally availableJeff King
2011-06-06consider only branches in guess_remote_headJeff King
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-08Merge branch 'maint'Junio C Hamano
2010-06-07Change C99 comments to old-style C commentsTor Arntsen
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-04-19Honor "tagopt = --tags" configuration optionSamuel Tardieu
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano
2009-11-18Allow helper to map private ref names into normal namesDaniel Barkalow
2009-11-18Add a config option for remotes to specify a foreign vcsDaniel Barkalow
2009-11-18Use a function to determine whether a remote is validDaniel Barkalow
2009-11-15remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson
2009-10-28remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett