Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Created November 19, 2011 15:59
Show Gist options
  • Save sc68cal/1378989 to your computer and use it in GitHub Desktop.
Save sc68cal/1378989 to your computer and use it in GitHub Desktop.
git command: Starting process: git log --no-color --pretty=medium HEAD
git command: Starting process: git config --list
git command time: [00:00:00.9687562] config --list
git command time: [00:00:01.1562574] log --no-color --pretty=medium HEAD
git command: Starting process: git diff-index --name-status -M HEAD
git command time: [00:00:00.0468753] diff-index --name-status -M HEAD
Fetching changes from TFS to minimize possibility of late conflict...
git command: Starting process: git log --no-color --pretty=medium refs/remotes/tfs/default
git command time: [00:00:00.2031263] log --no-color --pretty=medium refs/remotes/tfs/default
info: refs/remotes/tfs/default: Getting changesets from 26154 to current ...
git command time: [00:00:00.0156251] rev-list ^HEAD
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Sep.Git.Tfs.Core.Ext.QuoteProcessArgument(String arg) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\Ext.cs:line 60
at Sep.Git.Tfs.Core.Ext.<SetArguments>b__10(String arg) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\Ext.cs:line 55
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Sep.Git.Tfs.Core.Ext.SetArguments(ProcessStartInfo startInfo, String[] args) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\Ext.cs:line 55
at Sep.Git.Tfs.Core.GitHelpers.Start(String[] command, Action`1 initialize) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitHelpers.cs:line 219
at Sep.Git.Tfs.Core.GitRepository.Start(String[] command, Action`1 initialize) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitRepository.cs:line 37
at Sep.Git.Tfs.Core.GitHelpers.<>c__DisplayClass8.<CommandOutputPipe>b__7() in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitHelpers.cs:line 57
at Sep.Git.Tfs.Core.GitHelpers.Time(String[] command, Action action) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitHelpers.cs:line 183
at Sep.Git.Tfs.Core.GitHelpers.CommandOutputPipe(Action`1 handleOutput, String[] command) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitHelpers.cs:line 54
at Sep.Git.Tfs.Core.GitHelpers.CommandOneline(String[] command) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\GitHelpers.cs:line 37
at Sep.Git.Tfs.Commands.Rcheckin.PerformRCheckin(TfsChangesetInfo parentChangeset) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Commands\Rcheckin.cs:line 61
at Sep.Git.Tfs.Core.TfsWriter.Write(String refToWrite, Func`2 write) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Core\TfsWriter.cs:line 29
at Sep.Git.Tfs.Commands.Rcheckin.Run() in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Commands\Rcheckin.cs:line 35
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Sep.Git.Tfs.Util.GitTfsCommandRunner.Run(GitTfsCommand command, IList`1 args) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Util\GitTfsCommandRunner.cs:line 36
at Sep.Git.Tfs.GitTfs.Main(GitTfsCommand command, IList`1 unparsedArgs) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\GitTfs.cs:line 56
at Sep.Git.Tfs.GitTfs.Run(IList`1 args) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\GitTfs.cs:line 39
at Sep.Git.Tfs.Program.Main(String[] args) in C:\Documents and Settings\scollins\My Documents\Code\git-tfs\GitTfs\Program.cs:line 24
Object reference not set to an instance of an object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment