summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Add a config option for remotes to specify a foreign vcsDaniel Barkalow1-1/+3
2009-11-17Use a function to determine whether a remote is validDaniel Barkalow1-4/+9
2009-11-14remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips1-0/+2
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian1-0/+40
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson1-1/+2
2009-10-27remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips1-19/+22
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett1-9/+27
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett1-25/+28
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-1/+1
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-3/+3
2009-06-20Merge branch 'mg/pushurl'Junio C Hamano1-0/+14
2009-06-18fetch: do not create ref from empty nameClemens Buchacher1-1/+1
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano1-4/+13
2009-06-09Allow push and fetch urls to be differentMichael J Gruber1-0/+14
2009-06-01match_refs: search ref list tail internallyClemens Buchacher1-4/+13
2009-05-23Merge branch 'mg/track'Junio C Hamano1-2/+2
2009-05-14Fix behavior with non-commit upstream referencesMichael J Gruber1-2/+2
2009-04-24remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt1-1/+1
2009-04-21Revert "stat_tracking_info(): only count real commits"Junio C Hamano1-2/+1
2009-04-17Merge branch 'bw/short-ref-strict'Junio C Hamano1-5/+1
2009-04-17remote.c: use shorten_unambiguous_refMichael J Gruber1-5/+1
2009-04-17get_local_heads(): do not return random pointer if there is no headNguyễn Thái Ngọc Duy1-1/+1
2009-04-12Merge branch 'fg/remote-prune'Junio C Hamano1-0/+11
2009-04-07remote: New function remote_is_configured()Finn Arne Gangstad1-0/+11
2009-04-06Merge branch 'mg/tracked-local-branches'Junio C Hamano1-2/+5
2009-04-01Merge branch 'kb/tracking-count-no-merges'Junio C Hamano1-1/+2
2009-04-01Make local branches behave like remote branches when --trackedMichael J Gruber1-2/+5
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano1-34/+54
2009-03-17Merge branch 'db/maint-missing-origin'Junio C Hamano1-3/+12
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano1-9/+136
2009-03-16Remove total confusion from git-fetch and git-pushJunio C Hamano1-18/+3
2009-03-14Remove unused assignmentsBenjamin Kramer1-1/+1
2009-03-10Give error when no remote is configuredDaniel Barkalow1-3/+27
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano1-9/+136
2009-03-07Support '*' in the middle of a refspecDaniel Barkalow1-7/+17
2009-03-07Keep '*' in pattern refspecsDaniel Barkalow1-15/+18
2009-03-07Use the matching function to generate the match resultsDaniel Barkalow1-22/+23
2009-03-07Use a single function to match names against patternsDaniel Barkalow1-3/+9
2009-03-04stat_tracking_info(): only count real commitsKjetil Barvik1-1/+2
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King1-0/+8
2009-02-27remote: make match_refs() not short-circuitJay Soffian1-2/+4
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refJay Soffian1-2/+5
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian1-10/+19
2009-02-27remote: make copy_ref() perform a deep copyJay Soffian1-5/+13
2009-02-26remote: simplify guess_remote_head()Jay Soffian1-23/+8
2009-02-26move locate_head() to remote.cJay Soffian1-0/+37
2009-02-26move duplicated ref_newer() to remote.cJay Soffian1-0/+49
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian1-0/+26
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev1-4/+2