summaryrefslogtreecommitdiffstats
path: root/git-parse-remote.sh
Commit message (Expand)AuthorAgeFilesLines
* i18n: git-parse-remote.sh: mark strings for translationVasco Almeida2016-04-191-17/+29
* remove #!interpreter line from shell librariesJonathan Nieder2013-11-261-1/+3
* push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber2012-11-081-1/+1
* Make git-{pull,rebase} message without tracking information friendlierCarlos Martín Nieto2012-03-041-23/+20
* Merge branch 'mz/rebase'Junio C Hamano2011-04-281-0/+38
|\
| * rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk2011-02-101-0/+38
* | Merge branch 'maint'Junio C Hamano2011-03-301-1/+1
|\ \
| * | parse-remote: typofixJunio C Hamano2011-03-301-1/+1
* | | Merge branch 'maint'Junio C Hamano2011-03-301-1/+2
|\| |
| * | parse-remote: replace unnecessary sed invocationStephen Boyd2011-03-301-1/+2
| |/
* | git-request-pull: open-code the only invocation of get_remote_urlUwe Kleine-König2011-03-021-4/+0
* | get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König2011-03-021-47/+1
|/
* Merge branch 'mz/pull-rebase-rebased'Junio C Hamano2010-12-121-2/+8
|\
| * Use reflog in 'pull --rebase . foo'Martin von Zweigbergk2010-11-291-2/+8
* | parse-remote: handle detached HEADSanti Béjar2010-12-061-1/+1
|/
* Do not install shell libraries executableJonathan Nieder2010-01-311-0/+0
* parse-remote: remove unused functionsSanti Béjar2009-06-111-204/+0
* parse-remote: support default reflist in get_remote_merge_branchSanti Béjar2009-06-111-1/+7
* parse-remote: function to get the tracking branch to be mergeSanti Béjar2009-06-111-0/+29
* Convert to use quiet option when availableDan Loewenherz2009-04-221-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-12/+12
* Allow fetching references from any namespaceAlex Riesen2007-05-121-2/+2
* git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-161-2/+12
* Use stdin reflist passing in parse-remoteJulian Phillips2007-02-131-1/+2
* git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano2007-02-131-45/+1
* Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano2007-02-041-6/+2
* git-fetch: Allow fetching the remote HEADSanti Béjar2007-01-301-1/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-7/+7
* parse-remote: do not barf on a remote shorthand without any refs to fetch.Junio C Hamano2007-01-251-1/+8
* make --upload-pack option to git-fetch configurableUwe Kleine-König2007-01-241-0/+13
* Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano2007-01-151-2/+2
* Do not merge random set of refs out of wildcarded refsJunio C Hamano2006-12-311-1/+22
* Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano2006-12-241-2/+6
* Do not support "partial URL shorthand" anymore.Junio C Hamano2006-12-221-27/+7
* default pull: forget about "newbie protection" for now.Junio C Hamano2006-12-221-7/+0
* parse-remote: mark all refs not for merge only when fetching more than oneJunio C Hamano2006-12-211-2/+9
* Revert "git-pull: refuse default merge without branch.*.merge"Junio C Hamano2006-12-211-2/+1
* Move "no merge candidate" warning into git-pullJosef Weidendorfer2006-12-191-10/+0
* Merge branch 'jc/test-clone' into jc/cloneJunio C Hamano2006-12-191-5/+3
|\
| * parse-remote::expand_refs_wildcard()Junio C Hamano2006-12-181-5/+3
* | git-pull: refuse default merge without branch.*.mergeJunio C Hamano2006-12-161-1/+2
|/
* Add branch.*.merge warning and documentation updateJosef Weidendorfer2006-12-081-0/+11
* git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler2006-12-041-1/+1
* git-fetch: allow forcing glob pattern in refspecJunio C Hamano2006-11-251-4/+8
* git-fetch: allow glob pattern in refspecJunio C Hamano2006-11-231-0/+35
* fetch: get the remote branches to merge from the branch propertiesSanti Béjar2006-09-241-8/+29
* Fetch: default remote repository from branch propertiesSanti Béjar2006-09-241-0/+6
* fetch, pull: ask config for remote informationJohannes Schindelin2006-05-041-4/+24
* Fix-up previous expr changes.Junio C Hamano2006-04-131-1/+1
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-131-10/+10