summaryrefslogtreecommitdiff
path: root/git-parse-remote.sh
AgeCommit message (Expand)Author
2016-04-19i18n: git-parse-remote.sh: mark strings for translationVasco Almeida
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder
2012-11-08push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber
2012-03-05Make git-{pull,rebase} message without tracking information friendlierCarlos Martín Nieto
2011-04-28Merge branch 'mz/rebase'Junio C Hamano
2011-03-31Merge branch 'maint'Junio C Hamano
2011-03-31parse-remote: typofixJunio C Hamano
2011-03-30Merge branch 'maint'Junio C Hamano
2011-03-30parse-remote: replace unnecessary sed invocationStephen Boyd
2011-03-02git-request-pull: open-code the only invocation of get_remote_urlUwe Kleine-König
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König
2011-02-10rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk
2010-12-13Merge branch 'mz/pull-rebase-rebased'Junio C Hamano
2010-12-07parse-remote: handle detached HEADSanti Béjar
2010-11-29Use reflog in 'pull --rebase . foo'Martin von Zweigbergk
2010-01-31Do not install shell libraries executableJonathan Nieder
2009-06-12parse-remote: remove unused functionsSanti Béjar
2009-06-12parse-remote: support default reflist in get_remote_merge_branchSanti Béjar
2009-06-12parse-remote: function to get the tracking branch to be mergeSanti Béjar
2009-04-23Convert to use quiet option when availableDan Loewenherz
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-12Allow fetching references from any namespaceAlex Riesen
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-02-14Use stdin reflist passing in parse-remoteJulian Phillips
2007-02-14git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano
2007-02-05Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano
2007-01-30git-fetch: Allow fetching the remote HEADSanti Béjar
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-26parse-remote: do not barf on a remote shorthand without any refs to fetch.Junio C Hamano
2007-01-25make --upload-pack option to git-fetch configurableUwe Kleine-König
2007-01-15Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano
2007-01-01Do not merge random set of refs out of wildcarded refsJunio C Hamano
2006-12-24Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano
2006-12-22Do not support "partial URL shorthand" anymore.Junio C Hamano
2006-12-22default pull: forget about "newbie protection" for now.Junio C Hamano
2006-12-22parse-remote: mark all refs not for merge only when fetching more than oneJunio C Hamano
2006-12-22Revert "git-pull: refuse default merge without branch.*.merge"Junio C Hamano
2006-12-19Move "no merge candidate" warning into git-pullJosef Weidendorfer
2006-12-19Merge branch 'jc/test-clone' into jc/cloneJunio C Hamano
2006-12-18parse-remote::expand_refs_wildcard()Junio C Hamano
2006-12-16git-pull: refuse default merge without branch.*.mergeJunio C Hamano
2006-12-09Add branch.*.merge warning and documentation updateJosef Weidendorfer
2006-12-04git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler
2006-11-25git-fetch: allow forcing glob pattern in refspecJunio C Hamano
2006-11-24git-fetch: allow glob pattern in refspecJunio C Hamano
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-05-04fetch, pull: ask config for remote informationJohannes Schindelin
2006-04-14Fix-up previous expr changes.Junio C Hamano
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding