summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
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
2007-09-25Cleanup unnecessary break in remote.cShawn O. Pearce
2007-09-25Cleanup style nit of 'x == NULL' in remote.cShawn O. Pearce
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce
2007-09-19builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce
2007-09-19Don't configure remote "." to fetch everything to itselfShawn O. Pearce
2007-09-19Add matching and parsing for fetch-side refspec rulesDaniel Barkalow
2007-09-19Report information on branches from remote.hDaniel Barkalow
2007-09-19Add uploadpack configuration info to remote.Daniel Barkalow
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin
2007-07-10Some cosmetic changes to remote libraryDaniel Barkalow
2007-07-10Add allocation and freeing functions for struct refsDaniel Barkalow
2007-07-03"git-push $URL" without refspecs pushes only matching branchesJunio C Hamano
2007-06-16Merge branch 'jc/remote'Junio C Hamano
2007-06-16Fix pushing to a pattern with no dstDaniel Barkalow
2007-06-13Don't dereference a strdup-returned NULLJim Meyering
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano
2007-06-09remote.c: fix "git push" weak match disambiguationJunio C Hamano
2007-06-09remote.c: minor clean-up of match_explicit()Junio C Hamano
2007-06-09remote.c: refactor creation of new dst refJunio C Hamano
2007-06-09remote.c: refactor match_explicit_refs()Junio C Hamano
2007-06-08Fix push with refspecs containing wildcardsAlex Riesen
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow
2007-05-21Add handlers for fetch-side configuration of remotes.Daniel Barkalow
2007-05-21Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow
2007-05-21Move remote parsing into a library file out of builtin-push.Daniel Barkalow