summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Libravatar Thiago Farina1-2/+2
2010-06-30Merge branch 'jp/string-list-api-cleanup'Libravatar Junio C Hamano1-3/+3
2010-06-27string_list: Fix argument order for string_list_appendLibravatar Julian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_lookupLibravatar Julian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-1/+1
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-2/+1
2010-06-07Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-06-07Change C99 comments to old-style C commentsLibravatar Tor Arntsen1-1/+1
2010-05-31Rewrite dynamic structure initializations to runtime assignmentLibravatar Gary V. Vaughan1-2/+1
2010-04-19Honor "tagopt = --tags" configuration optionLibravatar Samuel Tardieu1-0/+2
2010-01-09refactor ref status logic for pushingLibravatar Tay Ray Chuan1-0/+50
2009-12-26Merge branch 'sr/vcs-helper'Libravatar Junio C Hamano1-4/+38
2009-11-23Merge branch 'bg/fetch-multi'Libravatar Junio C Hamano1-1/+41
2009-11-17Allow helper to map private ref names into normal namesLibravatar Daniel Barkalow1-0/+27
2009-11-17Add a config option for remotes to specify a foreign vcsLibravatar Daniel Barkalow1-1/+3
2009-11-17Use a function to determine whether a remote is validLibravatar Daniel Barkalow1-4/+9
2009-11-14remote: fix use-after-free error detected by glibc in ref_remove_duplicatesLibravatar Julian Phillips1-0/+2
2009-11-10remote: refactor some logic into get_stale_heads()Libravatar Jay Soffian1-0/+40
2009-11-10Add the configuration option skipFetchAllLibravatar Björn Gustavsson1-1/+2
2009-10-27remote: Make ref_remove_duplicates faster for large numbers of refsLibravatar Julian Phillips1-19/+22
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyLibravatar Josh Triplett1-9/+27
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setLibravatar Josh Triplett1-25/+28
2009-08-31Style fixes, add a space after if/for/while.Libravatar Brian Gianforcaro1-1/+1
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Libravatar Junio C Hamano1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-3/+3
2009-06-20Merge branch 'mg/pushurl'Libravatar Junio C Hamano1-0/+14
2009-06-18fetch: do not create ref from empty nameLibravatar Clemens Buchacher1-1/+1
2009-06-13Merge branch 'cb/match_refs_internal_tail'Libravatar Junio C Hamano1-4/+13
2009-06-09Allow push and fetch urls to be differentLibravatar Michael J Gruber1-0/+14
2009-06-01match_refs: search ref list tail internallyLibravatar Clemens Buchacher1-4/+13
2009-05-23Merge branch 'mg/track'Libravatar Junio C Hamano1-2/+2
2009-05-14Fix behavior with non-commit upstream referencesLibravatar Michael J Gruber1-2/+2
2009-04-24remote.c: do not trigger remote.<name>.<var> codepath for two-level namesLibravatar Johannes Sixt1-1/+1
2009-04-21Revert "stat_tracking_info(): only count real commits"Libravatar Junio C Hamano1-2/+1
2009-04-17Merge branch 'bw/short-ref-strict'Libravatar Junio C Hamano1-5/+1
2009-04-17remote.c: use shorten_unambiguous_refLibravatar Michael J Gruber1-5/+1
2009-04-17get_local_heads(): do not return random pointer if there is no headLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2009-04-12Merge branch 'fg/remote-prune'Libravatar Junio C Hamano1-0/+11
2009-04-07remote: New function remote_is_configured()Libravatar Finn Arne Gangstad1-0/+11
2009-04-06Merge branch 'mg/tracked-local-branches'Libravatar Junio C Hamano1-2/+5
2009-04-01Merge branch 'kb/tracking-count-no-merges'Libravatar Junio C Hamano1-1/+2
2009-04-01Make local branches behave like remote branches when --trackedLibravatar Michael J Gruber1-2/+5
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Libravatar Junio C Hamano1-34/+54
2009-03-17Merge branch 'db/maint-missing-origin'Libravatar Junio C Hamano1-3/+12
2009-03-17Merge branch 'js/remote-improvements'Libravatar Junio C Hamano1-9/+136
2009-03-16Remove total confusion from git-fetch and git-pushLibravatar Junio C Hamano1-18/+3
2009-03-14Remove unused assignmentsLibravatar Benjamin Kramer1-1/+1
2009-03-10Give error when no remote is configuredLibravatar Daniel Barkalow1-3/+27
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleLibravatar Junio C Hamano1-9/+136
2009-03-07Support '*' in the middle of a refspecLibravatar Daniel Barkalow1-7/+17