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