-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
7,859 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Help generated | ||
warning: push.default is unset; its implicit value is changing in | ||
Git 2.0 from 'matching' to 'simple'. To squelch this message | ||
and maintain the current behavior after the default changes, use: | ||
|
||
git config --global push.default matching | ||
|
||
To squelch this message and adopt the new behavior now, use: | ||
|
||
git config --global push.default simple | ||
|
||
When push.default is set to 'matching', git will push local branches | ||
to the remote branches that already exist with the same name. | ||
|
||
In Git 2.0, Git will default to the more conservative 'simple' | ||
behavior, which only pushes the current branch to the corresponding | ||
remote branch that 'git pull' uses to update the current branch. | ||
|
||
See 'git help config' and search for 'push.default' for further information. | ||
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode | ||
'current' instead of 'simple' if you sometimes use older versions of Git) | ||
|
||
Everything up-to-date | ||
Paket failed with: | ||
The remote server returned an error: (400) Bad Request. | ||
Running build failed. | ||
Error: | ||
System.Exception: Error during pushing C:\gsv\projects\YC\QuickGraph\bin\YC.QuickGraph.3.7.0.nupkg. | ||
at Microsoft.FSharp.Core.Operators.FailWith[T](String message) | ||
at Fake.Paket.tasks@151.Invoke(Unit unitVar) in C:\code\fake\src\app\FakeLib\PaketHelper.fs:line 155 | ||
at Microsoft.FSharp.Control.AsyncBuilderImpl.callA@851.Invoke(AsyncParams`1 args) | ||
--- End of stack trace from previous location where exception was thrown --- | ||
at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | ||
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | ||
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | ||
at Fake.Paket.Push(FSharpFunc`2 setParams) in C:\code\fake\src\app\FakeLib\PaketHelper.fs:line 157 | ||
at FSI_0005.Build.clo@189-20.Invoke(Unit _arg11) | ||
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 492 | ||
Status: Failure | ||
1) System.Exception: Error during pushing C:\gsv\projects\YC\QuickGraph\bin\YC.QuickGraph.3.7.0.nupkg. | ||
at Microsoft.FSharp.Core.Operators.FailWith[T](String message) | ||
at Fake.Paket.tasks@151.Invoke(Unit unitVar) in C:\code\fake\src\app\FakeLib\PaketHelper.fs:line 155 | ||
at Microsoft.FSharp.Control.AsyncBuilderImpl.callA@851.Invoke(AsyncParams`1 args) | ||
--- End of stack trace from previous location where exception was thrown --- | ||
at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | ||
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | ||
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | ||
at Fake.Paket.Push(FSharpFunc`2 setParams) in C:\code\fake\src\app\FakeLib\PaketHelper.fs:line 157 | ||
at FSI_0005.Build.clo@189-20.Invoke(Unit _arg11) | ||
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 492 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
type project | ||
id YC.QuickGraph | ||
title YC.QuickGraph | ||
owners | ||
YaccConstructor | ||
authors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters