From 78ea063fb0b3e10d2af0b862ddbe6a0a71335afa Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Tue, 23 Feb 2016 16:45:07 +0100 Subject: [PATCH 1/2] Typo in Readme.md --- config/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Readme.md b/config/Readme.md index 1ed4f51..15526c7 100644 --- a/config/Readme.md +++ b/config/Readme.md @@ -7,7 +7,7 @@ directly, it has to be hardlinked. `vendor\aliases.example`. * `*.lua`: clink completitions and prompt filters; called from vendor\cmder.lua after all other prompt filter and clink completitons are initialized; add your own. -* `user_profile.{sh|bat|ps1}: startup files for bash|cmd|powershell tasks; called from their +* `user_profile.{sh|bat|ps1}`: startup files for bash|cmd|powershell tasks; called from their respective startup scripts in `vendor\`; autocreated on first start of such a task * `.history`: the current commandline history; autoupdated on close * `settings`: settings for readline; overwritten on update From aedd078050bb316111ab2fdd43112d351947a475 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sat, 27 Feb 2016 01:39:06 +0100 Subject: [PATCH 2/2] :arrow_up: Git@2.7.2.windows.1 --- vendor/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/sources.json b/vendor/sources.json index e592752..5bf8691 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -1,8 +1,8 @@ [ { "name": "git-for-windows", - "version": "v2.7.1.windows.1", - "url": "https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.1/PortableGit-2.7.1-32-bit.7z.exe" + "version": "v2.7.2.windows.1", + "url": "https://github.com/git-for-windows/git/releases/download/v2.7.2.windows.1/PortableGit-2.7.2-32-bit.7z.exe" }, { "name": "clink",