mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-15 07:22:30 +02:00
parent
a22f033807
commit
11a3062797
4 changed files with 3 additions and 11 deletions
|
@ -8426,10 +8426,6 @@ GitEngine.prototype.resolveStringRef = function(ref) {
|
||||||
if (this.refs[ref]) {
|
if (this.refs[ref]) {
|
||||||
return this.refs[ref];
|
return this.refs[ref];
|
||||||
}
|
}
|
||||||
// case insensitive also
|
|
||||||
if (this.refs[ref.toUpperCase()]) {
|
|
||||||
return this.refs[ref.toUpperCase()];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Attempt to split ref string into a reference and a string of ~ and ^ modifiers.
|
// Attempt to split ref string into a reference and a string of ~ and ^ modifiers.
|
||||||
var startRef = null;
|
var startRef = null;
|
||||||
|
@ -24822,10 +24818,6 @@ GitEngine.prototype.resolveStringRef = function(ref) {
|
||||||
if (this.refs[ref]) {
|
if (this.refs[ref]) {
|
||||||
return this.refs[ref];
|
return this.refs[ref];
|
||||||
}
|
}
|
||||||
// case insensitive also
|
|
||||||
if (this.refs[ref.toUpperCase()]) {
|
|
||||||
return this.refs[ref.toUpperCase()];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Attempt to split ref string into a reference and a string of ~ and ^ modifiers.
|
// Attempt to split ref string into a reference and a string of ~ and ^ modifiers.
|
||||||
var startRef = null;
|
var startRef = null;
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -434,7 +434,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.25da6a44.js"></script>
|
<script src="build/bundle.min.ef516df2.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue