Jordi Boggiano
|
4cac2caf70
|
Make sure cd call allows switching drives on windows, fixes #1971
|
2013-06-08 16:41:34 +02:00 |
Jordi Boggiano
|
b38db73611
|
Clean up rogue git env vars in case this is running in a git hook, refs #1832
|
2013-05-27 19:54:46 +02:00 |
Jordi Boggiano
|
343d4effaa
|
Fix usage of GitDownloader with relative paths, fixes #1843
|
2013-04-29 17:27:02 +02:00 |
Jordi Boggiano
|
3fd883a489
|
Set cwd instead of using cd in GitDownloader, refs #1832
|
2013-04-28 11:12:09 +02:00 |
Jordi Boggiano
|
2ec75f298d
|
Remove useless output in verbose mode
|
2013-04-27 11:00:37 +02:00 |
Jordi Boggiano
|
d81740ab7d
|
Fix authorization/authentication merge, fixes #1684
|
2013-03-11 10:04:45 +01:00 |
Jordi Boggiano
|
c9f0e458a2
|
Merge remote-tracking branch 'machee/gitUserPassNonGithub'
Conflicts:
src/Composer/Downloader/GitDownloader.php
|
2013-03-10 14:47:36 +01:00 |
Jordi Boggiano
|
f06c0cb580
|
Code reorgs and make bool values real booleans, refs #1637
|
2013-03-01 23:47:24 +01:00 |
Ricard Clau
|
2a2bb6aad6
|
remove unnecessary else
|
2013-03-01 10:22:12 +01:00 |
Ricard Clau
|
56f4625ec8
|
check first if there are changes
|
2013-02-28 19:44:29 +01:00 |
Ricard Clau
|
48ac383599
|
initial steps with new config value, implementation of discard changes for git and svn
|
2013-02-28 19:02:19 +01:00 |
Jordi Boggiano
|
04c6670f0c
|
Detect invalid ssh URLs, fixes #1124
|
2012-12-05 23:23:01 +01:00 |
Jordi Boggiano
|
18973ed0b9
|
Do not check for changes if there is no vcs dir
In case the package is in a broken state we do not want to show diffs from the main project
|
2012-11-20 14:34:01 +01:00 |
Igor Wiedler
|
4959c2bdc6
|
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
|
2012-11-07 13:34:31 +01:00 |
Jordi Boggiano
|
a7cc5f187f
|
Always reset stash change, refs #1254
|
2012-10-24 12:30:11 +02:00 |
Jordi Boggiano
|
b8a408883c
|
Reset state after applying stash, fixes #1254
|
2012-10-24 12:10:32 +02:00 |
Jordi Boggiano
|
bebd1ce9c7
|
Always check for OAuth token in git config, fixes #1243
|
2012-10-22 17:11:34 +02:00 |
Jordi Boggiano
|
39e69a3b12
|
Refactor OAuth acquisition code to generalize it
|
2012-10-21 17:56:57 +02:00 |
Jordi Boggiano
|
a28d53d4c0
|
Add missing v before checkout branches when needed, refs #1164
|
2012-10-19 11:43:49 +02:00 |
Jordi Boggiano
|
3b01d26d67
|
Swap user credentials for an OAuth token from GitHub
|
2012-10-18 16:48:42 +02:00 |
Jordi Boggiano
|
f752b29fc6
|
Always make sure we are on the right branch
|
2012-10-17 17:15:49 +02:00 |
Jordi Boggiano
|
110044c3ea
|
Fix up create-project command
|
2012-10-17 11:29:26 +02:00 |
Jordi Boggiano
|
3068f29b4f
|
Checkout branch by name when the current reference matches the branch tip, fixes #1164
|
2012-10-17 10:49:54 +02:00 |
Jordi Boggiano
|
55bff36be1
|
Avoid displaying passwords in git exceptions, fixes #1199
|
2012-10-10 23:47:53 +02:00 |
Jordi Boggiano
|
84ba1cc098
|
Fix typo
|
2012-10-10 13:46:49 +02:00 |
Jordi Boggiano
|
3a9c5b3678
|
Remove dead break statements
|
2012-10-08 18:45:41 +02:00 |
Jordi Boggiano
|
0a549efd0e
|
Allow interactive resets or stash/apply cycles when updating dirty packages instead of failing hard
|
2012-10-07 15:19:55 +02:00 |
Mark Achee
|
5ed5f1314b
|
Capture user/pass from 'git remote' when updating non github repo
|
2012-10-01 12:56:41 -05:00 |
Mark Achee
|
6f689f8926
|
Look for Auth failed anywhere in errorOutput
|
2012-10-01 10:14:05 -05:00 |
Mark Achee
|
ac2fed29a4
|
Store http auth creds by domain only
|
2012-10-01 10:11:34 -05:00 |
Mark Achee
|
9d03dc5a89
|
Attempt user/pass authentication for git repos not on github
|
2012-09-30 11:12:29 -05:00 |
Jordi Boggiano
|
056dc5d690
|
Move config to all VcsDownloaders, enforce array for github-protocols
|
2012-09-08 00:45:25 +02:00 |
Martin Hasoň
|
3b6bd761ec
|
Set protocols for github in composer config file
|
2012-09-07 15:08:34 +02:00 |
Jordi Boggiano
|
ef1f8a605f
|
Fix file modes
|
2012-08-18 16:10:39 +02:00 |
Jordi Boggiano
|
4d84f62cd9
|
Improve consistency and formatting of verbose output for update/install
|
2012-08-18 16:01:44 +02:00 |
Jordi Boggiano
|
1aed88003f
|
Merge remote-tracking branch 'digitalkaoz/issue_801'
Conflicts:
src/Composer/Downloader/VcsDownloader.php
|
2012-08-18 15:31:20 +02:00 |
Jordi Boggiano
|
209d3ebfc4
|
Show detailed changes in verbose mode, refs #842
|
2012-08-18 14:34:24 +02:00 |
Jordi Boggiano
|
5b4c6f6296
|
Merge remote-tracking branch 'fixe/status-command'
Conflicts:
src/Composer/Console/Application.php
|
2012-08-18 13:45:36 +02:00 |
Tiago Ribeiro
|
aba2ab2212
|
Added status command to display local changes to packages
|
2012-07-29 17:13:26 +01:00 |
Jordi Boggiano
|
354b82bb8c
|
Fix git checkouts of custom branches, fixes #889
|
2012-07-15 21:31:29 +02:00 |
Jordi Boggiano
|
eb283b34e4
|
Revert "Fix git checkouts of custom branches, fixes #889"
This reverts commit cbf27bb422 .
|
2012-07-10 19:27:17 +02:00 |
Jordi Boggiano
|
cbf27bb422
|
Fix git checkouts of custom branches, fixes #889
|
2012-07-10 19:02:36 +02:00 |
Jordi Boggiano
|
656feda837
|
Revert previous change, use GIT_ASKPASS env var instead
|
2012-06-27 18:28:49 +02:00 |
Jordi Boggiano
|
4ee1ff46a8
|
Try ssh before http auth, and make sure ssh fails fast if no login is possible
|
2012-06-27 18:00:52 +02:00 |
Robert Schönthal
|
68d80e162a
|
fixes #801 show logs in --verbose mode for source packages
|
2012-06-25 15:30:37 +02:00 |
Jordi Boggiano
|
54054365e0
|
Add some comments
|
2012-06-20 12:09:09 +02:00 |
Jordi Boggiano
|
73a865bf2a
|
Fix tests
|
2012-06-20 12:05:18 +02:00 |
Jordi Boggiano
|
77f6b9e05b
|
Recover from invalid references by taking the parent commit (by date)
|
2012-06-20 11:46:59 +02:00 |
Jordi Boggiano
|
4bbb168d44
|
Remove BC code
|
2012-06-19 23:06:40 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |