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
Normalizes tracking to undefined
main
Eric Amodio
7 years ago
parent
58b95a9e89
commit
d0073e22cf
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/git/models/branch.ts
+ 1
- 1
src/git/models/branch.ts
View File
@ -26,7 +26,7 @@ export class GitBranch {
this
.
current
=
current
;
this
.
current
=
current
;
this
.
name
=
branch
;
this
.
name
=
branch
;
this
.
tracking
=
tracking
;
this
.
tracking
=
tracking
===
''
||
tracking
==
null
?
undefined
:
tracking
;
this
.
state
=
{
this
.
state
=
{
ahead
:
ahead
,
ahead
:
ahead
,
behind
:
behind
behind
:
behind
Write
Preview
Loading…
Cancel
Save