summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
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
2009-03-16Remove total confusion from git-fetch and git-pushJunio C Hamano-18/+3
2009-03-14Remove unused assignmentsBenjamin Kramer-1/+1
2009-03-10Give error when no remote is configuredDaniel Barkalow-3/+27
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano-9/+136
2009-03-07Support '*' in the middle of a refspecDaniel Barkalow-7/+17
2009-03-07Keep '*' in pattern refspecsDaniel Barkalow-15/+18
2009-03-07Use the matching function to generate the match resultsDaniel Barkalow-22/+23
2009-03-07Use a single function to match names against patternsDaniel Barkalow-3/+9
2009-03-04stat_tracking_info(): only count real commitsKjetil Barvik-1/+2
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King-0/+8
2009-02-27remote: make match_refs() not short-circuitJay Soffian-2/+4
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refJay Soffian-2/+5
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian-10/+19
2009-02-27remote: make copy_ref() perform a deep copyJay Soffian-5/+13
2009-02-26remote: simplify guess_remote_head()Jay Soffian-23/+8
2009-02-26move locate_head() to remote.cJay Soffian-0/+37
2009-02-26move duplicated ref_newer() to remote.cJay Soffian-0/+49
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian-0/+26
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev-4/+2
2008-11-12Merge branch 'mk/maint-cg-push'Junio C Hamano-0/+11
2008-11-11git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler-0/+11
2008-11-11remote: add a new 'origin' variable to the structMiklos Vajna-0/+3
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe-14/+7
2008-10-18use alloc_ref_from_str() everywhereRené Scharfe-2/+1
2008-10-18add alloc_ref_with_prefix()René Scharfe-16/+16
2008-10-17Merge branch 'maint'Junio C Hamano-4/+5
2008-10-14remote.c: correct the check for a leading '/' in a remote nameBrandon Casey-4/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-2/+1
2008-10-08Replace xmalloc/memset(0) pairs with xcallocBrandon Casey-2/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi-3/+3
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak-2/+2
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey-2/+27
2008-08-19remote.c: remove useless if-before-free testJim Meyering-2/+1
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano-18/+34
2008-07-16Reword "your branch has diverged..." lines to reduce line lengthAvery Pennarun-16/+10
2008-07-03stat_tracking_info(): clear object flags used during countingJunio C Hamano-0/+4
2008-07-02Refactor "tracking statistics" code used by "git checkout"Junio C Hamano-0/+113