summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Merge branch 'mk/maint-cg-push'Junio C Hamano1-0/+11
2008-11-11git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler1-0/+11
2008-11-11remote: add a new 'origin' variable to the structMiklos Vajna1-0/+3
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe1-14/+7
2008-10-18use alloc_ref_from_str() everywhereRené Scharfe1-2/+1
2008-10-18add alloc_ref_with_prefix()René Scharfe1-16/+16
2008-10-17Merge branch 'maint'Junio C Hamano1-4/+5
2008-10-14remote.c: correct the check for a leading '/' in a remote nameBrandon Casey1-4/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-10-08Replace xmalloc/memset(0) pairs with xcallocBrandon Casey1-2/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi1-3/+3
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak1-2/+2
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey1-2/+27
2008-08-19remote.c: remove useless if-before-free testJim Meyering1-2/+1
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano1-18/+34
2008-07-16Reword "your branch has diverged..." lines to reduce line lengthAvery Pennarun1-16/+10
2008-07-03stat_tracking_info(): clear object flags used during countingJunio C Hamano1-0/+4
2008-07-02Refactor "tracking statistics" code used by "git checkout"Junio C Hamano1-0/+113
2008-06-18clean up error conventions of remote.c:match_explicitJeff King1-21/+11
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-2/+2
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+10
2008-05-23Merge branch 'pb/push'Junio C Hamano1-27/+54
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk1-13/+10
2008-05-08Merge branch 'db/learn-HEAD'Junio C Hamano1-1/+22
2008-05-05Merge branch 'pb/remote-mirror-config'Junio C Hamano1-24/+29
2008-05-04Have a constant extern refspec for "--tags"Daniel Barkalow1-0/+9
2008-05-04add special "matching refs" refspecPaolo Bonzini1-27/+54
2008-04-26Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow1-1/+22
2008-04-24push: allow unqualified dest refspecs to DWIMJeff King1-3/+29
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini1-24/+29
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca1-3/+18
2008-04-12Fix config key miscount in url.*.insteadOfDaniel Barkalow1-1/+1
2008-03-26Merge branch 'jc/maint-fetch-regression-1.5.4'Junio C Hamano1-6/+22
2008-03-26Fix branches file configurationDaniel Barkalow1-6/+22
2008-03-26Tighten refspec processingDaniel Barkalow1-39/+137
2008-03-25refspec: allow colon-less wildcard "refs/category/*"Junio C Hamano1-7/+11
2008-03-22remote.c: Fix overtight refspec validationJunio C Hamano1-46/+111
2008-03-18Tighten refspec processingDaniel Barkalow1-9/+38
2008-03-01Make git-remote a builtinJohannes Schindelin1-1/+2
2008-02-27Merge branch 'jm/free'Junio C Hamano1-2/+1
2008-02-27Merge branch 'db/push-single-with-HEAD'Junio C Hamano1-1/+9
2008-02-24url rewriting: take longest and first matchJunio C Hamano1-16/+38
2008-02-24Add support for url aliases in config filesDaniel Barkalow1-3/+94
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-20Resolve value supplied for no-colon push refspecsDaniel Barkalow1-1/+9
2008-02-19Use ALLOC_GROW in remote.{c,h}Daniel Barkalow1-72/+46
2008-02-15Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow1-1/+11
2008-02-11remote.c: guard config parser from value=NULLJunio C Hamano1-3/+6
2007-12-14remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano1-1/+1