summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
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
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-12-04Add remote.<name>.proxySam Vilain
2007-11-19refactor fetch's ref matching to use refname_match()Steffen Prohaska
2007-11-19push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska
2007-11-18make "find_ref_by_name" a public functionJeff King
2007-11-10Teach send-pack a mirror modeAndy Whitcroft
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano
2007-10-25Merge branch 'db/fetch-pack'Junio C Hamano
2007-10-20send-pack: respect '+' on wildcard refspecsJeff King
2007-10-16Fix a crash in ls-remote when refspec expands into nothingAlex Riesen
2007-10-16Remove duplicate ref matches in fetchDaniel Barkalow
2007-09-25Prevent send-pack from segfaulting when a branch doesn't matchShawn O. Pearce