Benjamin Staneck 
							
						 
					 
					
						
						
							
						
						143e659187 
					 
					
						
						
							
							⬆️  clink to 0.4.5  
						
						
						
						
					 
					
						2015-08-31 04:48:46 +02:00 
						 
				 
			
				
					
						
							
							
								Bond 
							
						 
					 
					
						
						
							
						
						2a1a736ceb 
					 
					
						
						
							
							Remove depreciated Enable-GitColors  
						
						... 
						
						
						
						The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2480  and should be removed here as well. 
						
						
					 
					
						2015-06-04 23:25:09 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						29d1378d7a 
					 
					
						
						
							
							Add git to PATH (while in Cmder)  
						
						... 
						
						
						
						Add bundled git to PATH if we can't find git on PATH. 
						
						
					 
					
						2015-05-19 15:47:06 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						c15e29ecb3 
					 
					
						
						
							
							$PSScriptRoot compatibility  
						
						... 
						
						
						
						$PSScriptRoot is not available on PS version 2 or below.
So we'll set it ourselves. 
						
						
					 
					
						2015-05-19 15:44:32 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						a18320c938 
					 
					
						
						
							
							Improve warning text when posh-git is missing.  
						
						
						
						
					 
					
						2015-05-17 22:13:23 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						f196375f53 
					 
					
						
						
							
							Update to latest ConEmu.  
						
						
						
						
					 
					
						2015-05-17 22:08:35 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						e549f88b00 
					 
					
						
						
							
							Removed extra quotation mark  
						
						
						
						
					 
					
						2015-04-02 12:02:34 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						687fb72397 
					 
					
						
						
							
							Update sources for 1.2  
						
						... 
						
						
						
						Updated sources. 
						
						
					 
					
						2015-04-02 12:00:44 +01:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						c466698d6b 
					 
					
						
						
							
							Only write VCS Status if we're in a git repo  
						
						... 
						
						
						
						In an effort to speed up the prompt we will only call write-vcsstatus if
there is a .git folder in the current or any parent path recursively.
As this function is called every new prompt line it needs to be as fast as
possible. 
						
						
					 
					
						2015-03-25 12:29:10 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						18fc5e37c7 
					 
					
						
						
							
							Check that git can really be used as well as posh-git  
						
						... 
						
						
						
						Explicitly call `import posh-git` because it doesn't have a module
manifest thus powershell can't autoload it when using a cmdlet.
At present the cmder repo doesn't try to download posh-git so it might be
missing from the users session. 
						
						
					 
					
						2015-03-25 12:22:07 +00:00 
						 
				 
			
				
					
						
							
							
								Vladimir Kotikov 
							
						 
					 
					
						
						
							
						
						b75b3239e7 
					 
					
						
						
							
							Adds clink-completions as an external dependency  
						
						... 
						
						
						
						* Adds package to sources.json
* Merges all cmder's lua modules into one -> cmder.lua to exclude future conflicts
* Adds external modules loading logic 
						
						
					 
					
						2015-03-20 22:29:34 +03:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						69eb956d65 
					 
					
						
						
							
							Merge pull request  #432  from Jackbennett/ps-revert-newline  
						
						... 
						
						
						
						Revert new line from commit dc834cc28f 
						
						
					 
					
						2015-03-18 21:14:39 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						dfa58acccc 
					 
					
						
						
							
							Revert new line from commit  dc834cc28f 
						
						... 
						
						
						
						This matches how cmd looks in conemu for cmder and PS seems to add some
padding around command output so I really don't see what the extra new
line is doing.
Saving dat precious vertical space. 
						
						
					 
					
						2015-03-18 15:47:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						e811c60ab2 
					 
					
						
						
							
							Leverage the Module Autoload path and save doing it ourselves.  
						
						... 
						
						
						
						This should be faster too as we won't automatically import all functions
to the session. Powershell now knows where to look before declaring they
don't exist. 
						
						
					 
					
						2015-03-18 15:33:55 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						b25e46d7a7 
					 
					
						
						
							
							Merge pull request  #364  from narnaud/pr-local-git  
						
						... 
						
						
						
						Prefer user installed git over cmder one. 
						
						
					 
					
						2015-03-18 11:00:44 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						7169f49fff 
					 
					
						
						
							
							Merge pull request  #311  from sescandell/fix-adminlaunch  
						
						... 
						
						
						
						FIX CMDER_ROOT for admin launch 
						
						
					 
					
						2015-03-18 10:35:15 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						021263d81c 
					 
					
						
						
							
							Merge pull request  #273  from LeoColomb/master  
						
						... 
						
						
						
						Fixes small Powershell' loader issues 
						
						
					 
					
						2015-03-18 10:33:58 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						a0d87e8368 
					 
					
						
						
							
							Update Conemu <preview realease>, update clink  
						
						... 
						
						
						
						Lets move to the much newer ConEmu preview release.
