summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-07Keep '*' in pattern refspecsLibravatar Daniel Barkalow1-15/+18
2009-03-07Use the matching function to generate the match resultsLibravatar Daniel Barkalow1-22/+23
2009-03-07Use a single function to match names against patternsLibravatar Daniel Barkalow1-3/+9
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableLibravatar Jeff King1-0/+8
2009-02-27remote: make match_refs() not short-circuitLibravatar Jay Soffian1-2/+4
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refLibravatar Jay Soffian1-2/+5
2009-02-27remote: let guess_remote_head() optionally return all matchesLibravatar Jay Soffian1-10/+19
2009-02-27remote: make copy_ref() perform a deep copyLibravatar Jay Soffian1-5/+13
2009-02-26remote: simplify guess_remote_head()Libravatar Jay Soffian1-23/+8
2009-02-26move locate_head() to remote.cLibravatar Jay Soffian1-0/+37
2009-02-26move duplicated ref_newer() to remote.cLibravatar Jay Soffian1-0/+49
2009-02-26move duplicated get_local_heads() to remote.cLibravatar Jay Soffian1-0/+26
2009-01-11add is_dot_or_dotdot inline functionLibravatar Alexander Potashev1-4/+2
2008-11-12Merge branch 'mk/maint-cg-push'Libravatar Junio C Hamano1-0/+11
2008-11-11git push: Interpret $GIT_DIR/branches in a Cogito compatible wayLibravatar Martin Koegler1-0/+11
2008-11-11remote: add a new 'origin' variable to the structLibravatar Miklos Vajna1-0/+3
2008-10-18make alloc_ref_from_str() the new alloc_ref()Libravatar René Scharfe1-14/+7
2008-10-18use alloc_ref_from_str() everywhereLibravatar René Scharfe1-2/+1
2008-10-18add alloc_ref_with_prefix()Libravatar René Scharfe1-16/+16
2008-10-17Merge branch 'maint'Libravatar Junio C Hamano1-4/+5
2008-10-14remote.c: correct the check for a leading '/' in a remote nameLibravatar Brandon Casey1-4/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-10-08Replace xmalloc/memset(0) pairs with xcallocLibravatar Brandon Casey1-2/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Libravatar Nanako Shiraishi1-3/+3
2008-09-09Use xmalloc() and friends to catch allocation failuresLibravatar Dotan Barak1-2/+2
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Libravatar Brandon Casey1-2/+27
2008-08-19remote.c: remove useless if-before-free testLibravatar Jim Meyering1-2/+1
2008-07-27make sure parsed wildcard refspec ends with slashLibravatar Junio C Hamano1-18/+34
2008-07-16Reword "your branch has diverged..." lines to reduce line lengthLibravatar Avery Pennarun1-16/+10
2008-07-03stat_tracking_info(): clear object flags used during countingLibravatar Junio C Hamano1-0/+4
2008-07-02Refactor "tracking statistics" code used by "git checkout"Libravatar Junio C Hamano1-0/+113
2008-06-18clean up error conventions of remote.c:match_explicitLibravatar Jeff King1-21/+11
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-2/+2
2008-05-25Merge branch 'db/clone-in-c'Libravatar Junio C Hamano1-0/+10
2008-05-23Merge branch 'pb/push'Libravatar Junio C Hamano1-27/+54
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+2
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringLibravatar Krzysztof Kowalczyk1-13/+10
2008-05-08Merge branch 'db/learn-HEAD'Libravatar Junio C Hamano1-1/+22
2008-05-05Merge branch 'pb/remote-mirror-config'Libravatar Junio C Hamano1-24/+29
2008-05-04Have a constant extern refspec for "--tags"Libravatar Daniel Barkalow1-0/+9
2008-05-04add special "matching refs" refspecLibravatar Paolo Bonzini1-27/+54
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow1-1/+22