Joao Moreno
18d7ce89b7
fixes #76556
2019-07-04 08:58:37 +02:00
sharkykh
b378c5cc8c
Put current git branch name as value when renaming ( #72957 )
...
* Put current git branch name as value when renaming
* Simplify code
2019-07-03 09:15:07 +02:00
Xhulio Hasani
b462757eb6
HEAD label appears on tab ( #76329 )
2019-07-03 09:12:32 +02:00
Prabhanjan S Koushik
997ee7cf79
Removed uppercase styling and explicity added in SCM ( #76286 )
2019-06-28 16:42:41 +02:00
Joao Moreno
c7b6044d0f
fix bad watch
2019-06-25 11:40:46 +02:00
Patrick Burke
f0614b0e24
Show head label in placeholder of commit message
2019-06-24 16:17:51 +02:00
Joao Moreno
7b1a326985
fixes #75753
2019-06-24 15:06:03 +02:00
Joao Moreno
997e91421e
add diagnostic tool for git file event issues
2019-06-20 15:47:46 +02:00
ozyx
a9672ad746
remove trailing '/' from repo url for baseFolderName
2019-06-20 00:36:34 -07:00
Joao Moreno
5f70390f0d
fixes microsoft/vscode-remote-release#671
2019-06-13 10:02:23 +02:00
Joao Moreno
718f19e8ab
💄
2019-06-12 12:40:16 +02:00
Joao Moreno
fee4ee0df8
Merge commit 'refs/pull/69763/head' of github.com:Microsoft/vscode into pr/69763
2019-06-12 12:35:24 +02:00
Joao Moreno
4a3c056e9a
use --follow-tags instead of --tags when pushing
...
fixes #70081
fixes #75240
2019-06-12 11:06:54 +02:00
Joao Moreno
13d0dad699
fix #41085
2019-06-12 10:38:35 +02:00
Micah Smith
cce1c18f9a
Fix #72640
2019-06-10 16:12:09 -04:00
Joao Moreno
a83c9a4756
fixes #74844
2019-06-05 10:22:48 +02:00
Joao Moreno
afa4faa587
fix git extension tests
2019-06-05 10:22:48 +02:00
Darrien Singleton
69158eb58b
Git clone fix to use character set in regex
2019-05-29 06:39:12 -04:00
Darrien Singleton
0bf7825bc2
Revert "Git clone fix to use character set in regex"
...
This reverts commit fdb1c37b06 .
2019-05-29 06:36:34 -04:00
Darrien Singleton
fdb1c37b06
Git clone fix to use character set in regex
2019-05-29 06:35:02 -04:00
Darrien Singleton
a3081451e9
Merge branch 'master' into gitcloneissue
2019-05-27 11:27:58 -04:00
Joao Moreno
f454c2c402
💄
2019-05-27 15:40:23 +02:00
Joao Moreno
5540e01820
Merge commit 'refs/pull/61149/head' of github.com:Microsoft/vscode into pr/61149
2019-05-27 15:20:08 +02:00
Johannes Rieken
4976cffba7
Merge pull request #73890 from markspanbroek/master
...
Support negated .gitignore rules.
2019-05-24 15:18:05 +02:00
Hao Hu
2058f27615
Add git.pullTags setting
2019-05-23 11:28:28 +02:00
Mark Spanbroek
4f8311c149
Support negated .gitignore rules.
...
Fixes issues #69035 and #38112 .
2019-05-17 14:28:18 +02:00
Rachel Macfarlane
a5455afcef
Add DirtyWorkTree git error matching to git exec ( #73108 )
2019-05-03 14:04:27 -07:00
Vitaliy Mazurenko
b3401b2163
fix commit template message whitespace removing #71312
2019-04-08 18:19:28 +03:00
Joao Moreno
f0772536de
fixes #71355
2019-04-01 16:39:34 +02:00
Joao Moreno
bfb02a7d84
...
...
related to #70812
2019-03-27 13:26:39 +01:00
Joao Moreno
6824561046
fixes #70812
2019-03-20 09:34:26 +01:00
ipmsteven
49e0e2607c
add logic to skip staging untracked files when onlyTrackedFilesCanBeAutoStaged is on
2019-03-14 23:48:24 -07:00
Josh Leeb-du Toit
05ed3df9b8
Add option to hide git sync button in status bar
...
This PR adds the option `git.statusBarSync.enabled` which when set to `false`
will hide the `SyncStatusBar` icon that is, by default, visible in the status
bar.
2019-03-15 17:11:32 +11:00
Joao Moreno
7ccfdd3a00
do not sanitize remote url
2019-03-08 10:15:28 +01:00
Joao Moreno
9fb1a067b6
Merge branch 'master', commit 'refs/pull/60640/head' of github.com:Microsoft/vscode into pr/60640
2019-03-08 10:07:10 +01:00
João Moreno
86ca253edf
Merge pull request #60573 from scottymcraig/FixGitSpacesIssue
...
Fixes Git Clone Problem with Spaces
2019-03-08 10:06:25 +01:00
Joao Moreno
3021254e19
Merge branch 'pr/60426'
2019-03-05 10:41:38 +01:00
Joao Moreno
4f197a7079
💄
2019-03-05 10:41:16 +01:00
Joao Moreno
9834042b3c
Merge commit 'refs/pull/60426/head' of github.com:Microsoft/vscode into pr/60426
2019-03-05 10:30:00 +01:00
Johannes Rieken
1eb6de1daf
clean up some todos
2019-03-05 10:16:07 +01:00
Johannes Rieken
4c593835a1
fix compile error
2019-03-04 12:54:54 +01:00
Abby
455cdf3955
remove unused dependency (to fix CI)
2019-03-04 14:50:27 +09:00
Abby
608035ad49
Add an option to allow to open in new window after -
...
git initializing or cloning
2019-03-04 14:37:58 +09:00
Neeson
5745337506
Fixes #69240
2019-02-27 16:08:14 +08:00
Joao Moreno
2c75fe1906
fixes #69063
2019-02-21 09:44:20 +01:00
Joao Moreno
11f54085c0
fixes #68918
2019-02-21 09:32:39 +01:00
Joao Moreno
5c049a93ae
fixes #68894
2019-02-19 10:58:59 +01:00
Joao Moreno
ae5bb90724
fixes #68874
2019-02-19 10:55:31 +01:00
Benjamin Pasero
e2d1fd06d1
debt - update extensions node dependency to 10.x
2019-02-07 08:49:36 +01:00
Joao Moreno
37fbae08a4
Merge commit 'refs/pull/64826/head' of github.com:Microsoft/vscode into pr/64826
2019-01-28 15:34:23 +01:00