Pulling the newer clink also 
						
						
					 
					
						2015-02-25 15:14:33 +00:00 
						 
				 
			
				
					
						
							
							
								Łukasz Bołdys 
							
						 
					 
					
						
						
							
						
						8a885167c3 
					 
					
						
						
							
							mercurial prompt  
						
						
						
						
					 
					
						2015-02-23 13:23:39 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						a708fff824 
					 
					
						
						
							
							Merge pull request  #374  from CumpsD/patch-1  
						
						... 
						
						
						
						Updated vendor references 
						
						
					 
					
						2015-01-21 23:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						f78e24094b 
					 
					
						
						
							
							Merge pull request  #308  from SheGe/feature/psprompt  
						
						... 
						
						
						
						Lambda color in powershell was changed to DarkGray 
						
						
					 
					
						2015-01-21 23:41:00 +00:00 
						 
				 
			
				
					
						
							
							
								David Cumps 
							
						 
					 
					
						
						
							
						
						ed7a20cec2 
					 
					
						
						
							
							Updated vendor references  
						
						... 
						
						
						
						- Upgrade to git is needed for a security issue in 1.9.4
- Upgrade of ConEmu is needed for High DPI support 
						
						
					 
					
						2015-01-21 22:25:01 +01:00 
						 
				 
			
				
					
						
							
							
								Nicolas Arnaud-Cormos 
							
						 
					 
					
						
						
							
						
						45ff72b48b 
					 
					
						
						
							
							Prefer user installed git over cmder one.  
						
						... 
						
						
						
						Also set SVN_SSH (pointing to git ssh) so we can use git svn on
ssh svn repositories. 
						
						
					 
					
						2015-01-12 22:17:30 +01:00 
						 
				 
			
				
					
						
							
							
								Vladimir Kotikov 
							
						 
					 
					
						
						
							
						
						b831c4569f 
					 
					
						
						
							
							Updates clink to latest (0.4.3) version  
						
						
						
						
					 
					
						2015-01-09 00:29:57 +03:00 
						 
				 
			
				
					
						
							
							
								Aleksander Skjæveland Larsen 
							
						 
					 
					
						
						
							
						
						75707f9a65 
					 
					
						
						
							
							Adding script to enable SSH-agent  #193  
						
						... 
						
						
						
						Adding agent-script to bin-folder and a commented out call in init.bat 
						
						
					 
					
						2014-12-17 14:32:40 +01:00 
						 
				 
			
				
					
						
							
							
								Léo Colombaro 
							
						 
					 
					
						
						
							
						
						dc834cc28f 
					 
					
						
						
							
							Fixes Powershell loader issues  
						
						... 
						
						
						
						* Fix modules order required
* Add newline before prompt
* Fix color name 
						
						
					 
					
						2014-12-01 20:40:07 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						44e6184487 
					 
					
						
						
							
							Update msysgit & conemu  
						
						... 
						
						
						
						Updated links to latest versions of msysgit and conemu; 1.9.4-preview20140929 and 141117 respectively. 
						
						
					 
					
						2014-11-20 11:29:03 +00:00 
						 
				 
			
				
					
						
							
							
								Stéphane 
							
						 
					 
					
						
						
							
						
						ea3863bc6b 
					 
					
						
						
							
							FIX CMDER_ROOT for admin launch  
						
						... 
						
						
						
						When launching a cmd in admin mode, if %ConEmuDir%\..\.. contains any space, it breaks the scripts.
Thanks to this patch, the path is correctly defined now. 
						
						
					 
					
						2014-11-04 12:26:25 +01:00 
						 
				 
			
				
					
						
							
							
								Szymon Sito 
							
						 
					 
					
						
						
							
						
						c8193ea368 
					 
					
						
						
							
							Lambda color in powershell was changed to DarkGray  
						
						
						
						
					 
					
						2014-10-29 21:27:30 +01:00 
						 
				 
			
				
					
						
							
							
								Léo Colombaro 
							
						 
					 
					
						
						
							
						
						f5eb662783 
					 
					
						
						
							
							Delete PsGet.psd1  
						
						
						
						
					 
					
						2014-09-17 15:02:31 +02:00 
						 
				 
			
				
					
						
							
							
								Léo Colombaro 
							
						 
					 
					
						
						
							
						
						98350e14e8 
					 
					
						
						
							
							Add custom loader for Powershell, improve its implementation in Cmder  
						
						... 
						
						
						
						Fixes  #104 , fixes  #53 , fixes  #65  (my bad), related to #136 , and should
