summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
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-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
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan-2/+1
2010-04-19Honor "tagopt = --tags" configuration optionSamuel Tardieu-0/+2
2010-01-09refactor ref status logic for pushingTay Ray Chuan-0/+50
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano-4/+38
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano-1/+41
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow-0/+27
2009-11-17Add a config option for remotes to specify a foreign vcsDaniel Barkalow-1/+3
2009-11-17Use a function to determine whether a remote is validDaniel Barkalow-4/+9
2009-11-14remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips-0/+2
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian-0/+40
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson-1/+2
2009-10-27remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips-19/+22
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett-9/+27
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett-25/+28
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro-1/+1
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano-1/+1
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds-3/+3
2009-06-20Merge branch 'mg/pushurl'Junio C Hamano-0/+14
2009-06-18fetch: do not create ref from empty nameClemens Buchacher-1/+1
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano-4/+13
2009-06-09Allow push and fetch urls to be differentMichael J Gruber-0/+14
2009-06-01match_refs: search ref list tail internallyClemens Buchacher-4/+13
2009-05-23Merge branch 'mg/track'Junio C Hamano-2/+2
2009-05-14Fix behavior with non-commit upstream referencesMichael J Gruber-2/+2
2009-04-24remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt-1/+1
2009-04-21Revert "stat_tracking_info(): only count real commits"Junio C Hamano-2/+1
2009-04-17Merge branch 'bw/short-ref-strict'Junio C Hamano-5/+1
2009-04-17remote.c: use shorten_unambiguous_refMichael J Gruber-5/+1
2009-04-17get_local_heads(): do not return random pointer if there is no headNguyễn Thái Ngọc Duy-1/+1
2009-04-12Merge branch 'fg/remote-prune'Junio C Hamano-0/+11
2009-04-07remote: New function remote_is_configured()Finn Arne Gangstad-0/+11
2009-04-06Merge branch 'mg/tracked-local-branches'Junio C Hamano-2/+5
2009-04-01Merge branch 'kb/tracking-count-no-merges'Junio C Hamano-1/+2
2009-04-01Make local branches behave like remote branches when --trackedMichael J Gruber-2/+5
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano-34/+54
2009-03-17Merge branch 'db/maint-missing-origin'Junio C Hamano-3/+12
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano-9/+136