This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes issue with branch name truncations (rebase)
main
Eric Amodio
7 years ago
parent
ece34dba32
commit
04d2c00ebf
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
src/git/models/branch.ts
+ 0
- 5
src/git/models/branch.ts
View File
@ -13,11 +13,6 @@ export class GitBranch {
this
.
remote
=
true
;
}
const
index
=
branch
.
indexOf
(
' '
)
;
if
(
index
!==
-
1
)
{
branch
=
branch
.
substring
(
0
,
index
)
;
}
this
.
current
=
current
;
this
.
name
=
branch
;
this
.
tracking
=
tracking
;
Write
Preview
Loading…
Cancel
Save