fix  #139  
					
						2014-09-17 09:55:15 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						a39c632d71 
					 
					
						
						
							
							Merge pull request  #166  from glucas/run_as_admin  
						
						... 
						
						
						
						Find cmder files when running as Administrator. 
						
						
					 
					
						2014-08-27 09:58:14 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						72c045dc2d 
					 
					
						
						
							
							Merge pull request  #244  from narnaud/fix-clinkversion  
						
						... 
						
						
						
						Fix clink version 
						
						
					 
					
						2014-08-26 12:37:52 +01:00 
						 
				 
			
				
					
						
							
							
								Nicolas Arnaud-Cormos 
							
						 
					 
					
						
						
							
						
						5ee2fb2a8d 
					 
					
						
						
							
							Fix clink version  
						
						
						
						
					 
					
						2014-08-26 13:20:38 +02:00 
						 
				 
			
				
					
						
							
							
								Nicolas Arnaud-Cormos 
							
						 
					 
					
						
						
							
						
						662663813e 
					 
					
						
						
							
							The latest msysgit comes with vim 7.4.  
						
						
						
						
					 
					
						2014-08-26 05:50:07 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						6a9d6dd37e 
					 
					
						
						
							
							bump versions again  
						
						
						
						
					 
					
						2014-08-04 22:13:23 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Kemp 
							
						 
					 
					
						
						
							
						
						e9707b2022 
					 
					
						
						
							
							Bump versions  
						
						
						
						
					 
					
						2014-06-19 08:27:44 +01:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						9939b1ba7f 
					 
					
						
						
							
							CMDER_ROOT variable is now also in path  
						
						... 
						
						
						
						Now you can call cmder /whatever from cmder shell 
						
						
					 
					
						2014-04-29 15:32:56 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						6b37074dd5 
					 
					
						
						
							
							Reordered the PATH, closing  #37  
						
						... 
						
						
						
						Now the msysgit is being loaded first, so find will invoke
the correct and better version 
						
						
					 
					
						2014-04-11 14:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						f6c3a0c390 
					 
					
						
						
							
							Merge pull request  #152  from bliker/scripts  
						
						... 
						
						
						
						New build and pack scripts 
						
						
					 
					
						2014-04-10 14:44:39 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						46bebee94c 
					 
					
						
						
							
							More recent package versions  
						
						
						
						
					 
					
						2014-04-10 12:57:45 +02:00 
						 
				 
			
				
					
						
							
							
								Marc Schlaich 
							
						 
					 
					
						
						
							
						
						fa33052096 
					 
					
						
						
							
							Only cd to $HOME if started in CMDER_ROOT.  
						
						
						
						
					 
					
						2014-03-19 12:25:41 +01:00 
						 
				 
			
				
					
						
							
							
								Greg Lucas 
							
						 
					 
					
						
						
							
						
						3b053f8848 
					 
					
						
						
							
							Remove extraneous quotes.  
						
						... 
						
						
						
						Extra quotes in previous commit caused PATH to be set incorrectly in admin
shell. 
						
						
					 
					
						2014-03-13 12:36:07 -04:00 
						 
				 
			
				
					
						
							
							
								Greg Lucas 
							
						 
					 
					
						
						
							
						
						c76950293e 
					 
					
						
						
							
							Find cmder files when running as Administrator.  
						
						... 
						
						
						
						When starting a shell as Administrator, the CMDER_ROOT variable is
not propagated from the parent (non-Admin) environment.
Fix this by using paths relative to %ConEmuDir%.
Fixes issue #94 . 
						
						
					 
					
						2014-03-13 11:48:50 -04:00 
						 
				 
			
				
					
						
							
							
								Greg Lucas 
							
						 
					 
					
						
						
							
						
						ea22c658b7 
					 
					
						
						
							
							CD to HOME by default.  
						
						
						
						
					 
					
						2014-03-11 15:12:35 -04:00 
						 
				 
			
				
					
						
							
							
								Greg Lucas 
							
						 
					 
					
						
						
							
						
						303bfda521 
					 
					
						
						
							
							Use HOME if already set.  
						
						
						
						
					 
					
						2014-03-11 15:08:24 -04:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						f4b6d8f9a8 
					 
					
						
						
							
							Refactored mail download loop, better error handling  
						
						
						
						
					 
					
						2014-03-05 11:22:58 +01:00 
						 
				 
			
				
					
						
							
							
								Jack Bennett 
							
						 
					 
					
						
						
							
						
						3bd0fe517f 
					 
					
						
						
							
							Need to use an optional package field;  
						
						... 
						
						
						
						incase url's that don't put the file in the url. 
						
						
					 
					
						2014-02-26 16:42:48 +00:00 
						 
				 
			
				
					
						
							
							
								Samuel Vasko 
							
						 
					 
					
						
						
							
						
						83cd726a41 
					 
					
						
						
							
							First sources.json draft  
						
						
						
						
					 
					
						2014-02-24 17:55:34 +01:00 
						 
				 
			
				
					
						
							
							
								Alberto Solano 
							
						 
					 
					
						
						
							
						
						2c8364ce58 
					 
					
						
						
							
							fixed little mistake in vendor/readme  
						
						
						
						
					 
					
						2013-12-13 00:32:22 +01:00