Commit Graph

152 Commits

Author SHA1 Message Date
Joao Moreno 2c0167ef99 git: getBranch should resolve @ name syntax 2018-09-14 10:14:50 +02:00
Joao Moreno 87dbb3a1a6 git: getConfig should trim result 2018-09-14 09:22:35 +02:00
Joao Moreno c0021de2a1 💄 2018-09-13 17:29:28 +02:00
Joao Moreno a6985d76b2 Merge commit 'refs/pull/58174/head' of github.com:Microsoft/vscode into pr/58174 2018-09-13 17:20:52 +02:00
Joao Moreno aac29b412c 💄 2018-09-13 17:03:25 +02:00
Joao Moreno 9380225465 fix compilation errors 2018-09-13 17:02:49 +02:00
Joao Moreno eaf1759f29 Merge commit 'refs/pull/53286/head' of github.com:Microsoft/vscode into pr/53286 2018-09-13 17:01:23 +02:00
Joao Moreno 9c06533ace Merge commit 'refs/pull/54300/head' of github.com:Microsoft/vscode into pr/54300 2018-09-13 15:55:04 +02:00
Joao Moreno d880689924 git: fetch from all remotes
fixes #56463
2018-09-12 16:21:11 +02:00
Joao Moreno 9b0eee12d3 💄 commit empty 2018-09-12 15:46:40 +02:00
Joao Moreno e2b2b5bc9d Merge branch 'master', commit 'refs/pull/56048/head' of github.com:Microsoft/vscode into pr/56048 2018-09-12 15:37:41 +02:00
João Moreno 15344fc6a4 Merge pull request #54897 from segevfiner/checkout-new-remote-branch
Try to checkout a new local branch when checking out a remote branch
2018-09-12 14:46:33 +02:00
nesukun 907a021f74 Add support for force push and force-with-lease 2018-09-08 23:40:07 +01:00
Git-Lior 63748f8088 no user.email/user.name error message now shows current values 2018-09-07 14:40:23 +03:00
Joao Moreno 6e909d4132 git: expose error codes in API 2018-08-24 12:24:37 +02:00
Joao Moreno 103715c3cc git: implement API 2018-08-24 12:04:29 +02:00
Joao Moreno 28d2b5d2d6 wip: git api 2018-08-24 11:19:05 +02:00
Joao Moreno 6d2598ad88 git api: repository state 2018-08-24 11:16:49 +02:00
Joao Moreno f9982d29d4 git api: make cwd mandatory 2018-08-22 13:06:26 +02:00
Tom Basche bf3b694738 Add --allow-empty option 2018-08-09 11:52:33 +10:00
Segev Finer 6bf1b8bbec Try to checkout a new local branch when checking out a remote branch
This handles the case when no local branch exists. You will get an error
if a local branch with the same name already exists. Better behavior for
this case can be implemented later.

Fixes #54601
2018-07-24 01:41:48 +03:00
Joao Moreno bcdad4c79f fixes #53520 2018-07-18 11:12:06 +02:00
Konstantin Müller c56219e13d #54204 add commands to apply stash 2018-07-14 10:01:47 +02:00
Joao Moreno 19df280c7f fixes #53849 2018-07-09 10:37:51 +02:00
Joao Moreno b6781b0058 align lstree implementations 2018-07-06 16:45:03 +02:00
Joao Moreno 00a1abe912 cleanup git relative path calculation 2018-07-06 16:37:53 +02:00
Joao Moreno 3f9e71722d Merge commit 'refs/pull/49397/head' of github.com:Microsoft/vscode into pr/49397 2018-07-06 15:46:10 +02:00
Joao Moreno ba98812272 💄 2018-07-06 15:31:43 +02:00
Joao Moreno e4d42b6b9b Merge commit 'refs/pull/47578/head' of github.com:Microsoft/vscode into pr/47578 2018-07-06 15:23:18 +02:00
Joao Moreno e045147e44 improve conflicts during git rebase flow 2018-07-06 12:15:27 +02:00
Joao Moreno c693ba29c3 git: 💄 no_push feature 2018-06-04 16:48:47 +02:00
Joao Moreno fb29dd0706 Merge commit 'refs/pull/45341/head' of github.com:Microsoft/vscode into pr/45341 2018-06-04 16:33:06 +02:00
Alex Ross 375411e631 Fixes #48714: Added conversion from local case of the file to git case. This does not fix the view in the Explorer, but this solution should be easy to apply to that issue too. 2018-05-07 11:37:17 -07:00
Joao Moreno 02bcbbc8da pick different folder names for git clone
fixes #48485
2018-04-26 11:33:55 +02:00
Joao Moreno 5ded9d963a cleanup git clone error
fixes #48486
2018-04-25 19:31:05 +02:00
Joao Moreno 8b69e6db6b fixes #46854 2018-04-25 15:40:45 +02:00
Joao Moreno 7cf50421da fixes #48211 2018-04-25 09:04:41 +02:00
Ryuichi Inagaki 6b7a644082 ref #44776 Only test the logic of parsing git show output
* Instead of testing it through `getCommit` as we don't use stub in test
2018-04-11 20:02:20 +10:00
Ryuichi Inagaki 91414f62cf ref #44776 Introduced deleteRef method on git.Repository 2018-04-10 21:01:56 +10:00
Ryuichi Inagaki ac63779dca ref #44776 Cater for the cases of multiple/no previous hashes 2018-04-10 21:01:55 +10:00
Ryuichi Inagaki 3fdf0bcc56 ref #44776 Get previous commits as part of commit info 2018-04-10 21:01:41 +10:00
Joao Moreno 42c882151f only detect git encoding if files.autoGuessEncoding is enabled
fixes #46826
2018-03-28 12:52:10 +02:00
Joao Moreno ab149aba6e fixes #21146 2018-03-27 14:50:53 +02:00
Joao Moreno ee25b62029 fixes #46144 2018-03-20 10:17:01 +01:00
Tomáš Hübelbauer 21325bef88 Hide ahead push arrow if remote push URL is no_push
Closes Microsoft/vscode#45271
2018-03-08 22:02:29 +01:00
Joao Moreno c889303366 fixes #44802 2018-03-02 17:32:33 +01:00
Joao Moreno 2288e7cecd improve git logging 2018-02-23 10:21:06 +01:00
Joao Moreno ca58c21bfc fixes #44188 2018-02-22 10:22:19 +01:00
Matt Bierner 308c1887df Update extensions for TS 2.7
Update src to build with TS 2.7

Explicitly assign this.message in the else body
2018-02-08 14:28:55 -08:00
Joao Moreno 2860393643 fixes #43014 2018-02-08 17:10:20 +01:00