summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-261-48/+56
|\
| * fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-151-12/+23
| * remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto2011-10-151-36/+33
* | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-211-5/+8
|\ \
| * | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-121-5/+8
| |/
* | remote: use xstrdup() instead of strdup()Michael Haggerty2011-10-051-1/+1
* | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-39/+14
|/
* make copy_ref globally availableJeff King2011-06-071-1/+1
* consider only branches in guess_remote_headJeff King2011-06-051-1/+3
* Change "tracking branch" to "remote-tracking branch"Matthieu Moy2010-11-031-1/+1
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-2/+2
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-3/+3
|\
| * string_list: Fix argument order for string_list_appendJulian Phillips2010-06-271-1/+1
| * string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-271-1/+1
| * string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-2/+1
|\ \
| * | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-2/+1
* | | Merge branch 'maint'Junio C Hamano2010-06-071-1/+1
|\ \ \ | |_|/ |/| |
| * | Change C99 comments to old-style C commentsTor Arntsen2010-06-071-1/+1
| |/
* | Honor "tagopt = --tags" configuration optionSamuel Tardieu2010-04-191-0/+2
|/
* refactor ref status logic for pushingTay Ray Chuan2010-01-091-0/+50
* Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-4/+38
|\
| * Allow helper to map private ref names into normal namesDaniel Barkalow2009-11-171-0/+27
| * Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-171-1/+3
| * Use a function to determine whether a remote is validDaniel Barkalow2009-11-171-4/+9
* | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-231-1/+41
|\ \
| * | remote: refactor some logic into get_stale_heads()Jay Soffian2009-11-101-0/+40
| * | Add the configuration option skipFetchAllBjörn Gustavsson2009-11-101-1/+2
| |/
* | remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips2009-11-141-0/+2
* | remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips2009-10-271-19/+22
|/
* Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-081-9/+27
* Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett2009-09-071-25/+28
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano2009-07-061-1/+1
|\
| * fetch: do not create ref from empty nameClemens Buchacher2009-06-181-1/+1
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-3/+3
* | Merge branch 'mg/pushurl'Junio C Hamano2009-06-201-0/+14
|\ \
| * | Allow push and fetch urls to be differentMichael J Gruber2009-06-091-0/+14
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-131-4/+13
|\ \ \ | |/ / |/| |
| * | match_refs: search ref list tail internallyClemens Buchacher2009-06-011-4/+13
| |/
* | Merge branch 'mg/track'Junio C Hamano2009-05-231-2/+2
|\ \ | |/ |/|
| * Fix behavior with non-commit upstream referencesMichael J Gruber2009-05-141-2/+2
* | remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt2009-04-241-1/+1
* | Revert "stat_tracking_info(): only count real commits"Junio C Hamano2009-04-211-2/+1
* | Merge branch 'bw/short-ref-strict'Junio C Hamano2009-04-171-5/+1
|\ \
| * | remote.c: use shorten_unambiguous_refMichael J Gruber2009-04-171-5/+1
* | | get_local_heads(): do not return random pointer if there is no headNguyễn Thái Ngọc Duy2009-04-171-1/+1
|/ /
* | Merge branch 'fg/remote-prune'Junio C Hamano2009-04-121-0/+11
|\ \
| * | remote: New function remote_is_configured()Finn Arne Gangstad2009-04-071-0/+11
* | | Merge branch 'mg/tracked-local-branches'Junio C Hamano2009-04-061-2/+5
|\ \ \ | |/ / |/| |