aboutsummaryrefslogtreecommitdiffstats
path: root/git-parse-remote.sh
AgeCommit message (Expand)AuthorFilesLines
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder1-1/+3
2012-11-08push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber1-1/+1
2012-03-04Make git-{pull,rebase} message without tracking information friendlierCarlos Martín Nieto1-23/+20
2011-04-28Merge branch 'mz/rebase'Junio C Hamano1-0/+38
2011-03-30Merge branch 'maint'Junio C Hamano1-1/+1
2011-03-30parse-remote: typofixJunio C Hamano1-1/+1
2011-03-30Merge branch 'maint'Junio C Hamano1-1/+2
2011-03-30parse-remote: replace unnecessary sed invocationStephen Boyd1-1/+2
2011-03-02git-request-pull: open-code the only invocation of get_remote_urlUwe Kleine-König1-4/+0
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König1-47/+1
2011-02-10rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk1-0/+38
2010-12-12Merge branch 'mz/pull-rebase-rebased'Junio C Hamano1-2/+8
2010-12-06parse-remote: handle detached HEADSanti Béjar1-1/+1
2010-11-29Use reflog in 'pull --rebase . foo'Martin von Zweigbergk1-2/+8
2010-01-31Do not install shell libraries executableJonathan Nieder1-0/+0
2009-06-11parse-remote: remove unused functionsSanti Béjar1-204/+0
2009-06-11parse-remote: support default reflist in get_remote_merge_branchSanti Béjar1-1/+7
2009-06-11parse-remote: function to get the tracking branch to be mergeSanti Béjar1-0/+29
2009-04-22Convert to use quiet option when availableDan Loewenherz1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-12/+12
2007-05-12Allow fetching references from any namespaceAlex Riesen1-2/+2
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini1-2/+12
2007-02-13Use stdin reflist passing in parse-remoteJulian Phillips1-1/+2
2007-02-13git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano1-45/+1
2007-02-04Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano1-6/+2
2007-01-30git-fetch: Allow fetching the remote HEADSanti Béjar1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-7/+7
2007-01-25parse-remote: do not barf on a remote shorthand without any refs to fetch.Junio C Hamano1-1/+8
2007-01-24make --upload-pack option to git-fetch configurableUwe Kleine-König1-0/+13
2007-01-15Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano1-2/+2
2006-12-31Do not merge random set of refs out of wildcarded refsJunio C Hamano1-1/+22
2006-12-24Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano1-2/+6
2006-12-22Do not support "partial URL shorthand" anymore.Junio C Hamano1-27/+7
2006-12-22default pull: forget about "newbie protection" for now.Junio C Hamano1-7/+0
2006-12-21parse-remote: mark all refs not for merge only when fetching more than oneJunio C Hamano1-2/+9
2006-12-21Revert "git-pull: refuse default merge without branch.*.merge"Junio C Hamano1-2/+1
2006-12-19Move "no merge candidate" warning into git-pullJosef Weidendorfer1-10/+0
2006-12-19Merge branch 'jc/test-clone' into jc/cloneJunio C Hamano1-5/+3
2006-12-18parse-remote::expand_refs_wildcard()Junio C Hamano1-5/+3
2006-12-16git-pull: refuse default merge without branch.*.mergeJunio C Hamano1-1/+2
2006-12-08Add branch.*.merge warning and documentation updateJosef Weidendorfer1-0/+11
2006-12-04git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler1-1/+1
2006-11-25git-fetch: allow forcing glob pattern in refspecJunio C Hamano1-4/+8
2006-11-23git-fetch: allow glob pattern in refspecJunio C Hamano1-0/+35
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar1-8/+29
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar1-0/+6
2006-05-04fetch, pull: ask config for remote informationJohannes Schindelin1-4/+24
2006-04-13Fix-up previous expr changes.Junio C Hamano1-1/+1
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-10/+10
2006-03-10fetch,parse-remote,fmt-merge-msg: refs/remotes/* supportEric Wong1-4/+4
2005-11-25parse-remote and ls-remote clean-up.Junio C Hamano1-1/+3
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano1-0/+6
2005-10-06Do not require ls-remote to be run inside a git repository.Alex Riesen1-1/+1
2005-09-28Fix default pull not to do an unintended Octopus.Junio C Hamano1-2/+9
2005-09-17Teach rsync transport about alternates.Junio C Hamano1-0/+21
2005-09-07Big tool rename.Junio C Hamano1-0/+155