summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
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
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-21Merge branch 'mg/pushurl'Junio C Hamano
2009-06-18fetch: do not create ref from empty nameClemens Buchacher
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano
2009-06-10Allow push and fetch urls to be differentMichael J Gruber
2009-06-02match_refs: search ref list tail internallyClemens Buchacher
2009-05-23Merge branch 'mg/track'Junio C Hamano
2009-05-14Fix behavior with non-commit upstream referencesMichael J Gruber
2009-04-24remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt
2009-04-21Revert "stat_tracking_info(): only count real commits"Junio C Hamano
2009-04-18Merge branch 'bw/short-ref-strict'Junio C Hamano
2009-04-18remote.c: use shorten_unambiguous_refMichael J Gruber
2009-04-18get_local_heads(): do not return random pointer if there is no headNguyễn Thái Ngọc Duy
2009-04-12Merge branch 'fg/remote-prune'Junio C Hamano
2009-04-08remote: New function remote_is_configured()Finn Arne Gangstad
2009-04-06Merge branch 'mg/tracked-local-branches'Junio C Hamano
2009-04-02Merge branch 'kb/tracking-count-no-merges'Junio C Hamano
2009-04-01Make local branches behave like remote branches when --trackedMichael J Gruber
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano
2009-03-18Merge branch 'db/maint-missing-origin'Junio C Hamano
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-16Remove total confusion from git-fetch and git-pushJunio C Hamano
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-03-11Give error when no remote is configuredDaniel Barkalow
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano