summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Make local branches behave like remote branches when --trackedMichael J Gruber2009-04-011-2/+5
* | Merge branch 'kb/tracking-count-no-merges'Junio C Hamano2009-04-011-1/+2
|\ \ | |/ |/|
| * stat_tracking_info(): only count real commitsKjetil Barvik2009-03-041-1/+2
* | Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano2009-03-201-34/+54
|\ \
| * \ Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-081-9/+136
| |\ \
| * | | Support '*' in the middle of a refspecDaniel Barkalow2009-03-071-7/+17
| * | | Keep '*' in pattern refspecsDaniel Barkalow2009-03-071-15/+18
| * | | Use the matching function to generate the match resultsDaniel Barkalow2009-03-071-22/+23
| * | | Use a single function to match names against patternsDaniel Barkalow2009-03-071-3/+9
| | |/ | |/|
* | | Merge branch 'db/maint-missing-origin'Junio C Hamano2009-03-171-3/+12
|\ \ \
| * | | Remove total confusion from git-fetch and git-pushJunio C Hamano2009-03-161-18/+3
| * | | Give error when no remote is configuredDaniel Barkalow2009-03-101-3/+27
| |/ /
* | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-9/+136
|\ \ \ | | |/ | |/|
| * | remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-271-0/+8
| * | remote: make match_refs() not short-circuitJay Soffian2009-02-271-2/+4
| * | remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-271-2/+5
| * | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-271-10/+19
| * | remote: make copy_ref() perform a deep copyJay Soffian2009-02-271-5/+13
| * | remote: simplify guess_remote_head()Jay Soffian2009-02-261-23/+8
| * | move locate_head() to remote.cJay Soffian2009-02-261-0/+37
| * | move duplicated ref_newer() to remote.cJay Soffian2009-02-261-0/+49
| * | move duplicated get_local_heads() to remote.cJay Soffian2009-02-261-0/+26
| |/
* | Remove unused assignmentsBenjamin Kramer2009-03-141-1/+1
|/
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-4/+2
* Merge branch 'mk/maint-cg-push'Junio C Hamano2008-11-121-0/+11
|\
| * git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-111-0/+11
* | remote: add a new 'origin' variable to the structMiklos Vajna2008-11-111-0/+3
* | make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-181-14/+7
* | use alloc_ref_from_str() everywhereRené Scharfe2008-10-181-2/+1
* | add alloc_ref_with_prefix()René Scharfe2008-10-181-16/+16
* | Merge branch 'maint'Junio C Hamano2008-10-171-4/+5
|\ \ | |/
| * remote.c: correct the check for a leading '/' in a remote nameBrandon Casey2008-10-141-4/+5
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-081-2/+1
* | remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi2008-09-251-3/+3
* | Use xmalloc() and friends to catch allocation failuresDotan Barak2008-09-091-2/+2
* | remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey2008-08-221-2/+27
|/
* remote.c: remove useless if-before-free testJim Meyering2008-08-191-2/+1
* make sure parsed wildcard refspec ends with slashJunio C Hamano2008-07-271-18/+34
* Reword "your branch has diverged..." lines to reduce line lengthAvery Pennarun2008-07-161-16/+10
* stat_tracking_info(): clear object flags used during countingJunio C Hamano2008-07-031-0/+4
* Refactor "tracking statistics" code used by "git checkout"Junio C Hamano2008-07-021-0/+113