SYMBOL INDEX (7129 symbols across 751 files) FILE: Git/CmdParserOptionSet.cs class CmdParserOptionSet (line 45) | public class CmdParserOptionSet : OptionSet method InsertItem (line 47) | protected override void InsertItem(int index, Option item) method CreateOptionContext (line 52) | protected override OptionContext CreateOptionContext() method Parse (line 57) | protected override bool Parse(string option, OptionContext c) method AppendValue (line 110) | private bool AppendValue(string value, OptionContext c) FILE: Git/Command.cs class Command (line 47) | [AttributeUsage(AttributeTargets.All, AllowMultiple = false)] method Command (line 56) | public Command() FILE: Git/CommandCatalog.cs class CommandCatalog (line 63) | public class CommandCatalog method CommandCatalog (line 73) | public CommandCatalog() method StartsWith (line 93) | public List StartsWith(String s) method Load (line 110) | public void Load(String commandName, String commandHelp) method Get (line 137) | public CommandRef Get(String name) method All (line 147) | public IList All() method Common (line 155) | public List Common() method Incomplete (line 170) | public List Incomplete() method Complete (line 185) | public List Complete() method toSortedArray (line 202) | private List toSortedArray(List c) FILE: Git/CommandRef.cs class CommandRef (line 53) | public class CommandRef method CommandRef (line 63) | public CommandRef(TextBuiltin clazz) method CommandRef (line 69) | public CommandRef(TextBuiltin clazz, String cn) method getName (line 87) | public String getName() method getUsage (line 95) | public String getUsage() method isCommon (line 104) | public bool isCommon() method isComplete (line 113) | public bool isComplete() method RequiresRepository (line 122) | public bool RequiresRepository() method getImplementationClassName (line 131) | public String getImplementationClassName() method Create (line 140) | public TextBuiltin Create() FILE: Git/Commands/Add.cs class Add (line 46) | [Command(complete = false, common = true, requiresRepository = true, usa... method Run (line 65) | override public void Run(String[] args) method OfflineHelp (line 120) | private void OfflineHelp() method DoAdd (line 131) | private void DoAdd(List filesAdded) method DoEdit (line 136) | private void DoEdit() method DoPatch (line 141) | private void DoPatch() FILE: Git/Commands/Checkout.cs class Checkout (line 46) | [Command(complete = false, common = true, requiresRepository = true, usa... method Run (line 65) | override public void Run(string[] args) method OfflineHelp (line 123) | private void OfflineHelp() method RefLog (line 140) | private void RefLog() method Patch (line 144) | private void Patch(String treeish) FILE: Git/Commands/Clone.cs class Clone (line 49) | [Command(common=true, requiresRepository=false, usage = "Clone a reposit... method Run (line 71) | public override void Run(string[] args) method OfflineHelp (line 118) | private void OfflineHelp() FILE: Git/Commands/Commit.cs class Commit (line 45) | [Command(complete = false, common = true, usage = "Record changes to the... method Run (line 73) | override public void Run(String[] args) method OfflineHelp (line 146) | private void OfflineHelp() method DoCommit (line 157) | public void DoCommit(String filepattern) FILE: Git/Commands/Config.cs class Config (line 48) | [Command(complete=false, common=true, requiresRepository=true, usage = "... method Run (line 55) | public override void Run(string[] args) method OfflineHelp (line 117) | private void OfflineHelp() FILE: Git/Commands/Fetch.cs class Fetch (line 45) | [Command(complete = false, common = true, usage = "Download objects and ... method Run (line 63) | override public void Run(String[] args) method OfflineHelp (line 107) | private void OfflineHelp() method DoFetch (line 118) | private void DoFetch(List args) FILE: Git/Commands/Help.cs class Help (line 44) | [Command(complete = false, common = true, usage = "Displays the online h... method Run (line 48) | override public void Run(String[] args) method OfflineHelp (line 70) | private static void OfflineHelp() FILE: Git/Commands/Init.cs class Init (line 47) | [Command(common = true, complete = false, usage = "Create an empty git r... method Run (line 54) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Commands/Log.cs class Log (line 48) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 54) | public override void Run(string[] args) method OfflineHelp (line 143) | private void OfflineHelp() FILE: Git/Commands/Merge.cs class Merge (line 45) | [Command(complete = false, common = true, usage = "Join two or more deve... method Run (line 68) | override public void Run(String[] args) method OfflineHelp (line 118) | private void OfflineHelp() method DoMerge (line 130) | private void DoMerge(List args) FILE: Git/Commands/Pull.cs class Pull (line 45) | [Command(complete = false, common = true, usage = "Fetch from and merge ... method Run (line 77) | override public void Run(String[] args) method OfflineHelp (line 135) | private void OfflineHelp() method DoPull (line 146) | private void DoPull(List args) FILE: Git/Commands/Push.cs class Push (line 45) | [Command(complete = false, common = true, usage = "Update remote refs al... method Run (line 62) | override public void Run(String[] args) method OfflineHelp (line 121) | private void OfflineHelp() method DoPush (line 132) | private void DoPush(List filesAdded) FILE: Git/Commands/Rm.cs class Rm (line 45) | [Command(complete = false, common = true, usage = "Remove files from the... method Run (line 60) | override public void Run(String[] args) method OfflineHelp (line 92) | private void OfflineHelp() method DoRm (line 104) | private void DoRm(List args) FILE: Git/Commands/Status.cs class Status (line 46) | [Command(complete = false, common = true, requiresRepository=true, usage... method Run (line 76) | override public void Run(String[] args) method OfflineHelp (line 138) | private void OfflineHelp() method Display (line 149) | public void Display() method displayStatusList (line 184) | private void displayStatusList(Dictionary statusList) method doDisplayUnstaged (line 210) | private void doDisplayUnstaged() method doDisplayStaged (line 223) | private void doDisplayStaged() method doDisplayUntracked (line 235) | private void doDisplayUntracked() method doDisplayMergeConflict (line 248) | private void doDisplayMergeConflict() FILE: Git/Commands/Version.cs class Version (line 45) | [Command(complete = true, common = true, usage = "Display the version of... method Run (line 49) | override public void Run(String[] args) method OfflineHelp (line 64) | private static void OfflineHelp() FILE: Git/Die.cs class Die (line 51) | public class Die : Exception method Die (line 57) | public Die(string why) FILE: Git/Options.cs class OptionValueCollection (line 145) | public class OptionValueCollection : IList, IList method OptionValueCollection (line 151) | internal OptionValueCollection(OptionContext c) method CopyTo (line 157) | void ICollection.CopyTo(Array array, int index) { (values as ICollecti... method Add (line 163) | public void Add(string item) { values.Add(item); } method Clear (line 164) | public void Clear() { values.Clear(); } method Contains (line 165) | public bool Contains(string item) { return values.Contains(item); } method CopyTo (line 166) | public void CopyTo(string[] array, int arrayIndex) { values.CopyTo(arr... method Remove (line 167) | public bool Remove(string item) { return values.Remove(item); } method GetEnumerator (line 173) | IEnumerator IEnumerable.GetEnumerator() { return values.GetEnumerator(... method GetEnumerator (line 177) | public IEnumerator GetEnumerator() { return values.GetEnumerat... method Add (line 181) | int IList.Add(object value) { return (values as IList).Add(value); } method Contains (line 182) | bool IList.Contains(object value) { return (values as IList).Contains(... method IndexOf (line 183) | int IList.IndexOf(object value) { return (values as IList).IndexOf(val... method Insert (line 184) | void IList.Insert(int index, object value) { (values as IList).Insert(... method Remove (line 185) | void IList.Remove(object value) { (values as IList).Remove(value); } method RemoveAt (line 186) | void IList.RemoveAt(int index) { (values as IList).RemoveAt(index); } method IndexOf (line 192) | public int IndexOf(string item) { return values.IndexOf(item); } method Insert (line 193) | public void Insert(int index, string item) { values.Insert(index, item... method RemoveAt (line 194) | public void RemoveAt(int index) { values.RemoveAt(index); } method AssertValid (line 196) | private void AssertValid(int index) method ToList (line 223) | public List ToList() method ToArray (line 228) | public string[] ToArray() method ToString (line 233) | public override string ToString() class OptionContext (line 239) | public class OptionContext method OptionContext (line 247) | public OptionContext(OptionSet set) type OptionValueType (line 282) | public enum OptionValueType class Option (line 289) | public abstract class Option method Option (line 297) | protected Option(string prototype, string description) method Option (line 302) | protected Option(string prototype, string description, int maxValueCount) method GetNames (line 339) | public string[] GetNames() method GetValueSeparators (line 344) | public string[] GetValueSeparators() method Parse (line 351) | protected static T Parse(string value, OptionContext c) method ParsePrototype (line 381) | private OptionValueType ParsePrototype() method AddSeparators (line 424) | private static void AddSeparators(string name, int end, ICollection method OptionSet (line 518) | public OptionSet() method OptionSet (line 523) | public OptionSet(Converter localizer) method GetKeyForItem (line 535) | protected override string GetKeyForItem(Option item) method GetOptionForName (line 546) | [Obsolete("Use KeyedCollection.this[string]")] method InsertItem (line 561) | protected override void InsertItem(int index, Option item) method RemoveItem (line 567) | protected override void RemoveItem(int index) method SetItem (line 578) | protected override void SetItem(int index, Option item) method AddImpl (line 585) | private void AddImpl(Option option) method Add (line 607) | public new OptionSet Add(Option option) class ActionOption (line 613) | sealed class ActionOption : Option method ActionOption (line 617) | public ActionOption(string prototype, string description, int count,... method OnParseComplete (line 625) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 665) | public ActionOption(string prototype, string description, Action ... method OnParseComplete (line 673) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 683) | public ActionOption(string prototype, string description, OptionActi... method OnParseComplete (line 691) | protected override void OnParseComplete(OptionContext c) method Add (line 631) | public OptionSet Add(string prototype, Action action) method Add (line 636) | public OptionSet Add(string prototype, string description, Action ac... method Add (line 651) | public OptionSet Add(string prototype, string description, OptionActio... class ActionOption (line 661) | sealed class ActionOption : Option method ActionOption (line 617) | public ActionOption(string prototype, string description, int count,... method OnParseComplete (line 625) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 665) | public ActionOption(string prototype, string description, Action ... method OnParseComplete (line 673) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 683) | public ActionOption(string prototype, string description, OptionActi... method OnParseComplete (line 691) | protected override void OnParseComplete(OptionContext c) class ActionOption (line 679) | sealed class ActionOption : Option method ActionOption (line 617) | public ActionOption(string prototype, string description, int count,... method OnParseComplete (line 625) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 665) | public ActionOption(string prototype, string description, Action ... method OnParseComplete (line 673) | protected override void OnParseComplete(OptionContext c) method ActionOption (line 683) | public ActionOption(string prototype, string description, OptionActi... method OnParseComplete (line 691) | protected override void OnParseComplete(OptionContext c) method Add (line 699) | public OptionSet Add(string prototype, Action action) method Add (line 704) | public OptionSet Add(string prototype, string description, Action(string prototype, OptionAction(string prototype, string descriptio... method CreateOptionContext (line 719) | protected virtual OptionContext CreateOptionContext() method Parse (line 727) | public List Parse(IEnumerable arguments) method Parse (line 741) | public void Parse(string[] arguments, out List remainingArgume... method Parse (line 754) | public void Parse(string[] arguments, out List filePaths, out ... method Unprocessed (line 801) | private static bool Unprocessed(ICollection extra, Option def,... method GetOptionParts (line 817) | protected bool GetOptionParts(string argument, out string flag, out st... method Parse (line 838) | protected virtual bool Parse(string argument, OptionContext c) method ParseValue (line 879) | private void ParseValue(string option, OptionContext c) method ParseBool (line 900) | private bool ParseBool(string option, string n, OptionContext c) method ParseBundledValue (line 918) | private bool ParseBundledValue(string f, string n, OptionContext c) method Invoke (line 956) | private static void Invoke(OptionContext c, string name, string value,... method WriteOptionDescriptions (line 966) | public void WriteOptionDescriptions(TextWriter o) method WriteOptionPrototype (line 994) | bool WriteOptionPrototype(TextWriter o, Option p, ref int written) method GetNextOptionIndex (line 1044) | static int GetNextOptionIndex(string[] names, int i) method Write (line 1053) | static void Write(TextWriter o, ref int n, string s) method GetArgumentName (line 1059) | private static string GetArgumentName(int index, int maxIndex, string ... method GetDescription (line 1085) | private static string GetDescription(string description) method GetLines (line 1132) | private static IEnumerable GetLines(string description) method IsEolChar (line 1158) | private static bool IsEolChar(char c) method GetLineEnd (line 1163) | private static int GetLineEnd(int start, int length, string description) FILE: Git/Program.cs class Program (line 58) | public class Program method Main (line 76) | public static void Main(string[] args) method execute (line 126) | private static void execute(string[] argv) method ShowHelp (line 235) | private static void ShowHelp() method ShowVersion (line 260) | private static void ShowVersion() method ShowIncomplete (line 270) | private static void ShowIncomplete() method ShowComplete (line 287) | private static void ShowComplete() method ShowCommandMatches (line 306) | private static bool ShowCommandMatches(String s) method Exit (line 336) | static public void Exit(int exit_code) method NoOp (line 352) | static private void NoOp() FILE: Git/Stubs/Am.cs class Am (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 101) | private void OfflineHelp() FILE: Git/Stubs/Annotate.cs class Annotate (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 95) | private void OfflineHelp() FILE: Git/Stubs/Apply.cs class Apply (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 100) | private void OfflineHelp() FILE: Git/Stubs/Archive.cs class Archive (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 86) | private void OfflineHelp() FILE: Git/Stubs/Blame.cs class Blame (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 101) | private void OfflineHelp() FILE: Git/Stubs/Branch.cs class Branch (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 96) | private void OfflineHelp() FILE: Git/Stubs/CatFile.cs class Catfile (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 84) | private void OfflineHelp() FILE: Git/Stubs/CheckoutIndex.cs class Checkoutindex (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 90) | private void OfflineHelp() FILE: Git/Stubs/Cherry.cs class Cherry (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/CherryPick.cs class Cherrypick (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Clean.cs class Clean (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 86) | private void OfflineHelp() FILE: Git/Stubs/CommitTree.cs class Committree (line 47) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 53) | public override void Run(string[] args) method OfflineHelp (line 80) | private void OfflineHelp() FILE: Git/Stubs/CountObjects.cs class Countobjects (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/Describe.cs class Describe (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 89) | private void OfflineHelp() FILE: Git/Stubs/Diff.cs class Diff (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 131) | private void OfflineHelp() FILE: Git/Stubs/DiffFiles.cs class Difffiles (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 137) | private void OfflineHelp() FILE: Git/Stubs/DiffIndex.cs class Diffindex (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 133) | private void OfflineHelp() FILE: Git/Stubs/DiffTree.cs class Difftree (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 147) | private void OfflineHelp() FILE: Git/Stubs/Difftool.cs class Difftool (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/FastExport.cs class Fastexport (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 87) | private void OfflineHelp() FILE: Git/Stubs/FastImport.cs class Fastimport (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 90) | private void OfflineHelp() FILE: Git/Stubs/FetchPack.cs class Fetchpack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 90) | private void OfflineHelp() FILE: Git/Stubs/FilterBranch.cs class Filterbranch (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 91) | private void OfflineHelp() FILE: Git/Stubs/FmtMergeMsg.cs class Fmtmergemsg (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 88) | private void OfflineHelp() FILE: Git/Stubs/ForEachRef.cs class Foreachref (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/FormatPatch.cs class Formatpatch (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 156) | private void OfflineHelp() FILE: Git/Stubs/Fsck.cs class Fsck (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 87) | private void OfflineHelp() FILE: Git/Stubs/Gc.cs class Gc (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Grep.cs class Grep (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 111) | private void OfflineHelp() FILE: Git/Stubs/HashObject.cs class Hashobject (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 84) | private void OfflineHelp() FILE: Git/Stubs/IndexPack.cs class Indexpack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 88) | private void OfflineHelp() FILE: Git/Stubs/LsFiles.cs class LsFiles (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 99) | private void OfflineHelp() FILE: Git/Stubs/LsRemote.cs class LsRemote (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/LsTree.cs class LsTree (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 88) | private void OfflineHelp() FILE: Git/Stubs/Mailinfo.cs class Mailinfo (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Mailsplit.cs class Mailsplit (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/MergeBase.cs class MergeBase (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/MergeFile.cs class MergeFile (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/MergeIndex.cs class MergeIndex (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/Mergetool.cs class Mergetool (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/Mktree.cs class Mktree (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/Mv.cs class Mv (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/NameRev.cs class NameRev (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Notes.cs class Notes (line 48) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 54) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/PackObjects.cs class PackObjects (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 102) | private void OfflineHelp() FILE: Git/Stubs/PackRedundant.cs class PackRedundant (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/PackRefs.cs class PackRefs (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 80) | private void OfflineHelp() FILE: Git/Stubs/PatchId.cs class PatchId (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/PeekRemote.cs class PeekRemote (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/Prune.cs class Prune (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/PrunePacked.cs class PrunePacked (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/Quiltimport.cs class Quiltimport (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/ReadTree.cs class ReadTree (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 88) | private void OfflineHelp() FILE: Git/Stubs/Rebase.cs class Rebase (line 47) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 98) | private void OfflineHelp() FILE: Git/Stubs/ReceivePack.cs class ReceivePack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/Reflog.cs class Reflog (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Relink.cs class Relink (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/Remote.cs class Remote (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/Repack.cs class Repack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 89) | private void OfflineHelp() FILE: Git/Stubs/Replace.cs class Replace (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 81) | private void OfflineHelp() FILE: Git/Stubs/RequestPull.cs class RequestPull (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/Reset.cs class Reset (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 84) | private void OfflineHelp() FILE: Git/Stubs/RevParse.cs class RevParse (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 113) | private void OfflineHelp() FILE: Git/Stubs/Revert.cs class Revert (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 83) | private void OfflineHelp() FILE: Git/Stubs/SendPack.cs class SendPack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 85) | private void OfflineHelp() FILE: Git/Stubs/Shortlog.cs class Shortlog (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 83) | private void OfflineHelp() FILE: Git/Stubs/Show.cs class Show (line 45) | [Command(complete = false, common = true, usage = "Show various types of... method Run (line 58) | override public void Run(String[] args) method OfflineHelp (line 93) | private void OfflineHelp() method DoShow (line 105) | private void DoShow(List args) FILE: Git/Stubs/ShowBranch.cs class ShowBranch (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 94) | private void OfflineHelp() FILE: Git/Stubs/ShowRef.cs class ShowRef (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 89) | private void OfflineHelp() FILE: Git/Stubs/Stripspace.cs class Stripspace (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/Submodule.cs class Submodule (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 90) | private void OfflineHelp() FILE: Git/Stubs/Svn.cs class Svn (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 86) | private void OfflineHelp() FILE: Git/Stubs/SymbolicRef.cs class SymbolicRef (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/Tag.cs class Tag (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 89) | private void OfflineHelp() FILE: Git/Stubs/TarTree.cs class TarTree (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/UnpackFile.cs class UnpackFile (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/UnpackObjects.cs class UnpackObjects (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 82) | private void OfflineHelp() FILE: Git/Stubs/UpdateIndex.cs class UpdateIndex (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 99) | private void OfflineHelp() FILE: Git/Stubs/UpdateServerInfo.cs class UpdateServerInfo (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/UploadArchive.cs class UploadArchive (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/UploadPack.cs class UploadPack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 80) | private void OfflineHelp() FILE: Git/Stubs/Var.cs class Var (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 79) | private void OfflineHelp() FILE: Git/Stubs/VerifyPack.cs class VerifyPack (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 80) | private void OfflineHelp() FILE: Git/Stubs/VerifyTag.cs class VerifyTag (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 78) | private void OfflineHelp() FILE: Git/Stubs/Whatchanged.cs class Whatchanged (line 46) | [Command(common=true, requiresRepository=true, usage = "")] method Run (line 52) | public override void Run(string[] args) method OfflineHelp (line 87) | private void OfflineHelp() FILE: Git/TextBuiltin.cs class TextBuiltin (line 62) | public abstract class TextBuiltin method setCommandName (line 103) | public void setCommandName(String name) method getCommandName (line 111) | public string getCommandName() method setCommandHelp (line 120) | internal void setCommandHelp(String cmdHelp) method getCommandHelp (line 128) | public string getCommandHelp() method Init (line 170) | public void Init(GitSharp.Repository repo, string path) method SetupPager (line 199) | protected void SetupPager() method Execute (line 222) | public void Execute(String[] args) method ParseOptions (line 239) | public List ParseOptions(string[] args) method ParseOptions (line 260) | public void ParseOptions(string[] args, out List filePaths, ou... method GetCommand (line 276) | public Command GetCommand() method Run (line 293) | public abstract void Run(String[] args); method OnlineHelp (line 298) | public void OnlineHelp() method Resolve (line 311) | ObjectId Resolve(string s) method die (line 325) | protected static Die die(String why) FILE: GitSharp.Core/AbbreviatedObjectId.cs class AbbreviatedObjectId (line 58) | [Serializable] method FromString (line 80) | public static AbbreviatedObjectId FromString(byte[] buf, int offset, i... method FromString (line 97) | public static AbbreviatedObjectId FromString(string str) method Mask (line 110) | public static int Mask(int nibbles, int word, int v) method AbbreviatedObjectId (line 131) | public AbbreviatedObjectId(int nibbles, int w1, int w2, int w3, int w4... method isComplete (line 155) | public bool isComplete() method ToObjectId (line 166) | public ObjectId ToObjectId() method prefixCompare (line 182) | public int prefixCompare(AnyObjectId other) method mask (line 216) | private int mask(int word, int v) method GetHashCode (line 221) | public override int GetHashCode() method Equals (line 226) | public override bool Equals(object obj) method name (line 242) | public string name() method ToString (line 274) | public override string ToString() method FromHexString (line 279) | private static AbbreviatedObjectId FromHexString(byte[] bs, int ptr, i... FILE: GitSharp.Core/AbstractIndexTreeVisitor.cs class AbstractIndexTreeVisitor (line 45) | public class AbstractIndexTreeVisitor : IndexTreeVisitor method VisitEntry (line 61) | void IndexTreeVisitor.VisitEntry(TreeEntry treeEntry, GitIndex.Entry i... method VisitEntry (line 70) | void IndexTreeVisitor.VisitEntry(TreeEntry treeEntry, TreeEntry auxEnt... method FinishVisitTree (line 79) | void IndexTreeVisitor.FinishVisitTree(Tree tree, Tree auxTree, string ... method FinishVisitTree (line 88) | void IndexTreeVisitor.FinishVisitTree(Tree tree, int i, string curDir) FILE: GitSharp.Core/AlternateRepositoryDatabase.cs class AlternateRepositoryDatabase (line 51) | public sealed class AlternateRepositoryDatabase : ObjectDatabase method AlternateRepositoryDatabase (line 57) | public AlternateRepositoryDatabase(Repository alternateRepository) method getRepository (line 64) | public Repository getRepository() method closeSelf (line 69) | public override void closeSelf() method create (line 74) | public override void create() method exists (line 79) | public override bool exists() method hasObject1 (line 84) | public override bool hasObject1(AnyObjectId objectId) method tryAgain1 (line 89) | public override bool tryAgain1() method hasObject2 (line 94) | public override bool hasObject2(string objectName) method openObject1 (line 99) | public override ObjectLoader openObject1(WindowCursor curs, AnyObjectI... method openObject2 (line 104) | public override ObjectLoader openObject2(WindowCursor curs, string obj... method OpenObjectInAllPacksImplementation (line 109) | public override void OpenObjectInAllPacksImplementation(ICollection, method equals (line 87) | public static bool equals(AnyObjectId firstObjectId, AnyObjectId secon... method Equals (line 113) | public virtual bool Equals(AnyObjectId other) method Equals (line 123) | public override bool Equals(object obj) method CopyTo (line 137) | public void CopyTo(BinaryWriter s) method CopyTo (line 151) | public void CopyTo(char[] tmp, StringBuilder w) method CopyTo (line 166) | public void CopyTo(char[] tmp, StreamWriter w) method CopyTo (line 172) | public void CopyTo(char[] tmp, Encoding e, Stream w) method copyRawTo (line 183) | public void copyRawTo(Stream s) method copyRawTo (line 199) | public void copyRawTo(byte[] buf, int off) method copyRawTo (line 213) | public void copyRawTo(int[] b, int offset) method ToHexByteArray (line 222) | private byte[] ToHexByteArray() method GetHashCode (line 235) | public override int GetHashCode() method Abbreviate (line 247) | public AbbreviatedObjectId Abbreviate(Repository repo) method Abbreviate (line 261) | public AbbreviatedObjectId Abbreviate(Repository repo, int len) method AnyObjectId (line 271) | protected AnyObjectId(AnyObjectId other) method AnyObjectId (line 285) | protected AnyObjectId(int w1, int w2, int w3, int w4, int w5) method GetFirstByte (line 304) | public int GetFirstByte() method CompareTo (line 319) | public int CompareTo(ObjectId other) method CompareTo (line 343) | public int CompareTo(byte[] bs, int p) method CompareTo (line 364) | public int CompareTo(int[] bs, int p) method CompareTo (line 389) | public int CompareTo(object obj) method startsWith (line 403) | public bool startsWith(AbbreviatedObjectId abbr) method ToHexCharArray (line 408) | private char[] ToHexCharArray() method ToHexCharArray (line 415) | private void ToHexCharArray(char[] dest) method ToString (line 432) | public override String ToString() method Copy (line 449) | public ObjectId Copy() method ToObjectId (line 469) | public abstract ObjectId ToObjectId(); class AnyObjectIdEqualityComparer (line 473) | internal class AnyObjectIdEqualityComparer : IEqualityComparer method Equals (line 490) | public bool Equals(T x, T y) method GetHashCode (line 507) | public int GetHashCode(T obj) FILE: GitSharp.Core/BinaryDelta.cs class BinaryDelta (line 51) | public static class BinaryDelta method Apply (line 63) | public static byte[] Apply(byte[] baseData, byte[] delta) FILE: GitSharp.Core/BlobBasedConfig.cs class BlobBasedConfig (line 47) | public class BlobBasedConfig : Config method BlobBasedConfig (line 58) | public BlobBasedConfig(Config @base, byte[] blob) method BlobBasedConfig (line 74) | public BlobBasedConfig(Config @base, Repository repo, ObjectId objectid) method BlobBasedConfig (line 105) | public BlobBasedConfig(Config @base, Commit commit, string path) FILE: GitSharp.Core/ByteArrayExtensions.cs class ByteArrayExtensions (line 5) | public static class ByteArrayExtensions class ParsedLine (line 7) | public class ParsedLine method ParsedLine (line 12) | public ParsedLine(int nextIndex, byte[] buffer) method StartsWith (line 19) | public static bool StartsWith(this byte[] buffer, byte[] bufferToCompa... method ReadLine (line 48) | public static ParsedLine ReadLine(this byte[] source, int startIndex) FILE: GitSharp.Core/ByteArrayWindow.cs class ByteArrayWindow (line 48) | internal class ByteArrayWindow : ByteWindow method ByteArrayWindow (line 52) | internal ByteArrayWindow(PackFile pack, long o, byte[] b) method copy (line 58) | protected override int copy(int pos, byte[] dstbuf, int dstoff, int cnt) method Inflate (line 65) | protected override int Inflate(int pos, byte[] dstbuf, int dstoff, Inf... method inflateVerify (line 81) | protected override void inflateVerify(int pos, Inflater inf) FILE: GitSharp.Core/ByteBufferWindow.cs class ByteBufferWindow (line 49) | internal class ByteBufferWindow : ByteWindow, IDisposable method ByteBufferWindow (line 53) | internal ByteBufferWindow(PackFile pack, long o, Stream b) method copy (line 59) | protected override int copy(int pos, byte[] dstbuf, int dstoff, int cnt) method Inflate (line 67) | protected override int Inflate(int pos, byte[] dstbuf, int dstoff, Inf... method inflateVerify (line 87) | protected override void inflateVerify(int pos, Inflater inf) method Dispose (line 106) | public override void Dispose () FILE: GitSharp.Core/ByteWindow.cs class ByteWindow (line 53) | internal abstract class ByteWindow : IDisposable method ByteWindow (line 61) | protected ByteWindow(PackFile p, long s, long n) method contains (line 68) | internal bool contains(PackFile neededFile, long neededPos) method copy (line 89) | internal int copy(long pos, byte[] dstbuf, int dstoff, int cnt) method copy (line 114) | protected abstract int copy(int pos, byte[] dstbuf, int dstoff, int cnt); method Inflate (line 146) | internal int Inflate(long pos, byte[] dstbuf, int dstoff, Inflater inf) method Inflate (line 181) | protected abstract int Inflate(int pos, byte[] dstbuf, int dstoff, Inf... method inflateVerify (line 183) | internal void inflateVerify(long pos, Inflater inf) method inflateVerify (line 188) | protected abstract void inflateVerify(int pos, Inflater inf); method Dispose (line 210) | public virtual void Dispose () FILE: GitSharp.Core/CachedObjectDatabase.cs class CachedObjectDatabase (line 58) | public class CachedObjectDatabase : ObjectDatabase { method CachedObjectDatabase (line 68) | public CachedObjectDatabase(ObjectDatabase wrapped) { method hasObject1 (line 72) | public override bool hasObject1(AnyObjectId objectId) { method openObject1 (line 76) | public override ObjectLoader openObject1(WindowCursor curs, AnyObjectI... method hasObject2 (line 81) | public override bool hasObject2(string objectName) { method loadAlternates (line 85) | protected override ObjectDatabase[] loadAlternates() { method openObject2 (line 94) | public override ObjectLoader openObject2(WindowCursor curs, string obj... method OpenObjectInAllPacks (line 99) | public override void OpenObjectInAllPacks(ICollection getSubsections(string section) method get (line 391) | public T get(SectionParser parser) method uncache (line 411) | public void uncache(SectionParser parser) method getRawString (line 416) | private string getRawString(string section, string subsection, string ... method getRawStringList (line 429) | private List getRawStringList(string section, string subsectio... method add (line 441) | private static List add(List curr, string value) method getState (line 450) | internal State getState() method getBaseState (line 464) | private State getBaseState() method setInt (line 482) | public void setInt(string section, string subsection, string name, int... method setLong (line 500) | public void setLong(string section, string subsection, string name, lo... method setBoolean (line 528) | public void setBoolean(string section, string subsection, string name,... method setString (line 546) | public void setString(string section, string subsection, string name, ... method unset (line 557) | public void unset(string section, string subsection, string name) method unsetSection (line 567) | public void unsetSection(string section, string subsection) method unsetSection (line 577) | private State unsetSection(State srcState, string section, method setStringList (line 612) | public void setStringList(string section, string subsection, string na... method replaceStringList (line 622) | private State replaceStringList(State srcState, string section, string... method copy (line 696) | private static List copy(State src, ICollection values) method findSectionEnd (line 707) | private static int findSectionEnd(IList entries, string section... method toText (line 732) | public string toText() method fromText (line 797) | public void fromText(string text) method ReadValue (line 883) | private static string ReadValue(ConfigReader i, bool quote, int eol) method newState (line 978) | private State newState() method newState (line 983) | private State newState(List entries) method clear (line 988) | protected void clear() method readSectionName (line 993) | private static string readSectionName(ConfigReader i) method readKeyName (line 1039) | private static string readKeyName(ConfigReader i) class ConfigReader (line 1094) | private class ConfigReader method ConfigReader (line 1100) | public ConfigReader(string text) method Read (line 1106) | public int Read() method Reset (line 1117) | public void Reset() class Entry (line 1132) | internal class Entry method forValue (line 1164) | public Entry forValue(string newValue) method match (line 1178) | public bool match(string aSection, string aSubsection, string aKey) method match (line 1185) | public bool match(string aSection, string aSubsection) method eqIgnoreCase (line 1190) | private static bool eqIgnoreCase(string a, string b) method eqSameCase (line 1199) | private static bool eqSameCase(string a, string b) type SectionParser (line 1226) | public interface SectionParser method parse (line 1235) | T parse(Config cfg); class State (line 1242) | internal class State method State (line 1248) | public State(List entries, State @base) class SubsectionNames (line 1260) | private class SubsectionNames : SectionParser> method SubsectionNames (line 1264) | public SubsectionNames(string sectionName) method parse (line 1271) | public IList parse(Config cfg) method GetHashCode (line 1288) | public override int GetHashCode() method Equals (line 1293) | public override bool Equals(object obj) FILE: GitSharp.Core/ConsoleUserInfoProvider.cs class ConsoleUserInfoProvider (line 43) | public class ConsoleUserInfoProvider : UserInfoProvider method promptPassword (line 45) | public override bool promptPassword(string message) method promptPassphrase (line 53) | public override bool promptPassphrase(string message) method promptYesNo (line 61) | public override bool promptYesNo(string message) method showMessage (line 69) | public override void showMessage(string message) FILE: GitSharp.Core/Constants.cs class Constants (line 51) | public static class Constants method newMessageDigest (line 347) | public static MessageDigest newMessageDigest() method typeString (line 359) | public static string typeString(int typeCode) method encodedTypeString (line 388) | public static byte[] encodedTypeString(int typeCode) method decodeTypeString (line 427) | public static int decodeTypeString(AnyObjectId id, byte[] typeString, ... method encodeASCII (line 498) | public static byte[] encodeASCII(long s) method encodeASCII (line 518) | public static byte[] encodeASCII(string s) method encode (line 543) | public static byte[] encode(string str) FILE: GitSharp.Core/CoreConfig.cs class CoreConfig (line 43) | public class CoreConfig class SectionParser (line 45) | private class SectionParser : Config.SectionParser method parse (line 47) | public CoreConfig parse(Config cfg) method CoreConfig (line 60) | private CoreConfig(Config rc) method getExcludesFile (line 68) | public string getExcludesFile() method getCompression (line 73) | public int getCompression() method getPackIndexVersion (line 78) | public int getPackIndexVersion() method isLogAllRefUpdates (line 86) | public bool isLogAllRefUpdates() FILE: GitSharp.Core/DeltaOfsPackedObjectLoader.cs class DeltaOfsPackedObjectLoader (line 45) | class DeltaOfsPackedObjectLoader : DeltaPackedObjectLoader method DeltaOfsPackedObjectLoader (line 49) | public DeltaOfsPackedObjectLoader(PackFile pr, long dataOffset, long o... method GetBaseLoader (line 55) | public override PackedObjectLoader GetBaseLoader(WindowCursor windowCu... FILE: GitSharp.Core/DeltaPackedObjectLoader.cs class DeltaPackedObjectLoader (line 48) | public abstract class DeltaPackedObjectLoader : PackedObjectLoader method DeltaPackedObjectLoader (line 53) | protected DeltaPackedObjectLoader(PackFile pr, long dataOffset, long o... method Materialize (line 60) | public override void Materialize(WindowCursor curs) method GetBaseLoader (line 119) | public abstract PackedObjectLoader GetBaseLoader(WindowCursor windowCu... FILE: GitSharp.Core/DeltaRefPackedObjectLoader.cs class DeltaRefPackedObjectLoader (line 47) | public class DeltaRefPackedObjectLoader : DeltaPackedObjectLoader method DeltaRefPackedObjectLoader (line 51) | public DeltaRefPackedObjectLoader(PackFile pr, long dataOffset, long o... method GetBaseLoader (line 57) | public override PackedObjectLoader GetBaseLoader(WindowCursor windowCu... FILE: GitSharp.Core/Diff/DiffFormatter.cs class DiffFormatter (line 50) | public class DiffFormatter method DiffFormatter (line 60) | public DiffFormatter() method setContext (line 73) | public void setContext(int lineCount) method format (line 97) | public void format(Stream @out, FileHeader head, RawText a, RawText b) method FormatEdits (line 132) | public void FormatEdits(Stream @out, RawText a, RawText b, EditList ed... method WriteHunkHeader (line 173) | private static void WriteHunkHeader(Stream @out, int aCur, int aEnd, i... method WriteRange (line 185) | private static void WriteRange(Stream @out, char prefix, int begin, in... method WriteInteger (line 217) | private static void WriteInteger(Stream @out, int count) method WriteLine (line 223) | private static void WriteLine(Stream @out, char prefix, RawText text, ... method FindCombinedEnd (line 234) | private int FindCombinedEnd(IList edits, int i) method CombineA (line 244) | private bool CombineA(IList e, int i) method CombineB (line 249) | private bool CombineB(IList e, int i) method End (line 254) | private static bool End(Edit edit, int a, int b) FILE: GitSharp.Core/Diff/Edit.cs class Edit (line 57) | public class Edit type Type (line 62) | [Serializable] method Edit (line 91) | public Edit(int aStart, int bStart) method Edit (line 103) | public Edit(int aStart, int aEnd, int bStart, int bEnd) method ExtendA (line 159) | public void ExtendA() method ExtendB (line 167) | public void ExtendB() method Swap (line 175) | public void Swap() method GetHashCode (line 187) | public override int GetHashCode() method Equals (line 207) | public override bool Equals(object obj) method ToString (line 228) | public override string ToString() FILE: GitSharp.Core/Diff/EditList.cs class EditList (line 51) | public class EditList : List, IIterable method size (line 53) | public int size() method get (line 58) | public Edit get(int index) method set (line 63) | public Edit set(int index, Edit element) method Add (line 70) | public void Add(int index, Edit element) method remove (line 75) | public void remove(int index) method ToString (line 80) | public override string ToString() method isEmpty (line 102) | public bool isEmpty() method isEqual (line 107) | private bool isEqual(EditList o) method isEqual (line 125) | private bool isEqual(string s) method Equals (line 130) | public override bool Equals(object obj) method GetHashCode (line 147) | public override int GetHashCode() method iterator (line 152) | public IteratorBase iterator() FILE: GitSharp.Core/Diff/MyersDiff.cs class MyersDiff (line 148) | public class MyersDiff method MyersDiff (line 170) | public MyersDiff(Sequence a, Sequence b) method getEdits (line 179) | public EditList getEdits() method calculateEdits (line 191) | protected void calculateEdits() method calculateEdits (line 211) | protected void calculateEdits(int beginA, int endA, class MiddleEdit (line 245) | class MiddleEdit method MiddleEdit (line 250) | public MiddleEdit(Sequence a, Sequence b) method initialize (line 258) | public void initialize(int beginA, int endA, int beginB, int endB) method calculate (line 284) | public Edit calculate(int beginA, int endA, int beginB, int endB) class EditPaths (line 355) | internal abstract class EditPaths method EditPaths (line 367) | protected EditPaths(MiddleEdit middleEdit) method getIndex (line 372) | int getIndex(int d, int k) method getX (line 380) | public int getX(int d, int k) method getSnake (line 388) | public long getSnake(int d, int k) method forceKIntoRange (line 396) | private int forceKIntoRange(int k) method initialize (line 406) | public void initialize(int k, int x, int minK, int maxK) method snake (line 417) | public abstract int snake(int k, int x); method getLeft (line 418) | protected abstract int getLeft(int x); method getRight (line 419) | protected abstract int getRight(int x); method isBetter (line 420) | protected abstract bool isBetter(int left, int right); method adjustMinMaxK (line 421) | protected abstract void adjustMinMaxK(int k, int x); method meets (line 422) | protected abstract bool meets(int d, int k, int x, long snake); method newSnake (line 424) | long newSnake(int k, int x) method snake2x (line 431) | int snake2x(long snake) method snake2y (line 436) | int snake2y(long snake) method makeEdit (line 441) | protected bool makeEdit(long snake1, long snake2) method calculate (line 466) | public bool calculate(int d) class ForwardEditPaths (line 534) | class ForwardEditPaths : EditPaths method ForwardEditPaths (line 536) | public ForwardEditPaths(MiddleEdit middleEdit) method snake (line 541) | public override int snake(int k, int x) method getLeft (line 549) | protected override int getLeft(int x) method getRight (line 554) | protected override int getRight(int x) method isBetter (line 559) | protected override bool isBetter(int left, int right) method adjustMinMaxK (line 564) | protected override void adjustMinMaxK(int k, int x) method meets (line 575) | protected override bool meets(int d, int k, int x, long snake) class BackwardEditPaths (line 589) | class BackwardEditPaths : EditPaths method BackwardEditPaths (line 591) | public BackwardEditPaths(MiddleEdit middleEdit) method snake (line 596) | public override int snake(int k, int x) method getLeft (line 604) | protected override int getLeft(int x) method getRight (line 609) | protected override int getRight(int x) method isBetter (line 614) | protected override bool isBetter(int left, int right) method adjustMinMaxK (line 619) | protected override void adjustMinMaxK(int k, int x) method meets (line 630) | protected override bool meets(int d, int k, int x, long snake) FILE: GitSharp.Core/Diff/RawText.cs class RawText (line 59) | public class RawText : Sequence method RawText (line 102) | public RawText(byte[] input) method RawText (line 114) | public RawText(FileInfo file) : this(IO.ReadFully(file)) method size (line 118) | public int size() method equals (line 127) | public bool equals(int thisIdx, Sequence other, int otherIdx) method equals (line 132) | private static bool equals(RawText a, int ai, RawText b, int bi) method writeLine (line 170) | public void writeLine(Stream @out, int i) method isMissingNewlineAtEnd (line 185) | public bool isMissingNewlineAtEnd() method computeHashes (line 193) | private IntList computeHashes() method HashLine (line 219) | private static int HashLine(byte[] raw, int ptr, int end) FILE: GitSharp.Core/Diff/Sequence.cs type Sequence (line 57) | public interface Sequence method size (line 62) | int size(); method equals (line 83) | bool equals(int thisIdx, Sequence other, int otherIdx); FILE: GitSharp.Core/DirectoryCache/BaseDirCacheEditor.cs class BaseDirCacheEditor (line 51) | public abstract class BaseDirCacheEditor method BaseDirCacheEditor (line 81) | protected BaseDirCacheEditor(DirCache dc, int ecnt) method getDirCache (line 93) | public DirCache getDirCache() method FastAdd (line 108) | protected void FastAdd(DirCacheEntry newEntry) method FastKeep (line 151) | protected void FastKeep(int pos, int cnt) method finish (line 179) | public abstract void finish(); method Replace (line 187) | protected void Replace() method commit (line 215) | public virtual bool commit() FILE: GitSharp.Core/DirectoryCache/DirCache.cs class DirCache (line 61) | public class DirCache method Compare (line 78) | public static int Compare(DirCacheEntry a, DirCacheEntry b) method Compare (line 83) | private static int Compare(byte[] aPath, int aLen, DirCacheEntry b) method Compare (line 88) | public static int Compare(byte[] aPath, int aLen, byte[] bPath, int bLen) method newInCore (line 109) | public static DirCache newInCore() method read (line 132) | public static DirCache read(FileInfo indexLocation) method read (line 160) | public static DirCache read(Repository db) method Lock (line 188) | public static DirCache Lock(FileInfo indexLocation) method Lock (line 231) | public static DirCache Lock(Repository db) method DirCache (line 261) | public DirCache(FileInfo indexLocation) method builder (line 274) | public DirCacheBuilder builder() method editor (line 286) | public DirCacheEditor editor() method replace (line 291) | public void replace(DirCacheEntry[] e, int cnt) method read (line 313) | public void read() method clear (line 358) | public void clear() method ReadFrom (line 366) | private void ReadFrom(Stream inStream) method skipOptionalExtension (line 469) | private void skipOptionalExtension(Stream inStream, MessageDigest md, ... method formatExtensionName (line 486) | private static String formatExtensionName(byte[] hdr) method IsDIRC (line 491) | private static bool IsDIRC(byte[] header) method Lock (line 517) | public bool Lock() method write (line 549) | public void write() method WriteTo (line 564) | private void WriteTo(Stream os) method commit (line 630) | public bool commit() method RequireLocked (line 640) | private void RequireLocked(LockFile tmp) method unlock (line 657) | public void unlock() method findEntry (line 684) | public int findEntry(string path) method findEntry (line 692) | public int findEntry(byte[] p, int pLen) method nextEntry (line 736) | public int nextEntry(int position) method nextEntry (line 750) | public int nextEntry(byte[] p, int pLen, int nextIdx) method getEntryCount (line 773) | public int getEntryCount() method getEntry (line 785) | public DirCacheEntry getEntry(int i) method getEntry (line 795) | public DirCacheEntry getEntry(string path) method getEntriesWithin (line 810) | public DirCacheEntry[] getEntriesWithin(string path) method toArray (line 831) | public void toArray(int i, DirCacheEntry[] dst, int off, int cnt) method getCacheTree (line 850) | public DirCacheTree getCacheTree(bool build) method writeTree (line 881) | public ObjectId writeTree(ObjectWriter ow) FILE: GitSharp.Core/DirectoryCache/DirCacheBuildIterator.cs class DirCacheBuildIterator (line 72) | public class DirCacheBuildIterator : DirCacheIterator method DirCacheBuildIterator (line 87) | public DirCacheBuildIterator(DirCacheBuilder builder) method DirCacheBuildIterator (line 106) | DirCacheBuildIterator(DirCacheBuildIterator parentIterator, DirCacheTr... method createSubtreeIterator (line 115) | public override AbstractTreeIterator createSubtreeIterator(Repository ... method skip (line 126) | public override void skip() method stopWalk (line 139) | public override void stopWalk() FILE: GitSharp.Core/DirectoryCache/DirCacheBuilder.cs class DirCacheBuilder (line 59) | public class DirCacheBuilder : BaseDirCacheEditor method DirCacheBuilder (line 73) | public DirCacheBuilder(DirCache dc, int ecnt) method add (line 89) | public void add(DirCacheEntry newEntry) method keep (line 120) | public void keep(int pos, int cnt) method addTree (line 156) | public void addTree(byte[] pathPrefix, int stage, Repository db, AnyOb... method ToEntry (line 182) | private static DirCacheEntry ToEntry(int stage, TreeWalk.TreeWalk tw) method finish (line 191) | public override void finish() method BeforeAdd (line 200) | private void BeforeAdd(DirCacheEntry newEntry) method Resort (line 231) | private void Resort() method Bad (line 263) | private static InvalidOperationException Bad(DirCacheEntry a, string msg) FILE: GitSharp.Core/DirectoryCache/DirCacheEditor.cs class DirCacheEditor (line 56) | public class DirCacheEditor : BaseDirCacheEditor method DirCacheEditor (line 77) | public DirCacheEditor(DirCache dirCache, int entryCount) method add (line 91) | public void add(PathEdit edit) method commit (line 96) | public override bool commit() method finish (line 108) | public override void finish() method ApplyEdits (line 115) | private void ApplyEdits() class PathEdit (line 178) | public abstract class PathEdit method PathEdit (line 186) | protected PathEdit(string entryPath) method PathEdit (line 198) | protected PathEdit(DirCacheEntry ent) method Apply (line 218) | public abstract void Apply(DirCacheEntry ent); class DeletePath (line 229) | public class DeletePath : PathEdit method DeletePath (line 237) | public DeletePath(string entryPath) method DeletePath (line 249) | public DeletePath(DirCacheEntry ent) method Apply (line 254) | public override void Apply(DirCacheEntry ent) class DeleteTree (line 271) | public class DeleteTree : PathEdit method DeleteTree (line 281) | public DeleteTree(string entryPath) method Apply (line 286) | public override void Apply(DirCacheEntry ent) FILE: GitSharp.Core/DirectoryCache/DirCacheEntry.cs class DirCacheEntry (line 51) | public class DirCacheEntry method DirCacheEntry (line 103) | public DirCacheEntry(byte[] sharedInfo, int infoAt, Stream @in, Messag... method DirCacheEntry (line 165) | public DirCacheEntry(string newPath) method DirCacheEntry (line 175) | public DirCacheEntry(string newPath, int stage) method DirCacheEntry (line 186) | public DirCacheEntry(byte[] newPath) method DirCacheEntry (line 198) | public DirCacheEntry(byte[] newPath, int stage) method write (line 224) | public void write(Stream os) method mightBeRacilyClean (line 258) | public bool mightBeRacilyClean(int smudge_s, int smudge_ns) method smudgeRacilyClean (line 284) | public void smudgeRacilyClean() method idBuffer (line 302) | public byte[] idBuffer() method idOffset (line 307) | public int idOffset() method isAssumeValid (line 320) | public bool isAssumeValid() method setAssumeValid (line 332) | public void setAssumeValid(bool assume) method getStage (line 349) | public int getStage() method getRawMode (line 359) | public int getRawMode() method getFileMode (line 368) | public FileMode getFileMode() method setFileMode (line 377) | public void setFileMode(FileMode mode) method getLastModified (line 400) | public long getLastModified() method setLastModified (line 411) | public void setLastModified(long when) method getLength (line 428) | public int getLength() method setLength (line 437) | public void setLength(int sz) method getObjectId (line 449) | public ObjectId getObjectId() method setObjectId (line 461) | public void setObjectId(AnyObjectId id) method setObjectIdFromRaw (line 474) | public void setObjectIdFromRaw(byte[] bs, int p) method getPathString (line 492) | public string getPathString() method copyMetaData (line 506) | public void copyMetaData(DirCacheEntry src) method DecodeTimestamp (line 515) | private long DecodeTimestamp(int pIdx) method EncodeTimestamp (line 530) | private void EncodeTimestamp(int pIdx, long when) method toString (line 542) | private static String toString(byte[] path) method isValidPath (line 547) | public static bool isValidPath(byte[] path) FILE: GitSharp.Core/DirectoryCache/DirCacheIterator.cs class DirCacheIterator (line 56) | public class DirCacheIterator : AbstractTreeIterator method DirCacheIterator (line 73) | public DirCacheIterator(DirCache dc) method DirCacheIterator (line 87) | public DirCacheIterator(DirCacheIterator parentIterator, DirCacheTree ... method createSubtreeIterator (line 103) | public override AbstractTreeIterator createSubtreeIterator(Repository ... method createEmptyTreeIterator (line 113) | public override EmptyTreeIterator createEmptyTreeIterator() method idBuffer (line 121) | public override byte[] idBuffer() method idOffset (line 136) | public override int idOffset() method first (line 151) | public override bool first() method eof (line 156) | public override bool eof() method next (line 161) | public override void next(int delta) method back (line 180) | public override void back(int delta) method ParseEntry (line 199) | private void ParseEntry() method getDirCacheEntry (line 305) | public DirCacheEntry getDirCacheEntry() FILE: GitSharp.Core/DirectoryCache/DirCacheTree.cs class DirCacheTree (line 61) | public class DirCacheTree method DirCacheTree (line 114) | public DirCacheTree() method DirCacheTree (line 122) | private DirCacheTree(DirCacheTree myParent, byte[] path, int pathOff, ... method DirCacheTree (line 132) | public DirCacheTree(byte[] @in, MutableInteger off, DirCacheTree myPar... method write (line 195) | public void write(byte[] tmp, TemporaryBuffer os) method isValid (line 231) | public bool isValid() method getEntrySpan (line 246) | public int getEntrySpan() method getChildCount (line 257) | public int getChildCount() method getChild (line 267) | public DirCacheTree getChild(int i) method getObjectId (line 272) | public ObjectId getObjectId() method getNameString (line 288) | public string getNameString() method getPathString (line 306) | public string getPathString() method writeTree (line 339) | public ObjectId writeTree(DirCacheEntry[] cacheEntry, int cIdx, int pa... method ComputeSize (line 384) | private int ComputeSize(DirCacheEntry[] cache, int cIdx, int pathOffse... method AppendName (line 429) | private void AppendName(StringBuilder sb) method nameLength (line 444) | public int nameLength() method contains (line 449) | public bool contains(byte[] a, int aOff, int aLen) method validate (line 482) | public void validate(DirCacheEntry[] cache, int cCnt, int cIdx, int pa... method InsertChild (line 561) | private void InsertChild(int stIdx, DirCacheTree st) method RemoveChild (line 590) | private void RemoveChild(int stIdx) method peq (line 600) | internal static bool peq(byte[] a, byte[] b, int aLen) method NameComparison (line 612) | private static int NameComparison(byte[] a, int aPos, DirCacheTree ct) method Slash (line 637) | private static int Slash(byte[] a, int aPos) FILE: GitSharp.Core/Ensure.cs class Ensure (line 5) | public static class Ensure method That (line 7) | public static void That(bool istrue) FILE: GitSharp.Core/Exceptions/CancelledException.cs class CancelledException (line 6) | [Serializable] method CancelledException (line 18) | public CancelledException() method CancelledException (line 22) | public CancelledException(string message) : base(message) method CancelledException (line 26) | public CancelledException(string message, Exception inner) : base(mess... method CancelledException (line 30) | protected CancelledException(SerializationInfo info, StreamingContext ... FILE: GitSharp.Core/Exceptions/CheckoutConflictException.cs class CheckoutConflictException (line 8) | [Serializable] method CheckoutConflictException (line 14) | public CheckoutConflictException(string file) method CheckoutConflictException (line 21) | public CheckoutConflictException(string file, Exception inner) method CheckoutConflictException (line 30) | public CheckoutConflictException(IEnumerable files) method BuildList (line 35) | private static string BuildList(IEnumerable files) method CheckoutConflictException (line 47) | protected CheckoutConflictException(SerializationInfo info, StreamingC... FILE: GitSharp.Core/Exceptions/CompoundException.cs class CompoundException (line 50) | [Serializable] method Format (line 55) | private static string Format(IEnumerable causes) method CompoundException (line 76) | public CompoundException(IEnumerable why) method CompoundException (line 93) | protected CompoundException(SerializationInfo info, StreamingContext c... FILE: GitSharp.Core/Exceptions/ConfigInvalidException.cs class ConfigInvalidException (line 47) | [Serializable] method ConfigInvalidException (line 54) | public ConfigInvalidException(string message) method ConfigInvalidException (line 64) | public ConfigInvalidException(string message, Exception inner_exception) method ConfigInvalidException (line 69) | protected ConfigInvalidException(SerializationInfo info, StreamingCont... FILE: GitSharp.Core/Exceptions/CorruptObjectException.cs class CorruptObjectException (line 50) | [global::System.Serializable] method CorruptObjectException (line 60) | public CorruptObjectException(AnyObjectId id, string message) : base(s... method CorruptObjectException (line 61) | public CorruptObjectException(string message) : base(message) { } method CorruptObjectException (line 62) | public CorruptObjectException(string message, Exception inner) : base(... method CorruptObjectException (line 63) | public CorruptObjectException(AnyObjectId id, string message, Exceptio... method CorruptObjectException (line 64) | internal CorruptObjectException(System.Runtime.Serialization.Serializa... FILE: GitSharp.Core/Exceptions/EntryExistsException.cs class EntryExistsException (line 9) | [Serializable] method EntryExistsException (line 12) | public EntryExistsException(string name) method EntryExistsException (line 17) | public EntryExistsException(string name, Exception inner) method EntryExistsException (line 22) | protected EntryExistsException(SerializationInfo info, StreamingContex... FILE: GitSharp.Core/Exceptions/ExceptionExtensions.cs class ExceptionExtensions (line 6) | public static class ExceptionExtensions method printStackTrace (line 8) | public static void printStackTrace(this Exception self) method FormatPretty (line 13) | public static string FormatPretty(this Exception exception) method PrintRecursive (line 21) | private static void PrintRecursive(Exception exception, StringBuilder ... FILE: GitSharp.Core/Exceptions/FileLockedException.cs class FileLockedException (line 9) | [global::System.Serializable] method FileLockedException (line 19) | public FileLockedException() { } method FileLockedException (line 20) | public FileLockedException(string message) : base(message) { } method FileLockedException (line 21) | public FileLockedException(string message, Exception inner) : base(mes... method FileLockedException (line 22) | internal FileLockedException( FILE: GitSharp.Core/Exceptions/GitlinksNotSupportedException.cs class GitlinksNotSupportedException (line 51) | [Serializable] method GitlinksNotSupportedException (line 62) | public GitlinksNotSupportedException(string s) method GitlinksNotSupportedException (line 72) | public GitlinksNotSupportedException(string s, Exception inner) method GitlinksNotSupportedException (line 77) | protected GitlinksNotSupportedException(SerializationInfo info, Stream... FILE: GitSharp.Core/Exceptions/IncorrectObjectTypeException.cs class IncorrectObjectTypeException (line 51) | [Serializable] method IncorrectObjectTypeException (line 72) | public IncorrectObjectTypeException(ObjectId id, ObjectType type) method IncorrectObjectTypeException (line 85) | public IncorrectObjectTypeException(ObjectId id, ObjectType type, Exce... method IncorrectObjectTypeException (line 99) | public IncorrectObjectTypeException(ObjectId id, int type) method IncorrectObjectTypeException (line 106) | public IncorrectObjectTypeException(ObjectId id, string type, Exceptio... method IncorrectObjectTypeException (line 119) | public IncorrectObjectTypeException(ObjectId id, string type) method IncorrectObjectTypeException (line 132) | public IncorrectObjectTypeException(ObjectId id, int type, Exception i... method IncorrectObjectTypeException (line 135) | protected IncorrectObjectTypeException( FILE: GitSharp.Core/Exceptions/InvalidObjectIdException.cs class InvalidObjectIdException (line 52) | [Serializable] method InvalidObjectIdException (line 61) | public InvalidObjectIdException(byte[] bytes, int offset, int length) method InvalidObjectIdException (line 73) | public InvalidObjectIdException(byte[] bytes, int offset, int length, ... method AsAscii (line 78) | private static string AsAscii(byte[] bytes, int offset, int length) method InvalidObjectIdException (line 94) | protected InvalidObjectIdException(SerializationInfo info, StreamingCo... FILE: GitSharp.Core/Exceptions/InvalidPackException.cs class PackInvalidException (line 47) | [global::System.Serializable] method PackInvalidException (line 57) | public PackInvalidException(ObjectId id, string message) : base(string... method PackInvalidException (line 58) | public PackInvalidException(string message) : base(message) { } method PackInvalidException (line 59) | public PackInvalidException(string message, Exception inner) : base(me... method PackInvalidException (line 60) | public PackInvalidException(ObjectId id, string message, Exception inn... method PackInvalidException (line 61) | internal PackInvalidException(System.Runtime.Serialization.Serializati... FILE: GitSharp.Core/Exceptions/InvalidPatternException.cs class InvalidPatternException (line 44) | [Serializable] method InvalidPatternException (line 55) | public InvalidPatternException(string pattern) method InvalidPatternException (line 60) | public InvalidPatternException(string message, string pattern) method InvalidPatternException (line 66) | public InvalidPatternException(string message, Exception inner) method InvalidPatternException (line 71) | public InvalidPatternException(string message, string pattern, Excepti... method InvalidPatternException (line 77) | protected InvalidPatternException(SerializationInfo info, StreamingCon... FILE: GitSharp.Core/Exceptions/MissingBundlePrerequisiteException.cs class MissingBundlePrerequisiteException (line 48) | [Serializable] method format (line 53) | private static string format(IDictionary missingComm... method MissingBundlePrerequisiteException (line 75) | public MissingBundlePrerequisiteException(URIish uri, IDictionary method FromBits (line 113) | public static FileMode FromBits(int bits) method FileMode (line 142) | private FileMode(int mode, ObjectType type, Func equalityFu... method CopyTo (line 182) | public void CopyTo(Stream stream) method copyToLength (line 188) | public int copyToLength() method Equals (line 193) | public bool Equals(FileMode other) method Equals (line 200) | public override bool Equals(object obj) method GetHashCode (line 209) | public override int GetHashCode() FILE: GitSharp.Core/FileTreeEntry.cs class FileTreeEntry (line 44) | public class FileTreeEntry : TreeEntry method FileTreeEntry (line 46) | public FileTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8, bool e... method Accept (line 58) | public override void Accept(TreeVisitor tv, int flags) method SetExecutable (line 74) | public void SetExecutable(bool execute) method OpenReader (line 79) | public ObjectLoader OpenReader() method ToString (line 84) | public override string ToString() FILE: GitSharp.Core/FnMatch/AbstractHead.cs class AbstractHead (line 44) | internal abstract class AbstractHead : IHead method matches (line 50) | protected internal abstract bool matches(char c); method AbstractHead (line 52) | protected AbstractHead(bool star) method setNewHeads (line 60) | public void setNewHeads(IList newHeads) method GetNextHeads (line 70) | public virtual IList GetNextHeads(char c) FILE: GitSharp.Core/FnMatch/CharacterHead.cs class CharacterHead (line 41) | internal class CharacterHead : AbstractHead method CharacterHead (line 45) | public CharacterHead(char expectedChar) method matches (line 51) | protected internal override bool matches(char c) FILE: GitSharp.Core/FnMatch/FileNameMatcher.cs class FileNameMatcher (line 74) | public sealed class FileNameMatcher method FileNameMatcher (line 96) | private FileNameMatcher(IList headsStartValue) method FileNameMatcher (line 105) | private FileNameMatcher(IList headsStartValue, ICollection CreateHeadsStartValues(string patternStrin... method FindGroupEnd (line 170) | private static int FindGroupEnd(int indexOfStartBracket, string pattern) method ParseHeads (line 225) | private static IList ParseHeads(string pattern, char? in... method CreateSimpleHeads (line 259) | private static IList CreateSimpleHeads(string patternPar... method CreateWildCardHead (line 290) | private static AbstractHead CreateWildCardHead(char? invalidWildgetCha... method ExtendStringToMatchByOneCharacter (line 300) | private void ExtendStringToMatchByOneCharacter(char c) method Append (line 331) | public void Append(string stringToMatch) method Reset (line 346) | public void Reset() method CreateMatcherForSuffix (line 359) | public FileNameMatcher CreateMatcherForSuffix() method IsMatch (line 371) | public bool IsMatch() method CanAppendMatch (line 391) | public bool CanAppendMatch() FILE: GitSharp.Core/FnMatch/GroupHead.cs class GroupHead (line 46) | internal sealed class GroupHead : AbstractHead method GroupHead (line 54) | internal GroupHead(string pattern, string wholePattern) method matches (line 158) | protected internal override bool matches(char c) type ICharacterPattern (line 170) | private interface ICharacterPattern method Matches (line 177) | bool Matches(char c); class CharacterRange (line 180) | private sealed class CharacterRange : ICharacterPattern method CharacterRange (line 185) | internal CharacterRange(char start, char end) method Matches (line 191) | public bool Matches(char c) class DigitPattern (line 197) | private sealed class DigitPattern : ICharacterPattern method Matches (line 201) | public bool Matches(char c) class LetterPattern (line 207) | private sealed class LetterPattern : ICharacterPattern method Matches (line 211) | public bool Matches(char c) class LowerPattern (line 217) | private sealed class LowerPattern : ICharacterPattern method Matches (line 221) | public bool Matches(char c) class UpperPattern (line 227) | private sealed class UpperPattern : ICharacterPattern method Matches (line 231) | public bool Matches(char c) class WhitespacePattern (line 237) | private sealed class WhitespacePattern : ICharacterPattern method Matches (line 241) | public bool Matches(char c) class OneCharacterPattern (line 247) | private sealed class OneCharacterPattern : ICharacterPattern method OneCharacterPattern (line 251) | internal OneCharacterPattern(char c) method Matches (line 256) | public bool Matches(char c) class PunctPattern (line 262) | private sealed class PunctPattern : ICharacterPattern method Matches (line 268) | public bool Matches(char c) FILE: GitSharp.Core/FnMatch/IHead.cs type IHead (line 43) | public interface IHead method GetNextHeads (line 50) | IList GetNextHeads(char c); FILE: GitSharp.Core/FnMatch/LastHead.cs class LastHead (line 43) | internal sealed class LastHead : IHead method LastHead (line 50) | private LastHead() method GetNextHeads (line 54) | public IList GetNextHeads(char c) FILE: GitSharp.Core/FnMatch/RestrictedWildCardHead.cs class RestrictedWildCardHead (line 41) | internal sealed class RestrictedWildCardHead : AbstractHead method RestrictedWildCardHead (line 45) | internal RestrictedWildCardHead(char excludedCharacter, bool star) method matches (line 51) | protected internal override bool matches(char c) FILE: GitSharp.Core/FnMatch/WildCardHead.cs class WildCardHead (line 41) | internal sealed class WildCardHead : AbstractHead method WildCardHead (line 43) | internal WildCardHead(bool star) method matches (line 48) | protected internal override bool matches(char c) FILE: GitSharp.Core/ForceModified.cs class ForceModified (line 42) | public class ForceModified : TreeVisitor method StartVisitTree (line 44) | public void StartVisitTree(Tree t) method EndVisitTree (line 49) | public void EndVisitTree(Tree t) method VisitFile (line 54) | public void VisitFile(FileTreeEntry f) method VisitGitlink (line 59) | public void VisitGitlink(GitLinkTreeEntry e) method VisitSymlink (line 64) | public void VisitSymlink(SymlinkTreeEntry s) FILE: GitSharp.Core/GitException.cs class GitException (line 5) | [Serializable] method GitException (line 15) | public GitException() { } method GitException (line 16) | public GitException(string message) : base(message) { } method GitException (line 17) | public GitException(string message, Exception inner) : base(message, i... method GitException (line 18) | internal GitException( FILE: GitSharp.Core/GitIndex.cs class GitIndex (line 77) | public class GitIndex method GitIndex (line 107) | public GitIndex(Repository db) method RereadIfNecessary (line 146) | public void RereadIfNecessary() method add (line 163) | public Entry add(FileSystemInfo wd, FileInfo f) method add (line 176) | public Entry add(FileSystemInfo wd, FileInfo f, byte[] content) method add (line 200) | public Entry add(byte[] relative_filename, byte[] content) method Remove (line 218) | public bool Remove(string relative_file_path) method remove (line 233) | public bool remove(FileSystemInfo wd, FileSystemInfo f) method Read (line 243) | public void Read() method write (line 278) | public void write() method CheckWriteOk (line 375) | private void CheckWriteOk() method FileCanExecute (line 387) | private static bool FileCanExecute(FileSystemInfo f) method FileSetExecute (line 392) | private static bool FileSetExecute(FileInfo f, bool @value) method FileHasExecute (line 397) | private static bool FileHasExecute() method MakeKey (line 402) | private byte[] MakeKey(FileSystemInfo wd, FileSystemInfo f) method ConfigFilemode (line 415) | private static bool ConfigFilemode(Repository repository) method ReadTree (line 433) | public void ReadTree(Tree t) method ReadTree (line 439) | private void ReadTree(string prefix, Tree t) method addEntry (line 473) | public Entry addEntry(TreeEntry te) method checkout (line 486) | public void checkout(FileSystemInfo workDir) method checkoutEntry (line 505) | public void checkoutEntry(FileSystemInfo workDir, Entry e) method writeTree (line 549) | public ObjectId writeTree() method SplitDirPath (line 608) | internal string[] SplitDirPath(string name) method LongestCommonPath (line 629) | internal int LongestCommonPath(string[] a, string[] b) method GetEntry (line 649) | public Entry GetEntry(string path) class ByteVectorComparer (line 659) | private class ByteVectorComparer : IComparer method Compare (line 663) | public int Compare(byte[] x, byte[] y) class Entry (line 697) | public class Entry method Entry (line 708) | internal Entry(Repository repository, byte[] key, FileInfo f, int st... method Entry (line 713) | internal Entry(Repository repository, byte[] key, FileInfo f, int st... method Entry (line 749) | internal Entry(Repository repository, TreeEntry f, int stage) method Entry (line 773) | internal Entry(Repository repository, EndianBinaryReader b) method Entry (line 793) | private Entry(Repository repository) method update (line 838) | public bool update(FileInfo f) method update (line 879) | public bool update(FileInfo f, byte[] newContent) //[henon] TODO: re... method Write (line 895) | internal void Write(MemoryStream buf) method IsModified (line 957) | public bool IsModified(DirectoryInfo wd) method IsModified (line 975) | public bool IsModified(DirectoryInfo wd, bool forceContentCheck) method forceRecheck (line 1094) | internal void forceRecheck() method getFile (line 1099) | private FileInfo getFile(DirectoryInfo wd) method ToString (line 1104) | public override string ToString() method isAssumedValid (line 1121) | public bool isAssumedValid() method isUpdateNeeded (line 1127) | public bool isUpdateNeeded() method setAssumeValid (line 1136) | public void setAssumeValid(bool assumeValid) method setUpdateNeeded (line 1152) | public void setUpdateNeeded(bool updateNeeded) method getModeBits (line 1168) | public int getModeBits() class Header (line 1178) | private class Header method Header (line 1183) | internal Header(EndianBinaryReader map) method Header (line 1188) | internal Header(ICollection entryset) method Read (line 1197) | private void Read(EndianBinaryReader buf) method Write (line 1214) | internal void Write(Stream buf) FILE: GitSharp.Core/GitlinkTreeEntry.cs class GitLinkTreeEntry (line 44) | public class GitLinkTreeEntry : TreeEntry method GitLinkTreeEntry (line 46) | public GitLinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8) method Accept (line 56) | public override void Accept(TreeVisitor tv, int flags) method ToString (line 69) | public override string ToString() FILE: GitSharp.Core/IgnoreHandler.cs type IPattern (line 47) | public interface IPattern method IsIgnored (line 49) | bool IsIgnored(string path); class IgnoreHandler (line 52) | public class IgnoreHandler method IgnoreHandler (line 59) | public IgnoreHandler(Repository repo) method GetPathDirectories (line 91) | private static List GetPathDirectories(string path) method LoadDirectoryPatterns (line 109) | private void LoadDirectoryPatterns(IEnumerable dirs) method ReadPatternsFromFile (line 126) | private static void ReadPatternsFromFile(string path, ICollection patte... method AddCommandLinePattern (line 157) | public void AddCommandLinePattern(string pattern) method IsIgnored (line 167) | public bool IsIgnored(string path) method AddPattern (line 186) | private static void AddPattern(string line, ICollection to) class FnMatchPattern (line 206) | private class FnMatchPattern : IPattern method FnMatchPattern (line 210) | public FnMatchPattern(string line) method IsIgnored (line 215) | public bool IsIgnored(string path) class NegatedPattern (line 223) | private class NegatedPattern : IPattern method NegatedPattern (line 227) | public NegatedPattern(IPattern pattern) method IsIgnored (line 232) | public bool IsIgnored(string path) FILE: GitSharp.Core/IndexChangedEventArgs.cs class IndexChangedEventArgs (line 42) | public class IndexChangedEventArgs : RepositoryChangedEventArgs method IndexChangedEventArgs (line 44) | public IndexChangedEventArgs(Repository repo) method ToString (line 49) | public override string ToString() FILE: GitSharp.Core/IndexDiff.cs class IndexDiff (line 46) | [Complete] method IndexDiff (line 57) | public IndexDiff(Repository repository) method IndexDiff (line 67) | public IndexDiff(Tree tree, GitIndex index) method Diff (line 86) | public bool Diff() method CheckUntrackedDirectory (line 150) | private void CheckUntrackedDirectory(string path, string relative_path) method CheckUntrackedFile (line 167) | private void CheckUntrackedFile(FileInfo f, string relative_path) FILE: GitSharp.Core/IndexTreeVisitor.cs type IndexTreeVisitor (line 54) | public interface IndexTreeVisitor method VisitEntry (line 63) | void VisitEntry(TreeEntry treeEntry, GitIndex.Entry indexEntry, FileIn... method VisitEntry (line 73) | void VisitEntry(TreeEntry treeEntry, TreeEntry auxEntry, GitIndex.Entr... method FinishVisitTree (line 82) | void FinishVisitTree(Tree tree, Tree auxTree, string curDir); method FinishVisitTree (line 91) | void FinishVisitTree(Tree tree, int i, string curDir); FILE: GitSharp.Core/IndexTreeWalker.cs class IndexTreeWalker (line 48) | public class IndexTreeWalker method IndexTreeWalker (line 59) | public IndexTreeWalker(GitIndex index, Tree mainTree, FileSystemInfo r... method IndexTreeWalker (line 64) | public IndexTreeWalker(GitIndex index, Tree mainTree, Tree newTree, Fi... method Compare (line 77) | private static int Compare(TreeEntry t, GitIndex.Entry i) method Compare (line 94) | private static int Compare(TreeEntry t1, TreeEntry t2) method eq (line 123) | private static bool eq(TreeEntry t1, GitIndex.Entry e) method eq (line 128) | private static bool eq(TreeEntry t1, TreeEntry t2) method FinishVisitTree (line 133) | private void FinishVisitTree(TreeEntry t1, TreeEntry t2, int curIndexPos) method lt (line 178) | private static bool lt(GitIndex.Entry i, TreeEntry t) method lt (line 183) | private static bool lt(TreeEntry h, GitIndex.Entry i) method lt (line 188) | private static bool lt(TreeEntry h, TreeEntry m) method VisitEntry (line 193) | private void VisitEntry(TreeEntry t1, TreeEntry t2, GitIndex.Entry i) method Walk (line 231) | public virtual void Walk() method Walk (line 236) | private void Walk(Tree tree, Tree auxTree) FILE: GitSharp.Core/InflaterCache.cs class InflaterCache (line 50) | public class InflaterCache method InflaterCache (line 61) | private InflaterCache() method get (line 84) | public Inflater get() method getImpl (line 90) | private Inflater getImpl() method release (line 111) | public void release(Inflater i) method releaseImpl (line 120) | private static bool releaseImpl(Inflater i) FILE: GitSharp.Core/LockFile.cs class LockFile (line 59) | public class LockFile : IDisposable method LockFile (line 80) | public LockFile(FileInfo file) method Lock (line 99) | public bool Lock() method LockForAppend (line 150) | public bool LockForAppend() method CopyCurrentContent (line 179) | public void CopyCurrentContent() method Write (line 212) | public void Write(ObjectId id) method Write (line 241) | public void Write(byte[] content) method GetOutputStream (line 269) | public Stream GetOutputStream() method RequireLock (line 275) | private void RequireLock() method setNeedStatInformation (line 288) | public void setNeedStatInformation(bool on) method waitForStatChange (line 300) | public void waitForStatChange() method Commit (line 327) | public bool Commit() method SaveStatInformation (line 350) | private void SaveStatInformation() method Unlock (line 364) | public void Unlock() method Dispose (line 398) | public void Dispose() class LockFileOutputStream (line 409) | public class LockFileOutputStream : Stream method LockFileOutputStream (line 413) | public LockFileOutputStream(LockFile lockfile) method Write (line 418) | public override void Write(byte[] buffer, int offset, int count) method write (line 423) | public void write(byte[] b) method write (line 428) | public void write(int b) method Flush (line 433) | public override void Flush() method Close (line 438) | public override void Close() method Read (line 486) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 491) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 496) | public override void SetLength(long value) class FileLock (line 505) | public class FileLock : IDisposable method FileLock (line 511) | private FileLock(FileStream fs, string file) method TryLock (line 519) | public static FileLock TryLock(FileStream fs, FileInfo file) method Dispose (line 533) | public void Dispose() method Release (line 538) | public void Release() FILE: GitSharp.Core/Merge/MergeAlgorithm.cs class MergeAlgorithm (line 49) | public class MergeAlgorithm method MergeAlgorithm (line 56) | private MergeAlgorithm() method merge (line 72) | public static MergeResult merge(Sequence @base, Sequence ours, method nextEdit (line 237) | private static Edit nextEdit(IteratorBase it) FILE: GitSharp.Core/Merge/MergeChunk.cs class MergeChunk (line 45) | public class MergeChunk type ConflictState (line 53) | public enum ConflictState method MergeChunk (line 90) | public MergeChunk(int sequenceIndex, int begin, int end, method getSequenceIndex (line 100) | public int getSequenceIndex() method getBegin (line 106) | public int getBegin() method getEnd (line 115) | public int getEnd() method getConflictState (line 121) | public ConflictState getConflictState() FILE: GitSharp.Core/Merge/MergeFormatter.cs class MergeFormatter (line 50) | public class MergeFormatter method formatMerge (line 71) | public void formatMerge(BinaryWriter @out, MergeResult res, method formatMerge (line 144) | public void formatMerge(BinaryWriter @out, MergeResult res, String bas... FILE: GitSharp.Core/Merge/MergeResult.cs class MergeResult (line 61) | public class MergeResult method GetEnumerator (line 63) | public IEnumerator GetEnumerator() method MergeResult (line 82) | public MergeResult(List sequences) method add (line 111) | public void add(int srcIdx, int begin, int end, MergeChunk.ConflictSta... method getSequences (line 129) | public List getSequences() method iterator (line 135) | public MergeChunkIterator iterator() method containsConflicts (line 141) | public bool containsConflicts() class MergeChunkIterator (line 146) | public class MergeChunkIterator : IteratorBase method MergeChunkIterator (line 151) | public MergeChunkIterator(MergeResult mergeResult) method hasNext (line 156) | public override bool hasNext() method InnerNext (line 161) | protected override MergeChunk InnerNext() FILE: GitSharp.Core/Merge/MergeStrategy.cs class MergeStrategy (line 52) | public abstract class MergeStrategy method MergeStrategy (line 73) | static MergeStrategy() method Register (line 87) | public static void Register(MergeStrategy imp) method Register (line 104) | public static void Register(string name, MergeStrategy imp) method Get (line 124) | public static MergeStrategy Get(string name) method Get (line 140) | public static MergeStrategy[] Get() method NewMerger (line 162) | public abstract Merger NewMerger(Repository db); FILE: GitSharp.Core/Merge/Merger.cs class Merger (line 51) | public abstract class Merger : IDisposable method Merger (line 65) | protected Merger(Repository local) method GetObjectWriter (line 112) | protected ObjectWriter GetObjectWriter() method Merge (line 143) | public virtual bool Merge(AnyObjectId[] tips) method MergeBase (line 188) | protected AbstractTreeIterator MergeBase(int aIdx, int bIdx) method OpenTree (line 232) | protected AbstractTreeIterator OpenTree(AnyObjectId treeId) method MergeImpl (line 262) | protected abstract bool MergeImpl(); method GetResultTreeId (line 270) | public abstract ObjectId GetResultTreeId(); method Dispose (line 272) | public void Dispose () FILE: GitSharp.Core/Merge/StrategyOneSided.cs class StrategyOneSided (line 50) | public class StrategyOneSided : MergeStrategy method StrategyOneSided (line 62) | public StrategyOneSided(string name, int index) method NewMerger (line 73) | public override Merger NewMerger(Repository db) class OneSide (line 80) | private class OneSide : Merger method OneSide (line 84) | public OneSide(Repository local, int index) method MergeImpl (line 90) | protected override bool MergeImpl() method GetResultTreeId (line 95) | public override ObjectId GetResultTreeId() FILE: GitSharp.Core/Merge/StrategySimpleTwoWayInCore.cs class StrategySimpleTwoWayInCore (line 56) | public class StrategySimpleTwoWayInCore : ThreeWayMergeStrategy method NewMerger (line 63) | public override Merger NewMerger(Repository db) class InCoreMerger (line 70) | private class InCoreMerger : ThreeWayMerger method InCoreMerger (line 81) | public InCoreMerger(Repository local) method MergeImpl (line 88) | protected override bool MergeImpl() method NonTree (line 157) | private static bool NonTree(int mode) method Add (line 162) | private void Add(int tree, int stage) method GetTree (line 180) | private AbstractTreeIterator GetTree(int tree) method GetResultTreeId (line 185) | public override ObjectId GetResultTreeId() FILE: GitSharp.Core/Merge/ThreeWayMergeStrategy.cs class ThreeWayMergeStrategy (line 44) | public abstract class ThreeWayMergeStrategy : MergeStrategy method NewMerger (line 46) | public override abstract Merger NewMerger(Repository db); FILE: GitSharp.Core/Merge/ThreeWayMerger.cs class ThreeWayMerger (line 49) | public abstract class ThreeWayMerger : Merger method ThreeWayMerger (line 59) | protected ThreeWayMerger(Repository local) method SetBase (line 81) | public void SetBase(AnyObjectId id) method Merge (line 107) | public bool Merge(AnyObjectId a, AnyObjectId b) method Merge (line 112) | public override bool Merge(AnyObjectId[] tips) method MergeBase (line 128) | protected AbstractTreeIterator MergeBase() FILE: GitSharp.Core/MutableObjectId.cs class MutableObjectId (line 47) | public class MutableObjectId : AnyObjectId method MutableObjectId (line 49) | public MutableObjectId() method MutableObjectId (line 54) | public MutableObjectId(AnyObjectId src) method Clear (line 62) | public void Clear() method FromRaw (line 71) | public void FromRaw(byte[] bs) method FromRaw (line 76) | public void FromRaw(byte[] bs, int p) method FromRaw (line 85) | public void FromRaw(int[] ints) method FromRaw (line 90) | public void FromRaw(int[] ints, int p) method FromString (line 99) | public void FromString(byte[] buf, int offset) method FromString (line 104) | public void FromString(string str) method FromHexString (line 114) | private void FromHexString(byte[] bs, int p) method ToObjectId (line 130) | public override ObjectId ToObjectId() FILE: GitSharp.Core/NullProgressMonitor.cs class NullProgressMonitor (line 42) | [Complete] method Start (line 49) | public override void Start(int totalTasks) method BeginTask (line 53) | public override void BeginTask(string title, int totalWork) method Update (line 57) | public override void Update(int completed) method EndTask (line 61) | public override void EndTask() FILE: GitSharp.Core/ObjectChecker.cs class ObjectChecker (line 59) | public class ObjectChecker method check (line 105) | public void check(int objType, byte[] raw) method id (line 130) | private int id(byte[] raw, int ptr) method personIdent (line 143) | private int personIdent(byte[] raw, int ptr) method checkCommit (line 173) | public void checkCommit(byte[] raw) method checkTag (line 205) | public void checkTag(byte[] raw) method lastPathChar (line 229) | private static int lastPathChar(int mode) method pathCompare (line 234) | private static int pathCompare(byte[] raw, int aPos, int aEnd, int aMo... method duplicateName (line 250) | private static bool duplicateName(byte[] raw, int thisNamePos, int thi... method checkTree (line 295) | public void checkTree(byte[] raw) method checkBlob (line 369) | public void checkBlob(byte[] raw) FILE: GitSharp.Core/ObjectDatabase.cs class ObjectDatabase (line 60) | public abstract class ObjectDatabase : IDisposable method ObjectDatabase (line 72) | protected ObjectDatabase() method exists (line 84) | public virtual bool exists() method create (line 92) | public virtual void create() method Dispose (line 97) | public virtual void Dispose() method close (line 105) | public void close() method closeSelf (line 127) | public virtual void closeSelf() method closeAlternates (line 135) | public virtual void closeAlternates() method hasObject (line 155) | public bool hasObject(AnyObjectId objectId) method hasObjectImpl1 (line 160) | private bool hasObjectImpl1(AnyObjectId objectId) method hasObjectImpl2 (line 176) | private bool hasObjectImpl2(string objectId) method hasObject1 (line 201) | public abstract bool hasObject1(AnyObjectId objectId); method hasObject2 (line 212) | public virtual bool hasObject2(string objectName) method openObject (line 231) | public ObjectLoader openObject(WindowCursor curs, AnyObjectId objectId) method OpenObjectImpl1 (line 249) | private ObjectLoader OpenObjectImpl1(WindowCursor curs, method OpenObjectImpl2 (line 279) | private ObjectLoader OpenObjectImpl2(WindowCursor curs, string objectN... method openObject1 (line 310) | public abstract ObjectLoader openObject1(WindowCursor curs, method openObject2 (line 325) | public virtual ObjectLoader openObject2(WindowCursor curs, string obje... method OpenObjectInAllPacks (line 345) | public virtual void OpenObjectInAllPacks(ICollection getPacks() method openPack (line 168) | public void openPack(FileInfo pack, FileInfo idx) method ToString (line 196) | public override string ToString() method hasObject1 (line 201) | public override bool hasObject1(AnyObjectId objectId) method openObject1 (line 226) | public override ObjectLoader openObject1(WindowCursor curs, AnyObjectI... method OpenObjectInAllPacksImplementation (line 263) | public override void OpenObjectInAllPacksImplementation(ICollection ReuseMap(PackList old) method listPackDirectory (line 492) | private HashSet listPackDirectory() method loadAlternates (line 508) | protected override ObjectDatabase[] loadAlternates() method Open (line 538) | private static StreamReader Open(FileSystemInfo f) method openAlternate (line 543) | private ObjectDatabase openAlternate(string location) method openAlternate (line 549) | private ObjectDatabase openAlternate(DirectoryInfo objdir) class PackList (line 560) | private class PackList method PackList (line 580) | public PackList(long lastRead, long lastModified, PackFile[] packs) method notRacyClean (line 588) | private bool notRacyClean(long read) method updateLastRead (line 593) | public PackList updateLastRead(long now) method tryAgain (line 601) | public bool tryAgain(long currLastModified) class LongWrapper (line 631) | private class LongWrapper method LongWrapper (line 633) | public LongWrapper() method newCachedDatabase (line 642) | public override ObjectDatabase newCachedDatabase() FILE: GitSharp.Core/ObjectId.cs class ObjectId (line 47) | public class ObjectId : AnyObjectId method ObjectId (line 51) | static ObjectId() method ObjectId (line 57) | internal ObjectId(int w1, int w2, int w3, int w4, int w5) method ObjectId (line 62) | public ObjectId(AnyObjectId src) method IsId (line 77) | public static bool IsId(string id) method ToString (line 104) | public static string ToString(ObjectId i) method Equals (line 129) | public static bool Equals(byte[] firstBuffer, int fi, byte[] secondBuf... method FromString (line 164) | public static ObjectId FromString(byte[] bs, int offset) method FromString (line 177) | public static ObjectId FromString(string str) method FromHexString (line 186) | public static ObjectId FromHexString(byte[] bs, int p) method ToObjectId (line 203) | public override ObjectId ToObjectId() method FromRaw (line 208) | public static ObjectId FromRaw(byte[] buffer) method FromRaw (line 213) | public static ObjectId FromRaw(byte[] buffer, int offset) method FromRaw (line 223) | public static ObjectId FromRaw(int[] intbuffer) method FromRaw (line 228) | public static ObjectId FromRaw(int[] intbuffer, int offset) FILE: GitSharp.Core/ObjectIdRef.cs class Unpeeled (line 46) | public class Unpeeled : ObjectIdRef method Unpeeled (line 58) | public Unpeeled(Storage st, string name, ObjectId id) class PeeledTag (line 78) | public class PeeledTag : ObjectIdRef method PeeledTag (line 91) | public PeeledTag(Storage st, string name, ObjectId id, ObjectId p) class PeeledNonTag (line 112) | public class PeeledNonTag : ObjectIdRef method PeeledNonTag (line 124) | public PeeledNonTag(Storage st, string name, ObjectId id) class ObjectIdRef (line 144) | public abstract class ObjectIdRef : Ref method ObjectIdRef (line 159) | protected ObjectIdRef(Storage st, string name, ObjectId id) method ToString (line 200) | public override string ToString() FILE: GitSharp.Core/ObjectIdSubclassMap.cs class ObjectIdSubclassMap (line 58) | public class ObjectIdSubclassMap : HashSet method ObjectIdSubclassMap (line 63) | public ObjectIdSubclassMap() method Get (line 73) | public TObject Get(AnyObjectId toFind) FILE: GitSharp.Core/ObjectLoader.cs class ObjectLoader (line 48) | public abstract class ObjectLoader FILE: GitSharp.Core/ObjectType.cs type ObjectType (line 42) | [Serializable] FILE: GitSharp.Core/ObjectWriter.cs class ObjectWriter (line 51) | public class ObjectWriter method ObjectWriter (line 67) | public ObjectWriter(Repository repo) method ComputeBlobSha1 (line 82) | public ObjectId ComputeBlobSha1(long length, Stream input) method WriteBlob (line 93) | public ObjectId WriteBlob(FileInfo fileInfo) method WriteBlob (line 107) | public ObjectId WriteBlob(byte[] b) method WriteBlob (line 119) | public ObjectId WriteBlob(long len, Stream input) method WriteCanonicalTree (line 130) | public ObjectId WriteCanonicalTree(byte[] buffer) method WriteCommit (line 141) | public ObjectId WriteCommit(Commit c) method WriteCommit (line 181) | private ObjectId WriteCommit(byte[] b) method WriteCommit (line 186) | private ObjectId WriteCommit(long len, Stream input) method WriteObject (line 191) | internal ObjectId WriteObject(ObjectType type, long len, Stream input,... method WriteTag (line 337) | public ObjectId WriteTag(Tag tag) method WriteTag (line 361) | private ObjectId WriteTag(byte[] b) method WriteTag (line 366) | private ObjectId WriteTag(long len, Stream input) method WriteTree (line 371) | public ObjectId WriteTree(Tree t) method WriteTree (line 392) | private ObjectId WriteTree(long len, Stream input) FILE: GitSharp.Core/OffsetCache.cs class OffsetCache (line 117) | internal abstract class OffsetCache method OffsetCache (line 168) | internal OffsetCache(int tSize, int lockCount) method getOrLoad (line 222) | internal V getOrLoad(PackFile pack, long position) method Scan (line 268) | private V Scan(Entry n, PackFile pack, long position) method Hit (line 289) | private void Hit(Ref r) method Evict (line 303) | private void Evict() method removeAll (line 347) | internal void removeAll() method removeAll (line 374) | internal void removeAll(PackFile pack) method load (line 413) | internal abstract V load(PackFile pack, long position); method createRef (line 434) | internal virtual R createRef(PackFile pack, long position, V v) method clear (line 451) | internal virtual void clear(R @ref) method isFull (line 467) | internal virtual bool isFull() method Gc (line 472) | private void Gc() method hash (line 523) | internal abstract int hash(int packHash, long position); method Slot (line 525) | private int Slot(PackFile pack, long position) method Lock (line 530) | private LockTarget Lock(PackFile pack, long position) method Clean (line 535) | private static Entry Clean(Entry top) class Entry (line 550) | private class Entry method Entry (line 572) | public Entry(Entry n, Ref r) method Kill (line 578) | public void Kill() class Ref (line 589) | internal class Ref : WeakReference method Ref (line 594) | public Ref(PackFile pack, long position, T v, Queue queue) method enqueue (line 607) | public bool enqueue() method canClear (line 614) | public bool canClear() method get (line 625) | public T get() class LockTarget (line 631) | private class LockTarget FILE: GitSharp.Core/PackFile.cs class PackFile (line 57) | public class PackFile : IEnumerable, IDisposable method PackFile (line 85) | public PackFile(FileInfo idxFile, FileInfo packFile) method LoadPackIndex (line 101) | private PackIndex LoadPackIndex() method ResolveBase (line 146) | internal PackedObjectLoader ResolveBase(WindowCursor windowCursor, lon... method HasObject (line 168) | public bool HasObject(AnyObjectId id) method Get (line 182) | public PackedObjectLoader Get(WindowCursor curs, AnyObjectId id) method Close (line 191) | public void Close() method GetEnumerator (line 216) | public IEnumerator GetEnumerator() method GetEnumerator (line 228) | IEnumerator IEnumerable.GetEnumerator() method FindObjectForOffset (line 259) | public ObjectId FindObjectForOffset(long offset) method readCache (line 264) | public UnpackedObjectCache.Entry readCache(long position) method saveCache (line 269) | public void saveCache(long position, byte[] data, int type) method decompress (line 274) | public byte[] decompress(long position, long totalSize, WindowCursor c... method CopyRawData (line 286) | internal void CopyRawData(PackedObjectLoader loader, T @out, byte[]... method ReadFully (line 340) | private void ReadFully(long position, byte[] dstbuf, int dstoff, int c... method CopyToStream (line 348) | private void CopyToStream(long position, byte[] buffer, long count, St... method beginCopyRawData (line 360) | public void beginCopyRawData() method endCopyRawData (line 371) | public void endCopyRawData() method beginWindowCache (line 382) | public bool beginWindowCache() method endWindowCache (line 400) | public bool endWindowCache() method DoOpen (line 415) | private void DoOpen() method OpenFail (line 435) | private void OpenFail() method DoClose (line 443) | private void DoClose() method Read (line 461) | internal ByteArrayWindow Read(long pos, int size) method MemoryMappedByteWindow (line 479) | internal ByteWindow MemoryMappedByteWindow(long pos, int size) method OnOpenPack (line 484) | private void OnOpenPack() method Reader (line 521) | private PackedObjectLoader Reader(WindowCursor curs, long objOffset) method FindEndOffset (line 572) | private long FindEndOffset(long startOffset) method GetReverseIdx (line 578) | private PackReverseIndex GetReverseIdx() method Dispose (line 598) | public void Dispose () FILE: GitSharp.Core/PackIndex.cs class PackIndex (line 58) | public abstract class PackIndex : IEnumerable method IsTOC (line 65) | private static bool IsTOC(byte[] h) method HasObject (line 88) | public bool HasObject(AnyObjectId id) method GetEnumerator (line 95) | public abstract IEnumerator GetEnumerator(); method GetEnumerator (line 101) | IEnumerator IEnumerable.GetEnumerator() method GetObjectId (line 144) | public abstract ObjectId GetObjectId(long nthPosition); method GetObjectId (line 166) | public ObjectId GetObjectId(int nthPosition) method FindOffset (line 184) | public abstract long FindOffset(AnyObjectId objId); method FindCRC32 (line 200) | public abstract long FindCRC32(AnyObjectId objId); class MutableEntry (line 208) | public class MutableEntry method MutableEntry (line 225) | public MutableEntry(Func idBufferB... method MutableEntry (line 230) | public MutableEntry(MutableObjectId idBuffer) method ToObjectId (line 248) | public ObjectId ToObjectId() method CloneEntry (line 259) | public MutableEntry CloneEntry() method ToString (line 267) | public override string ToString() class EntriesIterator (line 281) | internal abstract class EntriesIterator : IEnumerator method EntriesIterator (line 286) | protected EntriesIterator(PackIndex packIndex) method IdBufferBuilder (line 293) | protected abstract MutableObjectId IdBufferBuilder(MutableObjectId i... method InitEntry (line 295) | private MutableEntry InitEntry() method hasNext (line 300) | public bool hasNext() method InnerNext (line 305) | protected abstract MutableEntry InnerNext(MutableEntry entry); method next (line 307) | public MutableEntry next() method MoveNext (line 313) | public bool MoveNext() method Reset (line 324) | public void Reset() method Dispose (line 339) | public void Dispose() method Open (line 354) | public static PackIndex Open(FileInfo idxFile) FILE: GitSharp.Core/PackIndexV1.cs class PackIndexV1 (line 48) | [Complete] method PackIndexV1 (line 55) | public PackIndexV1(Stream fd, byte[] hdr) method GetEnumerator (line 125) | public override IEnumerator GetEnumerator() method GetObjectId (line 146) | public override ObjectId GetObjectId(long nthPosition) method FindOffset (line 174) | public override long FindOffset(AnyObjectId objId) method FindCRC32 (line 209) | public override long FindCRC32(AnyObjectId objId) class IndexV1Enumerator (line 224) | private class IndexV1Enumerator : EntriesIterator method IndexV1Enumerator (line 230) | public IndexV1Enumerator(PackIndexV1 index) method IdBufferBuilder (line 236) | protected override MutableObjectId IdBufferBuilder(MutableObjectId i... method InnerNext (line 242) | protected override MutableEntry InnerNext(MutableEntry entry) FILE: GitSharp.Core/PackIndexV2.cs class PackIndexV2 (line 51) | public class PackIndexV2 : PackIndex method PackIndexV2 (line 71) | public PackIndexV2(Stream fd) method GetEnumerator (line 169) | public override IEnumerator GetEnumerator() method GetObjectId (line 181) | public override ObjectId GetObjectId(long nthPosition) method FindOffset (line 209) | public override long FindOffset(AnyObjectId objId) method FindCRC32 (line 227) | public override long FindCRC32(AnyObjectId objId) method BinarySearchLevelTwo (line 244) | private int BinarySearchLevelTwo(AnyObjectId objId, int levelOne) class EntriesEnumeratorV2 (line 279) | private class EntriesEnumeratorV2 : EntriesIterator method EntriesEnumeratorV2 (line 285) | public EntriesEnumeratorV2(PackIndexV2 index) method IdBufferBuilder (line 291) | protected override MutableObjectId IdBufferBuilder(MutableObjectId i... method InnerNext (line 297) | protected override MutableEntry InnerNext(MutableEntry entry) FILE: GitSharp.Core/PackIndexWriter.cs class PackIndexWriter (line 49) | public abstract class PackIndexWriter method CreateOldestPossible (line 84) | public static PackIndexWriter CreateOldestPossible(Stream dst, List... method CreateVersion (line 133) | public static PackIndexWriter CreateVersion(Stream dst, int version) method PackIndexWriter (line 165) | internal PackIndexWriter(Stream stream) method Write (line 186) | public void Write(List toStore, byte[] packDataChecksum) method WriteInternal (line 214) | internal abstract void WriteInternal(); method WriteTOC (line 225) | internal void WriteTOC(int version) method WriteFanOutTable (line 240) | internal void WriteFanOutTable() method WriteChecksumFooter (line 267) | internal void WriteChecksumFooter() { FILE: GitSharp.Core/PackIndexWriterV1.cs class PackIndexWriterV1 (line 47) | public class PackIndexWriterV1 : PackIndexWriter method CanStore (line 49) | public static bool CanStore(PackedObjectInfo objectInfo) method PackIndexWriterV1 (line 56) | public PackIndexWriterV1(Stream output) method WriteInternal (line 61) | internal override void WriteInternal() FILE: GitSharp.Core/PackIndexWriterV2.cs class PackIndexWriterV2 (line 47) | public class PackIndexWriterV2 : PackIndexWriter method PackIndexWriterV2 (line 49) | public PackIndexWriterV2(Stream output) method WriteInternal (line 54) | internal override void WriteInternal() method WriteObjectNames (line 65) | private void WriteObjectNames() method WriteCRCs (line 73) | private void WriteCRCs() method WriteOffset32 (line 82) | private void WriteOffset32() method WriteOffset64 (line 100) | private void WriteOffset64() FILE: GitSharp.Core/PackLock.cs class PackLock (line 46) | public class PackLock method PackLock (line 56) | public PackLock(FileInfo packFile) method Lock (line 73) | public bool Lock(string msg) method Unlock (line 91) | public void Unlock() FILE: GitSharp.Core/PackOutputStream.cs class PackOutputStream (line 44) | public class PackOutputStream : Stream method PackOutputStream (line 51) | public PackOutputStream(Stream stream) method Write (line 58) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 66) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 71) | public override void SetLength(long value) method Read (line 76) | public override int Read(byte[] buffer, int offset, int count) method Flush (line 102) | public override void Flush() method getCRC32 (line 112) | public int getCRC32() method resetCRC32 (line 118) | public void resetCRC32() method getDigest (line 123) | public byte[] getDigest() FILE: GitSharp.Core/PackReverseIndex.cs class PackReverseIndex (line 51) | public class PackReverseIndex method PackReverseIndex (line 75) | public PackReverseIndex(PackIndex packIndex) method FindObject (line 134) | public ObjectId FindObject(long offset) method FindNextOffset (line 165) | public long FindNextOffset(long offset, long maxOffset) FILE: GitSharp.Core/PackWriter.cs class PackWriter (line 50) | public class PackWriter : IDisposable method CreateObjectsLists (line 62) | private static List[] CreateObjectsLists() method PackWriter (line 87) | public PackWriter(Repository repo, ProgressMonitor monitor) method PackWriter (line 92) | public PackWriter(Repository repo, ProgressMonitor imonitor, ProgressM... method setIndexVersion (line 119) | public void setIndexVersion(int version) method getObjectsNumber (line 124) | public int getObjectsNumber() method preparePack (line 129) | public void preparePack(IEnumerable objectsSource) method preparePack (line 137) | public void preparePack(IEnumerable interestingObjects, IEnumera... method willInclude (line 146) | public bool willInclude(AnyObjectId id) method computeName (line 151) | public ObjectId computeName() method writeIndex (line 162) | public void writeIndex(Stream indexStream) method sortByName (line 173) | private List sortByName() method writePack (line 193) | public void writePack(Stream packStream) method SearchForReuse (line 217) | private void SearchForReuse() method SearchForReuse (line 238) | private void SearchForReuse(ICollection reuseLoade... method SelectDeltaReuseForObject (line 253) | private void SelectDeltaReuseForObject(ObjectToPack otp, IEnumerable(IEnumerable interestingObjects, I... method FindObjectsToPack (line 514) | private void FindObjectsToPack(ObjectWalk walker) method addObject (line 533) | public void addObject(RevObject robject) method Dispose (line 554) | public void Dispose () class ObjectToPack (line 562) | class ObjectToPack : PackedObjectInfo method ObjectToPack (line 567) | public ObjectToPack(AnyObjectId src, int type) method DisposeLoader (line 609) | public void DisposeLoader() method ClearDeltaBase (line 614) | public void ClearDeltaBase() method UseLoader (line 619) | public PackedObjectLoader UseLoader() method SetReuseLoader (line 626) | public void SetReuseLoader(PackedObjectLoader reuseLoader) method MarkWantWrite (line 631) | public void MarkWantWrite() FILE: GitSharp.Core/PackedObjectLoader.cs class PackedObjectLoader (line 48) | public abstract class PackedObjectLoader : ObjectLoader, IDisposable method PackedObjectLoader (line 54) | protected PackedObjectLoader(PackFile packFile, long dataOffset, long ... method Materialize (line 76) | public abstract void Materialize(WindowCursor curs); method beginCopyRawData (line 146) | public void beginCopyRawData() method endCopyRawData (line 154) | public void endCopyRawData() method CopyRawData (line 178) | public void CopyRawData(T @out, byte[] buf, WindowCursor curs) method Dispose (line 184) | public void Dispose () FILE: GitSharp.Core/Patch/BinaryHunk.cs class BinaryHunk (line 45) | [Serializable] type Type (line 53) | [Serializable] method BinaryHunk (line 77) | public BinaryHunk(FileHeader fh, int offset) method getFileHeader (line 84) | public FileHeader getFileHeader() method getBuffer (line 90) | public byte[] getBuffer() method getStartOffset (line 96) | public int getStartOffset() method getEndOffset (line 102) | public int getEndOffset() method getType (line 108) | public Type getType() { method getSize (line 113) | public int getSize() method parseHunk (line 118) | public int parseHunk(int ptr, int end) FILE: GitSharp.Core/Patch/CombinedFileHeader.cs class CombinedFileHeader (line 52) | public class CombinedFileHeader : FileHeader method CombinedFileHeader (line 59) | public CombinedFileHeader(byte[] b, int offset) method GetOldMode (line 75) | public override FileMode GetOldMode() method getOldMode (line 87) | public FileMode getOldMode(int nthParent) method getOldId (line 93) | public override AbbreviatedObjectId getOldId() method getOldId (line 105) | public AbbreviatedObjectId getOldId(int nthParent) method getScriptText (line 110) | public override string getScriptText(Encoding oldCharset, Encoding new... method parseGitHeaders (line 121) | public override int parseGitHeaders(int ptr, int end) method ParseIndexLine (line 173) | protected override void ParseIndexLine(int ptr, int end) method ParseNewFileMode (line 194) | protected override void ParseNewFileMode(int ptr, int eol) method newHunkHeader (line 203) | public override HunkHeader newHunkHeader(int offset) method parseModeLine (line 208) | private void parseModeLine(int ptr, int eol) method parseDeletedFileMode (line 227) | private void parseDeletedFileMode(int ptr, int eol) FILE: GitSharp.Core/Patch/CombinedHunkHeader.cs class CombinedHunkHeader (line 49) | public class CombinedHunkHeader : HunkHeader method CombinedHunkHeader (line 53) | public CombinedHunkHeader(FileHeader fh, int offset) method GetOldImage (line 69) | internal OldImage GetOldImage(int nthParent) method parseHeader (line 82) | public override void parseHeader() method parseBody (line 103) | public override int parseBody(Patch script, int end) method extractFileLines (line 205) | public void extractFileLines(Stream[] outStream) method extractFileLines (line 292) | public override void extractFileLines(StringBuilder sb, string[] text,... FILE: GitSharp.Core/Patch/FileHeader.cs class FileHeader (line 51) | [Serializable] type ChangeTypeEnum (line 90) | [Serializable] type PatchTypeEnum (line 122) | [Serializable] method FileHeader (line 162) | public FileHeader(byte[] b, int offset) method getScriptText (line 211) | public string getScriptText() method getScriptText (line 222) | public virtual string getScriptText(Encoding oldCharset, Encoding newC... method getScriptText (line 238) | public string getScriptText(Encoding[] charsetGuess) method TrySimpleConversion (line 295) | private static bool TrySimpleConversion(Encoding[] charsetGuess) method ExtractFileLines (line 306) | private string[] ExtractFileLines(Encoding[] csGuess) method GetOldMode (line 385) | public virtual FileMode GetOldMode() method getChangeType (line 402) | public ChangeTypeEnum getChangeType() method getScore (line 413) | public int getScore() method getOldId (line 424) | public virtual AbbreviatedObjectId getOldId() method getNewId (line 435) | public AbbreviatedObjectId getNewId() method getPatchType (line 444) | public PatchTypeEnum getPatchType() method hasMetaDataChanges (line 453) | public bool hasMetaDataChanges() method addHunk (line 467) | public void addHunk(HunkHeader h) method newHunkHeader (line 477) | public virtual HunkHeader newHunkHeader(int offset) method getForwardBinaryHunk (line 486) | public BinaryHunk getForwardBinaryHunk() method getReverseBinaryHunk (line 495) | public BinaryHunk getReverseBinaryHunk() method ToEditList (line 504) | public EditList ToEditList() method parseGitFileName (line 523) | public int parseGitFileName(int ptr, int end) method parseGitHeaders (line 591) | public virtual int parseGitHeaders(int ptr, int end) method ParseOldName (line 683) | protected void ParseOldName(int ptr, int eol) method ParseNewName (line 692) | protected void ParseNewName(int ptr, int eol) method ParseNewFileMode (line 701) | protected virtual void ParseNewFileMode(int ptr, int eol) method parseTraditionalHeaders (line 708) | public int parseTraditionalHeaders(int ptr, int end) method ParseName (line 739) | private string ParseName(String expect, int ptr, int end) method P1 (line 779) | private static string P1(string r) method ParseFileMode (line 785) | protected FileMode ParseFileMode(int ptr, int end) method ParseIndexLine (line 796) | protected virtual void ParseIndexLine(int ptr, int end) method Eq (line 813) | private bool Eq(int aPtr, int aEnd, int bPtr, int bEnd) method isHunkHdr (line 847) | public static int isHunkHdr(byte[] buf, int start, int end) FILE: GitSharp.Core/Patch/FormatError.cs class FormatError (line 48) | [Serializable] type Severity (line 56) | [Serializable] method FormatError (line 77) | public FormatError(byte[] buffer, int ptr, Severity sev, string msg) method getSeverity (line 89) | public Severity getSeverity() method getMessage (line 98) | public string getMessage() method getBuffer (line 107) | public byte[] getBuffer() method getOffset (line 116) | public int getOffset() method getLineText (line 125) | public string getLineText() method ToString (line 131) | public override string ToString() FILE: GitSharp.Core/Patch/HunkHeader.cs class HunkHeader (line 49) | public class HunkHeader method HunkHeader (line 55) | public HunkHeader(FileHeader fh, int offset) method HunkHeader (line 60) | internal HunkHeader(FileHeader fh, int offset, OldImage oi) method ToEditList (line 121) | public EditList ToEditList() method parseHeader (line 180) | public virtual void parseHeader() method parseBody (line 197) | public virtual int parseBody(Patch script, int end) method extractFileLines (line 275) | public void extractFileLines(TemporaryBuffer[] outStream) method extractFileLines (line 316) | public virtual void extractFileLines(StringBuilder sb, string[] text, ... method copyLine (line 352) | public void copyLine(StringBuilder sb, string[] text, int[] offsets, i... method skipLine (line 369) | public void skipLine(string[] text, int[] offsets, int fileIdx) class OldImage (line 382) | internal class OldImage method OldImage (line 387) | public OldImage(FileHeader fh) method OldImage (line 392) | public OldImage(FileHeader fh, AbbreviatedObjectId id) class CombinedOldImage (line 443) | internal class CombinedOldImage : OldImage method CombinedOldImage (line 447) | public CombinedOldImage(FileHeader fh, int imagePos) FILE: GitSharp.Core/Patch/Patch.cs class Patch (line 49) | [Serializable] method Patch (line 70) | public Patch() method addFile (line 85) | public void addFile(FileHeader fh) method getFiles (line 91) | public List getFiles() method addError (line 102) | public void addError(FormatError err) method getErrors (line 108) | public List getErrors() method parse (line 126) | public void parse(Stream iStream) method ReadFully (line 132) | private static byte[] ReadFully(Stream stream) method parse (line 162) | public void parse(byte[] buf, int ptr, int end) method warn (line 170) | public void warn(byte[] buf, int ptr, string msg) method error (line 175) | public void error(byte[] buf, int ptr, string msg) method ParseFile (line 180) | private int ParseFile(byte[] buf, int c, int end) method ParseDiffGit (line 249) | private int ParseDiffGit(byte[] buf, int start, int end) method ParseDiffCombined (line 265) | private int ParseDiffCombined(ICollection hdr, byte[] buf, int s... method ParseTraditionalPatch (line 281) | private int ParseTraditionalPatch(byte[] buf, int start, int end) method SkipFile (line 291) | private static int SkipFile(byte[] buf, int ptr) method ParseHunks (line 301) | private int ParseHunks(FileHeader fh, int c, int end) method ParseGitBinary (line 382) | private int ParseGitBinary(FileHeader fh, int c, int end) method MatchAny (line 409) | private static bool MatchAny(byte[] buf, int c, IEnumerable srcs) FILE: GitSharp.Core/PersonIdent.cs class PersonIdent (line 48) | public class PersonIdent method PersonIdent (line 65) | public PersonIdent(Repository repo) method PersonIdent (line 78) | public PersonIdent(PersonIdent pi) method PersonIdent (line 88) | public PersonIdent(string name, string emailAddress) method PersonIdent (line 102) | public PersonIdent(PersonIdent pi, DateTime when, int tz) method PersonIdent (line 112) | public PersonIdent(PersonIdent pi, DateTime when) method PersonIdent (line 124) | public PersonIdent(string name, string emailAddress, DateTime when, in... method PersonIdent (line 136) | public PersonIdent(string name, string emailAddress, long when, int tz) method PersonIdent (line 150) | public PersonIdent(PersonIdent pi, long when, int tz) method PersonIdent (line 160) | public PersonIdent(string str) method GetHashCode (line 207) | public override int GetHashCode() method Equals (line 215) | public override bool Equals(object obj) method ToExternalString (line 230) | public string ToExternalString() method appendTimezone (line 245) | private void appendTimezone(StringBuilder r) method ToString (line 266) | public override string ToString() FILE: GitSharp.Core/Platform/Linux.cs class Linux (line 50) | public class Linux : Platform method CreateSymlink (line 63) | public override bool CreateSymlink(string symlinkFilename, string exis... method CreateHardlink (line 83) | public override bool CreateHardlink(string hardlinkFilename, string ex... method GetTextPager (line 102) | public override Process GetTextPager(string corePagerConfig) method Linux (line 126) | public Linux() method GetArchPlatform (line 194) | public static void GetArchPlatform(Linux obj, string unitTestContent) method GetDefaultLinuxPlatform (line 205) | public static void GetDefaultLinuxPlatform(Linux obj, string unitTestC... method GetDebianPlatform (line 213) | public static void GetDebianPlatform(Linux obj, string unitTestContent) method GetFedoraPlatform (line 231) | public static void GetFedoraPlatform(Linux obj, string unitTestContent) method GetGentooPlatform (line 255) | public static void GetGentooPlatform(Linux obj, string unitTestContent) method GetMandrivaPlatform (line 274) | public static void GetMandrivaPlatform(Linux obj, string unitTestContent) method GetRedHatPlatform (line 377) | public static void GetRedHatPlatform(Linux obj, string unitTestContent) method GetSlackwarePlatform (line 404) | public static void GetSlackwarePlatform(Linux obj, string unitTestCont... method GetSusePlatform (line 423) | public static void GetSusePlatform(Linux obj) method GetSusePlatform (line 428) | public static void GetSusePlatform(Linux obj, string unitTestContent) method GetUbuntuPlatform (line 449) | public static void GetUbuntuPlatform(Linux obj) method GetUbuntuPlatform (line 454) | public static void GetUbuntuPlatform(Linux obj, string unitTestContent) method ParseFile (line 481) | private static List ParseFile(string f) method ParseString (line 498) | private static List ParseString(string str) FILE: GitSharp.Core/Platform/Mac.cs class Mac (line 45) | public class Mac : Platform method CreateSymlink (line 57) | public override bool CreateSymlink(string symlinkFilename, string exis... method CreateHardlink (line 76) | public override bool CreateHardlink(string hardlinkFilename, string ex... method GetTextPager (line 95) | public override Process GetTextPager(string corePagerConfig) method Mac (line 101) | public Mac() FILE: GitSharp.Core/Platform/Platform.cs class Platform (line 49) | public abstract class Platform type GitPlatformID (line 54) | enum GitPlatformID type PlatformId (line 68) | public enum PlatformId method CreateSymlink (line 114) | public abstract bool CreateSymlink(string symlinkFilename, string exis... method CreateHardlink (line 116) | public abstract bool CreateHardlink(string hardlinkFilename, string ex... method GetTextPager (line 119) | public abstract Process GetTextPager(string corePagerConfig); method Platform (line 121) | protected Platform() FILE: GitSharp.Core/Platform/Windows.cs class Win32 (line 52) | public class Win32 : Platform method GetVersionEx (line 55) | [DllImport("kernel32.dll")] method GetProductInfo (line 58) | [DllImport("Kernel32.dll")] method GetSystemInfo (line 63) | [DllImport("kernel32.dll")] method GetSystemMetrics (line 66) | [DllImport("user32.dll")] method GetProductInfo (line 69) | private static void GetProductInfo(Win32ProductInfo info) method CreateSymbolicLink (line 76) | [DllImport("kernel32.dll", EntryPoint="CreateSymbolicLinkW", CharSet=C... method CreateHardLink (line 79) | [DllImport("kernel32.dll", EntryPoint="CreateHardLinkW", CharSet=CharS... method CreateSymlink (line 106) | public override bool CreateSymlink(string symlinkFilename, string exis... method CreateHardlink (line 124) | public override bool CreateHardlink(string hardlinkFilename, string ex... method GetTextPager (line 137) | public override Process GetTextPager(string corePagerConfig) method Win32 (line 154) | public Win32() class NTVersion (line 683) | internal static class NTVersion class SuiteVersion (line 691) | internal static class SuiteVersion class ProductType (line 713) | internal static class ProductType class ProcessorArchitecture (line 766) | internal static class ProcessorArchitecture class SystemMetrics (line 774) | internal static class SystemMetrics class SecurityAttributes (line 780) | [StructLayout(LayoutKind.Sequential)] class Win32ProductInfo (line 788) | [StructLayout(LayoutKind.Sequential)] type Win32SystemInfo (line 800) | [StructLayout(LayoutKind.Sequential)] class Win32VersionInfo (line 817) | [StructLayout(LayoutKind.Sequential)] FILE: GitSharp.Core/ProgressMonitor.cs class ProgressMonitor (line 42) | [Complete] method Start (line 47) | public abstract void Start(int totalTasks); method BeginTask (line 48) | public abstract void BeginTask(string title, int totalWork); method Update (line 49) | public abstract void Update(int completed); method EndTask (line 50) | public abstract void EndTask(); FILE: GitSharp.Core/Ref.cs class RefExtensions (line 42) | public static class RefExtensions method getName (line 44) | public static string getName(this Ref @ref) method isSymbolic (line 49) | public static bool isSymbolic(this Ref @ref) method getLeaf (line 54) | public static Ref getLeaf(this Ref @ref) method getTarget (line 59) | public static Ref getTarget(this Ref @ref) method getObjectId (line 64) | public static ObjectId getObjectId(this Ref @ref) method getPeeledObjectId (line 69) | public static ObjectId getPeeledObjectId(this Ref @ref) method isPeeled (line 74) | public static bool isPeeled(this Ref @ref) method getStorage (line 79) | public static Storage getStorage(this Ref @ref) type Ref (line 98) | public interface Ref class Storage (line 182) | public sealed class Storage method Storage (line 227) | private Storage(string name, bool loose, bool packed) FILE: GitSharp.Core/RefComparator.cs class RefComparator (line 51) | public class RefComparator : IComparer method Compare (line 58) | public int Compare(Ref o1, Ref o2) method Sort (line 68) | public static IEnumerable Sort(IEnumerable refs) method compareTo (line 81) | public static int compareTo(Ref o1, String o2) method compareTo (line 92) | public static int compareTo(Ref o1, Ref o2) FILE: GitSharp.Core/RefDatabase.cs class RefDatabase (line 50) | public abstract class RefDatabase : IDisposable method create (line 84) | public abstract void create(); method close (line 89) | public abstract void close(); method isNameConflicting (line 109) | public abstract bool isNameConflicting(string name); method newUpdate (line 123) | public abstract RefUpdate newUpdate(string name, bool detach); method newRename (line 131) | public abstract RefRename newRename(string fromName, string toName); method getRef (line 145) | public abstract Ref getRef(string name); method getRefs (line 160) | public abstract IDictionary getRefs(string prefix); method peel (line 178) | public abstract Ref peel(Ref @ref); method Dispose (line 180) | public virtual void Dispose() FILE: GitSharp.Core/RefDirectory.cs class RefDirectory (line 70) | public class RefDirectory : RefDatabase method RefDirectory (line 130) | public RefDirectory(Repository db) method getRepository (line 143) | public Repository getRepository() method create (line 148) | public override void create() method close (line 160) | public override void close() method rescan (line 165) | public void rescan() method isNameConflicting (line 172) | public override bool isNameConflicting(string name) method getLooseRefs (line 202) | private RefList getLooseRefs() method getRef (line 222) | public override Ref getRef(string needle) method getRefs (line 240) | public override IDictionary getRefs(string prefix) method upcast (line 282) | private RefList upcast(RefList loose) where TRef : Ref class LooseScanner (line 288) | private class LooseScanner method LooseScanner (line 299) | public LooseScanner(RefList curLoose, RefDirectory refDire... method scan (line 305) | public void scan(string prefix) method scanTree (line 344) | private void scanTree(string prefix, DirectoryInfo dir) method scanOne (line 365) | private void scanOne(string name) method peel (line 426) | public override Ref peel(Ref @ref) method recreate (line 468) | private static Ref recreate(Ref old, ObjectIdRef leaf) method storedSymbolicRef (line 478) | public void storedSymbolicRef(RefDirectoryUpdate u, long modified, str... method newUpdate (line 484) | public override RefUpdate newUpdate(string name, bool detach) method newRename (line 497) | public override RefRename newRename(string fromName, string toName) method stored (line 504) | public void stored(RefDirectoryUpdate update, long modified) method putLooseRef (line 511) | private void putLooseRef(LooseRef @ref) method delete (line 523) | public void delete(RefDirectoryUpdate update) method log (line 572) | public void log(RefUpdate update, string msg, bool deref) method log (line 606) | private void log(string refName, byte[] rec) method isLogAllRefUpdates (line 633) | private bool isLogAllRefUpdates() method shouldAutoCreateLog (line 638) | private bool shouldAutoCreateLog(string refName) method resolve (line 645) | private Ref resolve(Ref @ref, int depth, string prefix, method getPackedRefs (line 682) | private PackedRefList getPackedRefs() method readPackedRefs (line 702) | private PackedRefList readPackedRefs(long size, long mtime) method parsePackedRefs (line 716) | private static RefList parsePackedRefs(TextReader br) method copy (line 767) | private static string copy(string src, int off, int end) method commitPackedRefs (line 774) | private void commitPackedRefs(LockFile lck, RefList refs, PackedR... class PackedRefsWriter (line 779) | private class PackedRefsWriter : RefWriter method PackedRefsWriter (line 786) | public PackedRefsWriter(LockFile lck, RefList refs, PackedRefLi... method writeFile (line 795) | protected override void writeFile(string name, byte[] content) method readRef (line 824) | private Ref readRef(string name, RefList packed) method scanRef (line 854) | private LooseRef scanRef(LooseRef @ref, string name) method isSymRef (line 920) | private static bool isSymRef(byte[] buf, int n) method fireRefsChanged (line 932) | private void fireRefsChanged() method newTemporaryUpdate (line 944) | public RefDirectoryUpdate newTemporaryUpdate() method fileFor (line 960) | public FileInfo fileFor(string name) method logFor (line 978) | public FileInfo logFor(string name) method levelsIn (line 988) | public static int levelsIn(string name) method delete (line 996) | public static void delete(FileInfo file, int depth) class PackedRefList (line 1017) | private class PackedRefList : RefList method PackedRefList (line 1028) | public PackedRefList(RefList src, long size, long mtime) method newSymbolicRef (line 1036) | private static LooseSymbolicRef newSymbolicRef(long lastModified, type LooseRef (line 1043) | private interface LooseRef : Ref method getLastModified (line 1045) | long getLastModified(); method peel (line 1047) | LooseRef peel(ObjectIdRef newLeaf); class LoosePeeledTag (line 1050) | private class LoosePeeledTag : PeeledTag, LooseRef method LoosePeeledTag (line 1054) | public LoosePeeledTag(long mtime, string refName, ObjectId id, Objec... method getLastModified (line 1060) | public long getLastModified() method peel (line 1065) | public LooseRef peel(ObjectIdRef newLeaf) class LooseNonTag (line 1071) | private class LooseNonTag : PeeledNonTag method LooseNonTag (line 1076) | public LooseNonTag(long mtime, string refName, ObjectId id) method getLastModified (line 1082) | public long getLastModified() method peel (line 1087) | public LooseRef peel(ObjectIdRef newLeaf) class LooseUnpeeled (line 1093) | private class LooseUnpeeled : Unpeeled, LooseRef method LooseUnpeeled (line 1097) | public LooseUnpeeled(long mtime, string refName, ObjectId id) method getLastModified (line 1103) | public long getLastModified() method peel (line 1108) | public LooseRef peel(ObjectIdRef newLeaf) class LooseSymbolicRef (line 1118) | private class LooseSymbolicRef : SymbolicRef, LooseRef method LooseSymbolicRef (line 1122) | public LooseSymbolicRef(long mtime, string refName, Ref target) method getLastModified (line 1128) | public long getLastModified() method peel (line 1133) | public LooseRef peel(ObjectIdRef newLeaf) FILE: GitSharp.Core/RefDirectoryRename.cs class RefDirectoryRename (line 53) | public class RefDirectoryRename : RefRename method RefDirectoryRename (line 76) | public RefDirectoryRename(RefDirectoryUpdate src, RefDirectoryUpdate dst) method doRename (line 82) | protected override RefUpdate.RefUpdateResult doRename() method renameLog (line 187) | private bool renameLog(RefUpdate src, RefUpdate dst) method rename (line 215) | private static bool rename(string src, string dst) method linkHEAD (line 226) | private bool linkHEAD(RefUpdate target) FILE: GitSharp.Core/RefDirectoryUpdate.cs class RefDirectoryUpdate (line 46) | public class RefDirectoryUpdate : RefUpdate method RefDirectoryUpdate (line 52) | public RefDirectoryUpdate(RefDirectory r, Ref @ref) method getRefDatabase (line 58) | public override RefDatabase getRefDatabase() method getRepository (line 63) | public override Repository getRepository() method tryLock (line 68) | protected override bool tryLock(bool deref) method unlock (line 87) | public override void unlock() method doUpdate (line 96) | protected override RefUpdateResult doUpdate(RefUpdateResult status) method toResultString (line 123) | private static string toResultString(RefUpdateResult status) method doDelete (line 138) | protected override RefUpdateResult doDelete(RefUpdateResult status) method doLink (line 145) | protected override RefUpdateResult doLink(string target) FILE: GitSharp.Core/RefRename.cs class RefRename (line 48) | public abstract class RefRename { method RefRename (line 66) | protected RefRename(RefUpdate src, RefUpdate dst) { method getRefLogIdent (line 81) | public PersonIdent getRefLogIdent() { method setRefLogIdent (line 97) | public void setRefLogIdent(PersonIdent pi) { method getRefLogMessage (line 108) | public string getRefLogMessage() { method setRefLogMessage (line 116) | public void setRefLogMessage(string msg) { method disableRefLog (line 126) | public void disableRefLog() { method getResult (line 134) | public RefUpdate.RefUpdateResult getResult() { method rename (line 139) | public RefUpdate.RefUpdateResult rename() { method doRename (line 150) | protected abstract RefUpdate.RefUpdateResult doRename(); method needToUpdateHEAD (line 156) | protected bool needToUpdateHEAD(){ FILE: GitSharp.Core/RefUpdate.cs class RefUpdateExtensions (line 45) | public static class RefUpdateExtensions method getNewObjectId (line 47) | public static ObjectId getNewObjectId(this RefUpdate refUpdate) method setNewObjectId (line 52) | public static void setNewObjectId(this RefUpdate refUpdate, AnyObjectI... method isForceUpdate (line 57) | public static bool isForceUpdate(this RefUpdate refUpdate) method setForceUpdate (line 62) | public static void setForceUpdate(this RefUpdate refUpdate, bool b) method getName (line 66) | public static string getName(this RefUpdate refUpdate) method getRef (line 70) | public static Ref getRef(this RefUpdate refUpdate) method getExpectedOldObjectId (line 75) | public static ObjectId getExpectedOldObjectId(this RefUpdate refUpdate) method setExpectedOldObjectId (line 80) | public static void setExpectedOldObjectId(this RefUpdate refUpdate, An... method getOldObjectId (line 85) | public static ObjectId getOldObjectId(this RefUpdate refUpdate) method setOldObjectId (line 90) | public static void setOldObjectId(this RefUpdate refUpdate, AnyObjectI... method getResult (line 95) | public static RefUpdate.RefUpdateResult getResult(this RefUpdate refUp... class RefUpdate (line 105) | public abstract class RefUpdate type RefUpdateResult (line 110) | public enum RefUpdateResult method RefUpdate (line 238) | protected RefUpdate(Ref @ref) method getRefDatabase (line 246) | public abstract RefDatabase getRefDatabase(); method getRepository (line 249) | public abstract Repository getRepository(); method tryLock (line 266) | protected abstract bool tryLock(bool deref); method unlock (line 271) | public abstract void unlock(); method doUpdate (line 273) | protected abstract RefUpdateResult doUpdate(RefUpdateResult desiredRes... method doDelete (line 275) | protected abstract RefUpdateResult doDelete(RefUpdateResult desiredRes... method doLink (line 277) | protected abstract RefUpdateResult doLink(string target); method getRefLogIdent (line 322) | public PersonIdent getRefLogIdent() method setRefLogIdent (line 339) | public void setRefLogIdent(PersonIdent pi) method getRefLogMessage (line 351) | public string getRefLogMessage() method isRefLogIncludingResult (line 357) | protected bool isRefLogIncludingResult() method setRefLogMessage (line 374) | public void setRefLogMessage(string msg, bool appendStatus) method disableRefLog (line 393) | public void disableRefLog() method requireCanDoUpdate (line 425) | private void requireCanDoUpdate() method forceUpdate (line 438) | public RefUpdateResult forceUpdate() method update (line 456) | public RefUpdateResult update() method update (line 473) | public RefUpdateResult update(RevWalk.RevWalk walk) method delete (line 497) | public RefUpdateResult delete() method delete (line 510) | public RefUpdateResult delete(RevWalk.RevWalk walk) method link (line 546) | public RefUpdateResult link(string target) method updateImpl (line 586) | private RefUpdateResult updateImpl(RevWalk.RevWalk walk, Store store) method safeParse (line 628) | private static RevObject safeParse(RevWalk.RevWalk rw, AnyObjectId id) class Store (line 649) | private abstract class Store method execute (line 652) | public abstract RefUpdateResult execute(RefUpdateResult status); class UpdateStore (line 655) | private class UpdateStore : Store method UpdateStore (line 659) | public UpdateStore(RefUpdate refUpdate) method execute (line 664) | public override RefUpdateResult execute(RefUpdateResult status) class DeleteStore (line 672) | private class DeleteStore : Store method DeleteStore (line 676) | public DeleteStore(RefUpdate refUpdate) method execute (line 681) | public override RefUpdateResult execute(RefUpdateResult status) FILE: GitSharp.Core/RefWriter.cs class RefWriter (line 57) | public abstract class RefWriter method RefWriter (line 66) | protected RefWriter(IEnumerable refs) method RefWriter (line 75) | protected RefWriter(IDictionary refs) method RefWriter (line 83) | protected RefWriter(RefList list) method writeInfoRefs (line 94) | public void writeInfoRefs() method writePackedRefs (line 132) | public void writePackedRefs() method writeFile (line 181) | protected abstract void writeFile(String file, byte[] content); FILE: GitSharp.Core/ReflogReader.cs class ReflogReader (line 48) | public class ReflogReader class Entry (line 52) | public class Entry method Entry (line 59) | public Entry(byte[] raw, int pos) method getOldId (line 85) | public ObjectId getOldId() method getNewId (line 93) | public ObjectId getNewId() method getWho (line 101) | public PersonIdent getWho() method getComment (line 109) | public string getComment() method ToString (line 114) | public override string ToString() method ReflogReader (line 127) | public ReflogReader(Repository db, string refName) method getLastEntry (line 142) | public Entry getLastEntry() method getReverseEntries (line 152) | public IList getReverseEntries() method getReverseEntries (line 160) | public IList getReverseEntries(int max) FILE: GitSharp.Core/RefsChangedEventArgs.cs class RefsChangedEventArgs (line 46) | public class RefsChangedEventArgs : RepositoryChangedEventArgs method RefsChangedEventArgs (line 49) | public RefsChangedEventArgs(Repository repo) method ToString (line 54) | public override string ToString () FILE: GitSharp.Core/Repository.cs class Repository (line 77) | public class Repository : IDisposable method Repository (line 101) | public Repository(DirectoryInfo d) method Repository (line 112) | public Repository(DirectoryInfo d, DirectoryInfo workTree) method Repository (line 125) | public Repository(DirectoryInfo d, DirectoryInfo workTree, DirectoryIn... method Create (line 217) | public void Create() method Create (line 230) | public bool Create(bool bare) method setWorkDir (line 273) | public void setWorkDir(DirectoryInfo workTree) method ToFile (line 289) | public FileInfo ToFile(AnyObjectId objectId) method HasObject (line 302) | public bool HasObject(AnyObjectId objectId) method OpenObject (line 318) | public ObjectLoader OpenObject(WindowCursor windowCursor, AnyObjectId id) method OpenObject (line 331) | public ObjectLoader OpenObject(AnyObjectId id) method OpenObjectInAllPacks (line 355) | public IEnumerable OpenObjectInAllPacks(AnyObjectI... method OpenObjectInAllPacks (line 373) | public void OpenObjectInAllPacks(AnyObjectId objectId, ICollection getAllRefs() method getRef (line 1223) | public Ref getRef(string name) method getTags (line 1233) | public IDictionary getTags() method Peel (line 1250) | public Ref Peel(Ref pRef) method getAllRefsByPeeledObjectId (line 1268) | public Dictionary> getAllRefsByPeeledObjectId() method Open (line 1296) | public static Repository Open(string directory) method Open (line 1301) | public static Repository Open(DirectoryInfo directory) method IsValidRefName (line 1329) | public static bool IsValidRefName(string refName) method OpenCommit (line 1382) | public Commit OpenCommit(ObjectId id) method ToString (line 1387) | public override string ToString() method Dispose (line 1392) | public void Dispose() method getBranch (line 1439) | public string getBranch() method ShortenRefName (line 1452) | public string ShortenRefName(string refName) method ReflogReader (line 1481) | public ReflogReader ReflogReader(string refName) FILE: GitSharp.Core/RepositoryCache.cs class RepositoryCache (line 45) | public class RepositoryCache method open (line 54) | public static Repository open(Key location) method open (line 59) | public static Repository open(Key location, bool mustExist) method register (line 64) | public static void register(Repository db) method close (line 72) | public static void close(Repository db) method clear (line 80) | public static void clear() method RepositoryCache (line 88) | public RepositoryCache() method openRepository (line 96) | private Repository openRepository(Key location, bool mustExist) method registerRepository (line 120) | private void registerRepository(Key location, Repository db) method unregisterRepository (line 131) | private void unregisterRepository(Key location) method clearAll (line 140) | private void clearAll() method lockFor (line 162) | private Lock lockFor(Key location) class Lock (line 167) | private class Lock type Key (line 171) | public interface Key method open (line 173) | Repository open(bool mustExist); class FileKey (line 176) | public class FileKey : Key method exact (line 178) | public static FileKey exact(DirectoryInfo dir) method lenient (line 183) | public static FileKey lenient(DirectoryInfo dir) method FileKey (line 191) | public FileKey(DirectoryInfo dir) method getFile (line 196) | public DirectoryInfo getFile() method open (line 201) | public Repository open(bool mustExist) method GetHashCode (line 208) | public override int GetHashCode() method Equals (line 213) | public override bool Equals(object obj) method ToString (line 224) | public override string ToString() method isGitRepository (line 229) | public static bool isGitRepository(DirectoryInfo dir) method isValidHead (line 235) | private static bool isValidHead(FileInfo head) method readFirstLine (line 241) | private static string readFirstLine(FileInfo head) method resolve (line 259) | private static DirectoryInfo resolve(DirectoryInfo directory) FILE: GitSharp.Core/RepositoryChangedEventArgs.cs class RepositoryChangedEventArgs (line 45) | public class RepositoryChangedEventArgs : EventArgs method RepositoryChangedEventArgs (line 49) | public RepositoryChangedEventArgs(Repository repository) method ToString (line 54) | public override string ToString () FILE: GitSharp.Core/RepositoryConfig.cs class RepositoryConfig (line 48) | public class RepositoryConfig : FileBasedConfig method RepositoryConfig (line 52) | public RepositoryConfig(Repository repo) method RepositoryConfig (line 60) | public RepositoryConfig(Config @base, FileInfo cfgLocation) method getCore (line 66) | public CoreConfig getCore() method getTransfer (line 71) | public TransferConfig getTransfer() method getUserConfig (line 76) | public UserConfig getUserConfig() method getAuthorName (line 81) | public string getAuthorName() method getCommitterName (line 86) | public string getCommitterName() method getAuthorEmail (line 91) | public string getAuthorEmail() method getCommitterEmail (line 96) | public string getCommitterEmail() FILE: GitSharp.Core/RepositoryListener.cs type RepositoryListener (line 40) | public interface RepositoryListener method refsChanged (line 48) | void refsChanged(RefsChangedEventArgs e); method indexChanged (line 56) | void indexChanged(IndexChangedEventArgs e); FILE: GitSharp.Core/RepositoryState.cs class RepositoryState (line 46) | [Complete] method RepositoryState (line 63) | private RepositoryState(bool checkout, bool resetHead, bool commit, st... FILE: GitSharp.Core/RevPlot/AbstractPlotRenderer.cs class AbstractPlotRenderer (line 77) | public abstract class AbstractPlotRenderer { method paintCommit (line 89) | protected virtual void paintCommit(PlotCommit commit, int h) { method drawLabel (line 165) | protected abstract int drawLabel(int x, int y, Ref @ref); method computeDotSize (line 167) | private int computeDotSize(int h) { method laneColor (line 187) | protected abstract TColor laneColor(PlotLane myLane); method drawLine (line 198) | protected abstract void drawLine(TColor color, int x1, int y1, int x2, method drawCommitDot (line 212) | protected abstract void drawCommitDot(int x, int y, int w, int h); method drawBoundaryDot (line 223) | protected abstract void drawBoundaryDot(int x, int y, int w, int h); method drawText (line 235) | protected abstract void drawText(String msg, int x, int y); method laneX (line 237) | private int laneX(PlotLane myLane) { method laneC (line 242) | private int laneC(PlotLane myLane) { FILE: GitSharp.Core/RevPlot/PlotCommit.cs class PlotCommit (line 46) | public class PlotCommit : RevCommit method getLane (line 53) | public PlotLane getLane() method PlotCommit (line 75) | public PlotCommit(AnyObjectId id, Ref[] tags) : base(id) method addPassingLane (line 82) | public void addPassingLane(PlotLane c) { method addChild (line 96) | public void addChild(PlotCommit c) method getChildCount (line 117) | public int getChildCount() method getChild (line 127) | public PlotCommit getChild(int nth) method isChild (line 137) | public bool isChild(PlotCommit c) method reset (line 145) | public override void reset() FILE: GitSharp.Core/RevPlot/PlotCommitList.cs class PlotCommitList (line 58) | public class PlotCommitList : method clear (line 66) | public override void clear() { method Source (line 73) | public override void Source(RevWalk.RevWalk walker) { method findPassingThrough (line 90) | public void findPassingThrough(PlotCommit currCommit, method enter (line 102) | protected override void enter(int index, PlotCommit currCommit) { method setupChildren (line 158) | private void setupChildren(PlotCommit currCommit) { method nextFreeLane (line 164) | private PlotLane nextFreeLane() { method createLane (line 177) | protected PlotLane createLane() method recycleLane (line 185) | protected void recycleLane(PlotLane lane) FILE: GitSharp.Core/RevPlot/PlotLane.cs class PlotLane (line 46) | public class PlotLane method getPosition (line 56) | public int getPosition() { method hashCode (line 60) | public int hashCode() { method equals (line 64) | public bool equals(Object o) { FILE: GitSharp.Core/RevPlot/PlotWalk.cs class PlotWalk (line 49) | public class PlotWalk : RevWalk.RevWalk { method Dispose (line 53) | public override void Dispose() { method PlotWalk (line 62) | public PlotWalk(Repository repo) : base(repo) { method sort (line 67) | public override void sort(RevSort.Strategy s, bool use) { method createCommit (line 73) | protected override RevCommit createCommit(AnyObjectId id) { method getTags (line 78) | protected Ref[] getTags(AnyObjectId commitId) { class PlotRefComparator (line 86) | class PlotRefComparator : IComparer { method PlotRefComparator (line 89) | public PlotRefComparator(Repository repository) method Compare (line 94) | public int Compare(Ref o1, Ref o2) { method timeof (line 110) | long timeof(Object o) { FILE: GitSharp.Core/RevWalk/AbstractRevQueue.cs class AbstractRevQueue (line 44) | public abstract class AbstractRevQueue : Generator method AbstractRevQueue (line 50) | protected AbstractRevQueue() method AbstractRevQueue (line 54) | protected AbstractRevQueue(GeneratorOutputType outputType) method add (line 67) | public abstract void add(RevCommit c); method add (line 82) | public void add(RevCommit c, RevFlag queueControl) method addParents (line 105) | public void addParents(RevCommit c, RevFlag queueControl) method clear (line 118) | public abstract void clear(); method everbodyHasFlag (line 120) | internal abstract bool everbodyHasFlag(int f); method anybodyHasFlag (line 122) | internal abstract bool anybodyHasFlag(int f); method Describe (line 132) | protected static void Describe(StringBuilder s, RevCommit c) class AlwaysEmptyQueue (line 140) | public class AlwaysEmptyQueue : AbstractRevQueue method add (line 142) | public override void add(RevCommit c) method next (line 147) | public override RevCommit next() method anybodyHasFlag (line 152) | internal override bool anybodyHasFlag(int f) method everbodyHasFlag (line 157) | internal override bool everbodyHasFlag(int f) method clear (line 162) | public override void clear() FILE: GitSharp.Core/RevWalk/BlockObjQueue.cs class BlockObjQueue (line 42) | public class BlockObjQueue method BlockObjQueue (line 51) | public BlockObjQueue() method add (line 56) | public void add(RevObject c) method next (line 76) | public RevObject next() class BlockFreeList (line 93) | public class BlockFreeList method newBlock (line 97) | public Block newBlock() method freeBlock (line 107) | public void freeBlock(Block b) class Block (line 114) | public class Block method isFull (line 130) | public bool isFull() method isEmpty (line 135) | public bool isEmpty() method add (line 140) | public void add(RevObject c) method pop (line 145) | public RevObject pop() method clear (line 150) | public void clear() FILE: GitSharp.Core/RevWalk/BlockRevQueue.cs class BlockRevQueue (line 42) | public abstract class BlockRevQueue : AbstractRevQueue method BlockRevQueue (line 49) | protected BlockRevQueue() method BlockRevQueue (line 58) | protected BlockRevQueue(GeneratorOutputType outputType) method BlockRevQueue (line 64) | protected BlockRevQueue(Generator s) method shareFreeList (line 95) | public override void shareFreeList(BlockRevQueue q) class BlockFreeList (line 102) | public class BlockFreeList method newBlock (line 106) | public Block newBlock() method freeBlock (line 118) | public void freeBlock(Block b) method clear (line 124) | public void clear() class Block (line 130) | public class Block method Block (line 135) | public Block() method isFull (line 163) | public bool isFull() method isEmpty (line 168) | public bool isEmpty() method canUnpop (line 173) | public bool canUnpop() method add (line 178) | public void add(RevCommit c) method unpop (line 183) | public void unpop(RevCommit c) method pop (line 188) | public RevCommit pop() method peek (line 193) | public RevCommit peek() method clear (line 198) | public void clear() method resetToMiddle (line 205) | public void resetToMiddle() method resetToEnd (line 210) | public void resetToEnd() FILE: GitSharp.Core/RevWalk/BoundaryGenerator.cs class BoundaryGenerator (line 43) | public class BoundaryGenerator : Generator method BoundaryGenerator (line 47) | public BoundaryGenerator(RevWalk w, Generator s) method shareFreeList (line 57) | public override void shareFreeList(BlockRevQueue q) method next (line 62) | public override RevCommit next() class InitialGenerator (line 69) | private class InitialGenerator : Generator, IDisposable method InitialGenerator (line 79) | public InitialGenerator(RevWalk w, Generator s, BoundaryGenerator pa... method shareFreeList (line 93) | public override void shareFreeList(BlockRevQueue q) method next (line 98) | public override RevCommit next() method Dispose (line 133) | public void Dispose () FILE: GitSharp.Core/RevWalk/DateRevQueue.cs class DateRevQueue (line 46) | public class DateRevQueue : AbstractRevQueue method DateRevQueue (line 54) | public DateRevQueue() method DateRevQueue (line 58) | public DateRevQueue(Generator s) method add (line 68) | public override void add(RevCommit c) method next (line 91) | public override RevCommit next() method peek (line 106) | public RevCommit peek() method clear (line 111) | public override void clear() method everbodyHasFlag (line 117) | internal override bool everbodyHasFlag(int f) method anybodyHasFlag (line 126) | internal override bool anybodyHasFlag(int f) method ToString (line 140) | public override string ToString() method NewEntry (line 150) | private Entry NewEntry(RevCommit c) method FreeEntry (line 165) | private void FreeEntry(Entry e) class Entry (line 171) | internal class Entry FILE: GitSharp.Core/RevWalk/DelayRevQueue.cs class DelayRevQueue (line 54) | class DelayRevQueue : Generator method DelayRevQueue (line 60) | public DelayRevQueue(Generator g) method next (line 71) | public override RevCommit next() FILE: GitSharp.Core/RevWalk/EndGenerator.cs class EndGenerator (line 41) | public class EndGenerator : Generator method next (line 45) | public override RevCommit next() FILE: GitSharp.Core/RevWalk/FIFORevQueue.cs class FIFORevQueue (line 46) | public class FIFORevQueue : BlockRevQueue method FIFORevQueue (line 54) | public FIFORevQueue() method FIFORevQueue (line 58) | public FIFORevQueue(Generator s) method add (line 63) | public override void add(RevCommit c) method unpop (line 90) | public void unpop(RevCommit c) method next (line 116) | public override RevCommit next() method clear (line 134) | public override void clear() method everbodyHasFlag (line 141) | internal override bool everbodyHasFlag(int f) method anybodyHasFlag (line 153) | internal override bool anybodyHasFlag(int f) method removeFlag (line 165) | public void removeFlag(int flag) method ToString (line 177) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/AndRevFilter.cs class AndRevFilter (line 55) | public abstract class AndRevFilter : RevFilter method create (line 65) | public static RevFilter create(RevFilter a, RevFilter b) method create (line 83) | public static RevFilter create(RevFilter[] list) method create (line 110) | public static RevFilter create(IEnumerable list) class Binary (line 128) | private class Binary : AndRevFilter method Binary (line 133) | internal Binary(RevFilter one, RevFilter two) method include (line 139) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 144) | public override RevFilter Clone() method ToString (line 149) | public override string ToString() class List (line 155) | private class List : AndRevFilter method List (line 159) | internal List(RevFilter[] list) method include (line 164) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 173) | public override RevFilter Clone() method ToString (line 184) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/AuthorRevFilter.cs class AuthorRevFilter (line 48) | public static class AuthorRevFilter method create (line 65) | public static RevFilter create(string pattern) method TextFor (line 80) | private static string TextFor(RevCommit cmit) class PatternSearch (line 91) | private class PatternSearch : PatternMatchRevFilter method PatternSearch (line 93) | public PatternSearch(string patternText): base(patternText, true, t... method text (line 97) | protected override string text(RevCommit cmit) method Clone (line 102) | public override RevFilter Clone() class SubStringSearch (line 108) | private class SubStringSearch : SubStringRevFilter method SubStringSearch (line 110) | internal SubStringSearch(string patternText) : base(patternText) method Text (line 114) | protected override string Text(RevCommit cmit) FILE: GitSharp.Core/RevWalk/Filter/CommitTimeRevFilter.cs class CommitTimeRevFilter (line 48) | public abstract class CommitTimeRevFilter : RevFilter method Before (line 59) | public static RevFilter Before(DateTime ts) method After (line 71) | public static RevFilter After(DateTime ts) method Between (line 83) | public static RevFilter Between(DateTime since, DateTime until) method CommitTimeRevFilter (line 88) | private CommitTimeRevFilter(long ts) method Clone (line 93) | public override RevFilter Clone() class BeforeCommitTimeRevFilter (line 100) | private class BeforeCommitTimeRevFilter : CommitTimeRevFilter method BeforeCommitTimeRevFilter (line 106) | public BeforeCommitTimeRevFilter(long ts) method include (line 111) | public override bool include(RevWalk walker, RevCommit cmit) method ToString (line 116) | public override string ToString() class AfterCommitTimeRevFilter (line 122) | private class AfterCommitTimeRevFilter : CommitTimeRevFilter method AfterCommitTimeRevFilter (line 128) | public AfterCommitTimeRevFilter(long ts) method include (line 133) | public override bool include(RevWalk walker, RevCommit cmit) method ToString (line 147) | public override string ToString() class BetweenCommitTimeRevFilter (line 153) | private class BetweenCommitTimeRevFilter : CommitTimeRevFilter method BetweenCommitTimeRevFilter (line 157) | internal BetweenCommitTimeRevFilter(long since, long until) method include (line 163) | public override bool include(RevWalk walker, RevCommit cmit) method ToString (line 168) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/CommitterRevFilter.cs class CommitterRevFilter (line 48) | public static class CommitterRevFilter method create (line 65) | public static RevFilter create(string pattern) method TextFor (line 80) | private static string TextFor(RevCommit cmit) class PatternSearch (line 89) | private class PatternSearch : PatternMatchRevFilter method PatternSearch (line 91) | public PatternSearch(string patternText) method text (line 96) | protected override string text(RevCommit cmit) method Clone (line 101) | public override RevFilter Clone() class SubStringSearch (line 107) | private class SubStringSearch : SubStringRevFilter method SubStringSearch (line 109) | public SubStringSearch(string patternText) method Text (line 114) | protected override string Text(RevCommit cmit) FILE: GitSharp.Core/RevWalk/Filter/MessageRevFilter.cs class MessageRevFilter (line 48) | public static class MessageRevFilter method create (line 65) | public static RevFilter create(string pattern) method TextFor (line 80) | private static string TextFor(RevCommit cmit) class PatternSearch (line 92) | private class PatternSearch : PatternMatchRevFilter method PatternSearch (line 94) | public PatternSearch(string patternText) method text (line 99) | protected override string text(RevCommit cmit) method Clone (line 104) | public override RevFilter Clone() class SubStringSearch (line 110) | private class SubStringSearch : SubStringRevFilter method SubStringSearch (line 112) | internal SubStringSearch(string patternText) method Text (line 117) | protected override string Text(RevCommit cmit) FILE: GitSharp.Core/RevWalk/Filter/NotRevFilter.cs class NotRevFilter (line 44) | public class NotRevFilter : RevFilter method create (line 53) | public static RevFilter create(RevFilter a) method NotRevFilter (line 60) | private NotRevFilter(RevFilter one) method negate (line 65) | public override RevFilter negate() method include (line 70) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 75) | public override RevFilter Clone() method ToString (line 80) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/OrRevFilter.cs class OrRevFilter (line 57) | public abstract class OrRevFilter : RevFilter method create (line 67) | public static RevFilter create(RevFilter a, RevFilter b) method create (line 83) | public static RevFilter create(RevFilter[] list) method create (line 110) | public static RevFilter create(IEnumerable list) class Binary (line 129) | private class Binary : OrRevFilter method Binary (line 134) | internal Binary(RevFilter one, RevFilter two) method include (line 140) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 145) | public override RevFilter Clone() method ToString (line 150) | public override string ToString() class List (line 156) | private class List : OrRevFilter method List (line 160) | public List(RevFilter[] list) method include (line 165) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 175) | public override RevFilter Clone() method ToString (line 186) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/PatternMatchRevFilter.cs class PatternMatchRevFilter (line 49) | public abstract class PatternMatchRevFilter : RevFilter method forceToRaw (line 66) | private static string forceToRaw(string patternText) // [henon] I beli... method PatternMatchRevFilter (line 98) | internal PatternMatchRevFilter(string pattern, bool innerString, bool ... method include (line 133) | public override bool include(RevWalk walker, RevCommit cmit) method text (line 145) | protected abstract string text(RevCommit cmit); method ToString (line 147) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/RevFilter.cs class RevFilter (line 81) | public abstract class RevFilter method negate (line 114) | public virtual RevFilter negate() method include (line 152) | public abstract bool include(RevWalk walker, RevCommit cmit); method Clone (line 163) | public abstract RevFilter Clone(); method ToString (line 165) | public override string ToString() class RevFilterAll (line 178) | private class RevFilterAll : RevFilter method include (line 180) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 185) | public override RevFilter Clone() method ToString (line 190) | public override string ToString() class RevFilterNone (line 199) | private class RevFilterNone : RevFilter method include (line 201) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 206) | public override RevFilter Clone() method ToString (line 211) | public override string ToString() class RevFilterNoMerges (line 220) | private class RevFilterNoMerges : RevFilter method include (line 222) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 227) | public override RevFilter Clone() method ToString (line 232) | public override string ToString() class RevFilterMergeBase (line 245) | private class RevFilterMergeBase : RevFilter method include (line 247) | public override bool include(RevWalk walker, RevCommit cmit) method Clone (line 252) | public override RevFilter Clone() method ToString (line 257) | public override string ToString() FILE: GitSharp.Core/RevWalk/Filter/RevFlagFilter.cs class RevFlagFilter (line 44) | public abstract class RevFlagFilter : RevFilter method has (line 55) | public static RevFilter has(RevFlag a) method hasAll (line 68) | public static RevFilter hasAll(params RevFlag[] a) method hasAll (line 84) | public static RevFilter hasAll(RevFlagSet a) method hasAny (line 96) | public static RevFilter hasAny(params RevFlag[] a) method hasAny (line 113) | public static RevFilter hasAny(RevFlagSet a) method RevFlagFilter (line 118) | internal RevFlagFilter(RevFlagSet m) method Clone (line 123) | public override RevFilter Clone() method ToString (line 128) | public override string ToString() class HasAll (line 135) | private class HasAll : RevFlagFilter method HasAll (line 137) | public HasAll(RevFlagSet m) method include (line 142) | public override bool include(RevWalk walker, RevCommit cmit) class HasAny (line 148) | private class HasAny : RevFlagFilter method HasAny (line 150) | internal HasAny(RevFlagSet m) method include (line 155) | public override bool include(RevWalk walker, RevCommit cmit) FILE: GitSharp.Core/RevWalk/Filter/SubStringRevFilter.cs class SubStringRevFilter (line 47) | public abstract class SubStringRevFilter : RevFilter method safe (line 59) | public static bool safe(string pattern) method SubStringRevFilter (line 94) | internal SubStringRevFilter(string patternText) method include (line 105) | public override bool include(RevWalk walker, RevCommit cmit) method Text (line 117) | protected abstract string Text(RevCommit cmit); method Clone (line 119) | public override RevFilter Clone() method ToString (line 124) | public override string ToString() FILE: GitSharp.Core/RevWalk/FixUninterestingGenerator.cs class FixUninterestingGenerator (line 50) | class FixUninterestingGenerator : Generator method FixUninterestingGenerator (line 54) | public FixUninterestingGenerator(Generator pendingGenerator) method next (line 64) | public override RevCommit next() FILE: GitSharp.Core/RevWalk/FooterKey.cs class FooterKey (line 43) | public class FooterKey method FooterKey (line 67) | public FooterKey(string keyName) method ToString (line 76) | public override string ToString() FILE: GitSharp.Core/RevWalk/FooterLine.cs class FooterLine (line 51) | public class FooterLine method FooterLine (line 60) | public FooterLine(byte[] b, Encoding e, int ks, int ke, int vs, int ve) method Matches (line 79) | public bool Matches(FooterKey key) method getEmailAddress (line 135) | public string getEmailAddress() method ToString (line 155) | public override string ToString() FILE: GitSharp.Core/RevWalk/Generator.cs class Generator (line 55) | public abstract class Generator type GeneratorOutputType (line 59) | [Flags] method shareFreeList (line 99) | public virtual void shareFreeList(BlockRevQueue q) method next (line 115) | public abstract RevCommit next(); FILE: GitSharp.Core/RevWalk/LIFORevQueue.cs class LIFORevQueue (line 46) | public class LIFORevQueue : BlockRevQueue method LIFORevQueue (line 53) | internal LIFORevQueue() method LIFORevQueue (line 57) | public LIFORevQueue(Generator s) method add (line 62) | public override void add(RevCommit c) method next (line 75) | public override RevCommit next() method clear (line 89) | public override void clear() method everbodyHasFlag (line 95) | internal override bool everbodyHasFlag(int f) method anybodyHasFlag (line 108) | internal override bool anybodyHasFlag(int f) method ToString (line 121) | public override string ToString() FILE: GitSharp.Core/RevWalk/MergeBaseGenerator.cs class MergeBaseGenerator (line 60) | public class MergeBaseGenerator : Generator, IDisposable method MergeBaseGenerator (line 72) | public MergeBaseGenerator(RevWalk w) method init (line 78) | public void init(AbstractRevQueue p) method Add (line 104) | private void Add(RevCommit c) method next (line 125) | public override RevCommit next() method CarryOntoHistory (line 177) | private void CarryOntoHistory(RevCommit c, int carry) method CarryOntoOne (line 200) | private bool CarryOntoOne(RevCommit p, int carry) method Dispose (line 225) | public void Dispose () FILE: GitSharp.Core/RevWalk/ObjectWalk.cs class ObjectWalk (line 61) | public class ObjectWalk : RevWalk method ObjectWalk (line 83) | public ObjectWalk(Repository repo) method markStart (line 126) | public void markStart(RevObject o) method markUninteresting (line 187) | public void markUninteresting(RevObject o) method next (line 221) | public override RevCommit next() method nextObject (line 263) | public RevObject nextObject() method enter (line 335) | private CanonicalTreeParser enter(RevObject tree) method ShouldSkipObject (line 349) | private bool ShouldSkipObject(RevObject o) method checkConnectivity (line 378) | public void checkConnectivity() method Dispose (line 417) | public override void Dispose() method reset (line 426) | internal override void reset(int retainFlags) method AddObject (line 435) | private void AddObject(RevObject obj) method MarkTreeUninteresting (line 443) | private void MarkTreeUninteresting(RevObject tree) FILE: GitSharp.Core/RevWalk/PendingGenerator.cs class PendingGenerator (line 55) | public class PendingGenerator : Generator, IDisposable method PendingGenerator (line 90) | static PendingGenerator() method PendingGenerator (line 95) | public PendingGenerator(RevWalk w, DateRevQueue p, RevFilter f, Genera... method next (line 109) | public override RevCommit next() method Dispose (line 185) | public void Dispose () FILE: GitSharp.Core/RevWalk/RevBlob.cs class RevBlob (line 44) | public class RevBlob : RevObject method RevBlob (line 50) | internal RevBlob(AnyObjectId id) FILE: GitSharp.Core/RevWalk/RevCommit.cs class RevCommit (line 50) | public class RevCommit : RevObject method RevCommit (line 61) | public RevCommit(AnyObjectId id) method parseHeaders (line 99) | internal override void parseHeaders(RevWalk walk) method parseBody (line 104) | internal override void parseBody(RevWalk walk) method parseCanonical (line 114) | public void parseCanonical(RevWalk walk, byte[] raw) method carryFlags (line 181) | public static void carryFlags(RevCommit c, int carry) method carry (line 216) | public void carry(RevFlag flag) method AsCommit (line 234) | public Commit AsCommit(RevWalk walk) method GetParent (line 252) | public RevCommit GetParent(int nth) method getAuthorIdent (line 294) | public PersonIdent getAuthorIdent() method getCommitterIdent (line 321) | public PersonIdent getCommitterIdent() method getFullMessage (line 340) | public string getFullMessage() method getShortMessage (line 365) | public string getShortMessage() method hasLF (line 380) | public static bool hasLF(byte[] r, int b, int e) method GetFooterLines (line 428) | public IList GetFooterLines() method GetFooterLines (line 498) | public IList GetFooterLines(string keyName) method GetFooterLines (line 516) | public IList GetFooterLines(FooterKey keyName) method reset (line 541) | public virtual void reset() method DisposeBody (line 546) | public new void DisposeBody() method ToString (line 551) | public override string ToString() FILE: GitSharp.Core/RevWalk/RevCommitList.cs class RevCommitList (line 50) | public class RevCommitList : RevObjectList, IDisposable method clear (line 55) | public override void clear() method applyFlag (line 77) | public void applyFlag(RevFilter matching, RevFlag flag) method applyFlag (line 112) | public void applyFlag(RevFilter matching, RevFlag flag, int rangeBegin... method clearFlag (line 152) | public void clearFlag(RevFlag flag) method clearFlag (line 176) | public void clearFlag(RevFlag flag, int rangeBegin, int rangeEnd) method indexOf (line 201) | public int indexOf(RevFlag flag, int begin) method LastIndexOf (line 239) | public int LastIndexOf(RevFlag flag, int begin) method Source (line 270) | public virtual void Source(RevWalk walker) method fillTo (line 300) | public void fillTo(int highMark) method enter (line 363) | protected virtual void enter(int index, T t) method Dispose (line 368) | public void Dispose () FILE: GitSharp.Core/RevWalk/RevFlag.cs class RevFlag (line 46) | public class RevFlag : IDisposable method RevFlag (line 68) | public RevFlag(RevWalk walker, string name, int mask) method ToString (line 75) | public override string ToString() method Dispose (line 80) | public void Dispose () class StaticRevFlag (line 87) | public class StaticRevFlag : RevFlag method StaticRevFlag (line 89) | public StaticRevFlag(string name, int mask) FILE: GitSharp.Core/RevWalk/RevFlagSet.cs class RevFlagSet (line 48) | public class RevFlagSet : HashSet method RevFlagSet (line 55) | public RevFlagSet() method RevFlagSet (line 63) | public RevFlagSet(RevFlagSet flags) method RevFlagSet (line 72) | public RevFlagSet(IEnumerable collection) method addAll (line 78) | private void addAll() method Equals (line 86) | public bool Equals(RevFlagSet other) method Equals (line 93) | public override bool Equals(object obj) method GetHashCode (line 101) | public override int GetHashCode() method ContainsAll (line 116) | public bool ContainsAll(IEnumerable c) // [henon] was Collect... method Add (line 128) | public new bool Add(RevFlag flag) method Remove (line 153) | public new bool Remove(RevFlag flag) FILE: GitSharp.Core/RevWalk/RevObject.cs class RevObject (line 48) | public abstract class RevObject : ObjectId, IEquatable method RevObject (line 52) | protected RevObject(AnyObjectId name) method parseHeaders (line 59) | internal virtual void parseHeaders(RevWalk walk) method parseBody (line 65) | internal virtual void parseBody(RevWalk walk) method loadCanonical (line 71) | internal byte[] loadCanonical(RevWalk walk) method getId (line 98) | public ObjectId getId() method Equals (line 103) | public new bool Equals(object obj) method Equals (line 108) | public bool Equals(RevObject obj) method has (line 121) | public bool has(RevFlag flag) method hasAny (line 134) | public bool hasAny(RevFlagSet set) method hasAll (line 146) | public bool hasAll(RevFlagSet set) method add (line 159) | public void add(RevFlag flag) method add (line 170) | public void add(RevFlagSet set) method remove (line 183) | public void remove(RevFlag flag) method remove (line 194) | public void remove(RevFlagSet set) method DisposeBody (line 202) | public virtual void DisposeBody() method ToString (line 207) | public override string ToString() method appendCoreFlags (line 224) | internal void appendCoreFlags(StringBuilder s) FILE: GitSharp.Core/RevWalk/RevObjectList.cs class RevObjectList (line 54) | public class RevObjectList : IEnumerable // [henon] was AbstractList method RevObjectList (line 77) | public RevObjectList() method add (line 91) | public void add(int index, T element) method add (line 102) | public void add(T element) method set (line 107) | public T set(int index, T element) method get (line 134) | public T get(int index) method clear (line 153) | public virtual void clear() class Block (line 162) | public class Block : IEnumerable method Block (line 167) | public Block(int s) method GetEnumerator (line 182) | public IEnumerator GetEnumerator() method GetEnumerator (line 214) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 224) | public IEnumerator GetEnumerator() method GetEnumerator (line 233) | IEnumerator IEnumerable.GetEnumerator() FILE: GitSharp.Core/RevWalk/RevSort.cs class RevSort (line 45) | public static class RevSort type Strategy (line 47) | [Serializable] FILE: GitSharp.Core/RevWalk/RevTag.cs class RevTag (line 48) | public class RevTag : RevObject method RevTag (line 60) | internal RevTag(AnyObjectId id) method parseHeaders (line 65) | internal override void parseHeaders(RevWalk walk) method parseBody (line 70) | internal override void parseBody(RevWalk walk) method parseCanonical (line 80) | public void parseCanonical(RevWalk walk, byte[] rawTag) method getTaggerIdent (line 117) | public PersonIdent getTaggerIdent() method getFullMessage (line 136) | public string getFullMessage() method getShortMessage (line 161) | public string getShortMessage() method asTag (line 183) | public Tag asTag(RevWalk walk) method getObject (line 194) | public RevObject getObject() method getTagName (line 205) | public string getTagName() method DisposeBody (line 210) | public new void DisposeBody() FILE: GitSharp.Core/RevWalk/RevTree.cs class RevTree (line 44) | public class RevTree : RevObject method RevTree (line 50) | internal RevTree(AnyObjectId id) FILE: GitSharp.Core/RevWalk/RevWalk.cs class RevWalk (line 74) | public class RevWalk : IEnumerable, IDisposable type RevWalkState (line 78) | [Flags] method RevWalk (line 229) | public RevWalk(Repository repo) method markStart (line 298) | public void markStart(RevCommit c) method markStart (line 339) | public void markStart(IEnumerable list) method markUninteresting (line 383) | public void markUninteresting(RevCommit c) method isMergedInto (line 426) | public bool isMergedInto(RevCommit @base, RevCommit tip) method next (line 465) | public virtual RevCommit next() method hasRevSort (line 491) | public bool hasRevSort(RevSort.Strategy sort) method sort (line 503) | public void sort(RevSort.Strategy s) method sort (line 523) | public virtual void sort(RevSort.Strategy s, bool use) method getRevFilter (line 551) | public RevFilter getRevFilter() method setRevFilter (line 576) | public void setRevFilter(RevFilter newFilter) method getTreeFilter (line 589) | public TreeFilter getTreeFilter() method setTreeFilter (line 613) | public void setTreeFilter(TreeFilter newFilter) method isRetainBody (line 627) | public bool isRetainBody() method setRetainBody (line 640) | public void setRetainBody(bool retain) method lookupBlob (line 653) | public RevBlob lookupBlob(AnyObjectId id) method lookupTree (line 672) | public RevTree lookupTree(AnyObjectId id) method lookupCommit (line 691) | public RevCommit lookupCommit(AnyObjectId id) method lookupAny (line 714) | public RevObject lookupAny(AnyObjectId id, int type) method parseCommit (line 764) | public RevCommit parseCommit(AnyObjectId id) method parseTree (line 803) | public RevTree parseTree(AnyObjectId id) method parseAny (line 846) | public RevObject parseAny(AnyObjectId id) method parseHeaders (line 912) | public void parseHeaders(RevObject obj) method parseBody (line 932) | public void parseBody(RevObject obj) method newFlag (line 951) | public RevFlag newFlag(string name) method allocFlag (line 957) | public int allocFlag() method carry (line 977) | public void carry(RevFlag flag) method carry (line 995) | public void carry(IEnumerable set) method disposeFlag (line 1012) | public void disposeFlag(RevFlag flag) method freeFlag (line 1017) | internal void freeFlag(int mask) method FinishDelayedFreeFlags (line 1030) | private void FinishDelayedFreeFlags() method reset (line 1045) | public void reset() method resetRetain (line 1061) | public void resetRetain(RevFlagSet retainFlags) method resetRetain (line 1077) | public void resetRetain(params RevFlag[] retainFlags) method reset (line 1096) | internal virtual void reset(int retainFlags) method iterator (line 1146) | public Iterator iterator() class Iterator (line 1151) | public class Iterator : IEnumerator method Iterator (line 1159) | public Iterator(RevWalk revwalk) method MoveNext (line 1191) | public bool MoveNext() method hasNext (line 1203) | public bool hasNext() method next (line 1208) | public RevCommit next() method Reset (line 1230) | public void Reset() method Dispose (line 1238) | public void Dispose() method assertNotStarted (line 1252) | internal void assertNotStarted() method IsNotStarted (line 1258) | private bool IsNotStarted() method createCommit (line 1271) | protected virtual RevCommit createCommit(AnyObjectId id) method carryFlagsImpl (line 1276) | internal void carryFlagsImpl(RevCommit c) method GetEnumerator (line 1287) | public IEnumerator GetEnumerator() method GetEnumerator (line 1296) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Dispose (line 1313) | public virtual void Dispose() FILE: GitSharp.Core/RevWalk/RewriteGenerator.cs class RewriteGenerator (line 61) | public class RewriteGenerator : Generator method RewriteGenerator (line 65) | public RewriteGenerator(Generator source) method shareFreeList (line 70) | public override void shareFreeList(BlockRevQueue q) method next (line 80) | public override RevCommit next() method RewriteCommit (line 109) | private static RevCommit RewriteCommit(RevCommit p) method Cleanup (line 149) | private static RevCommit[] Cleanup(RevCommit[] oldList) FILE: GitSharp.Core/RevWalk/RewriteTreeFilter.cs class RewriteTreeFilter (line 58) | public class RewriteTreeFilter : RevFilter method RewriteTreeFilter (line 65) | public RewriteTreeFilter(RevWalk walker, TreeFilter t) method Clone (line 72) | public override RevFilter Clone() method include (line 77) | public override bool include(RevWalk walker, RevCommit cmit) FILE: GitSharp.Core/RevWalk/StartGenerator.cs class StartGenerator (line 54) | public class StartGenerator : Generator, IDisposable method StartGenerator (line 58) | public StartGenerator(RevWalk walker) method next (line 68) | public override RevCommit next() method Dispose (line 182) | public void Dispose () FILE: GitSharp.Core/RevWalk/TopoSortGenerator.cs class TopoSortGenerator (line 44) | public class TopoSortGenerator : Generator method TopoSortGenerator (line 60) | public TopoSortGenerator(Generator s) method shareFreeList (line 83) | public override void shareFreeList(BlockRevQueue q) method next (line 88) | public override RevCommit next() FILE: GitSharp.Core/SubmoduleConfig.cs class SubmoduleEntry (line 45) | public class SubmoduleEntry type UpdateMethod (line 47) | [Serializable] method SubmoduleEntry (line 60) | public SubmoduleEntry(string name, string path, URIish url, UpdateMeth... class SubmoduleConfig (line 69) | public class SubmoduleConfig : FileBasedConfig method SubmoduleConfig (line 71) | public SubmoduleConfig(Config cfg, Repository db) method SubmoduleConfig (line 76) | public SubmoduleConfig(Repository db) method GetEntry (line 89) | public SubmoduleEntry GetEntry(int index) method AddEntry (line 115) | public void AddEntry(SubmoduleEntry entry) FILE: GitSharp.Core/SymbolicRef.cs class SymbolicRef (line 47) | public class SymbolicRef : Ref method SymbolicRef (line 57) | public SymbolicRef(string refName, Ref target) method ToString (line 109) | public override string ToString() FILE: GitSharp.Core/SymlinkTreeEntry.cs class SymlinkTreeEntry (line 44) | public class SymlinkTreeEntry : TreeEntry method SymlinkTreeEntry (line 46) | public SymlinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8) method Accept (line 56) | public override void Accept(TreeVisitor tv, int flags) method ToString (line 66) | public override string ToString() FILE: GitSharp.Core/SystemReader.cs type PlatformType (line 8) | [Serializable] type ConfigFileType (line 23) | [Serializable] class SystemReader (line 32) | public abstract class SystemReader method getInstance (line 38) | public static SystemReader getInstance() method setInstance (line 47) | public static void setInstance(SystemReader newReader) method getHostname (line 58) | public abstract string getHostname(); method getenv (line 64) | public abstract string getenv(string variable); method getProperty (line 70) | public abstract string getProperty(string key); method openUserConfig (line 75) | public abstract FileBasedConfig openUserConfig(); method getCurrentTime (line 80) | public abstract long getCurrentTime(); method getTimezone (line 86) | public abstract int getTimezone(long when); method getOperatingSystem (line 92) | public abstract PlatformType getOperatingSystem(); method getConfigFile (line 98) | public abstract FileBasedConfig getConfigFile(ConfigFileType configType); method getConfigFile (line 104) | public abstract FileBasedConfig getConfigFile(string fileLocation); class InternalSystemReader (line 106) | private class InternalSystemReader : SystemReader method getenv (line 108) | public override string getenv(string variable) method getProperty (line 112) | public override string getProperty(string key) method openUserConfig (line 135) | public override FileBasedConfig openUserConfig() method getHostname (line 141) | public override string getHostname() method getCurrentTime (line 146) | public override long getCurrentTime() method getTimezone (line 151) | public override int getTimezone(long when) method getOperatingSystem (line 156) | public override PlatformType getOperatingSystem() method getConfigFile (line 199) | public override FileBasedConfig getConfigFile(ConfigFileType configT... method getConfigFile (line 226) | public override FileBasedConfig getConfigFile(string fileLocation) FILE: GitSharp.Core/Tag.cs class Tag (line 47) | public class Tag method Tag (line 61) | public Tag(Repository db) method Tag (line 75) | public Tag(Repository db, ObjectId id, string refName, byte[] raw) method decode (line 123) | private void decode() method Save (line 187) | public void Save() //renamed from Tag method ToString (line 211) | public override string ToString() FILE: GitSharp.Core/TextProgressMonitor.cs class TextProgressMonitor (line 46) | public class TextProgressMonitor : ProgressMonitor, IDisposable method TextProgressMonitor (line 55) | public TextProgressMonitor() method TextProgressMonitor (line 60) | public TextProgressMonitor(TextWriter writer) method Start (line 68) | public override void Start(int totalTasks) method BeginTask (line 73) | public override void BeginTask(string title, int totalWork) method Update (line 81) | public override void Update(int completed) method Display (line 102) | private void Display(int cmp) method EndTask (line 149) | public override void EndTask() method Dispose (line 172) | public void Dispose () FILE: GitSharp.Core/TransferConfig.cs class TransferConfig (line 41) | public class TransferConfig class SectionParser (line 43) | private class SectionParser : Config.SectionParser method parse (line 45) | public TransferConfig parse(Config cfg) method TransferConfig (line 55) | public TransferConfig(Config rc) method isFsckObjects (line 63) | public bool isFsckObjects() FILE: GitSharp.Core/Transport/BaseConnection.cs class BaseConnection (line 49) | public abstract class BaseConnection : IConnection, IDisposable method GetRef (line 70) | public Ref GetRef(string name) method Close (line 76) | public abstract void Close(); method available (line 89) | public void available(IDictionary all) method markStartedOperation (line 98) | protected void markStartedOperation() method Dispose (line 105) | public virtual void Dispose() FILE: GitSharp.Core/Transport/BaseFetchConnection.cs class BaseFetchConnection (line 49) | public abstract class BaseFetchConnection : BaseConnection, IFetchConnec... method Fetch (line 51) | public void Fetch(ProgressMonitor monitor, ICollection want, ILis... method SetPackLockMessage (line 70) | public abstract void SetPackLockMessage(string message); method doFetch (line 79) | protected abstract void doFetch(ProgressMonitor monitor, ICollection want, ILis... method SetPackLockMessage (line 197) | public void SetPackLockMessage(string message) method doFetch (line 215) | protected void doFetch(ProgressMonitor monitor, ICollection want,... method MaxTimeWanted (line 249) | private int MaxTimeWanted(IEnumerable wants) method MarkReachable (line 273) | private void MarkReachable(IEnumerable have, int maxTime) method SendWants (line 328) | private bool SendWants(IEnumerable want) method EnableCapabilities (line 365) | private string EnableCapabilities() method Negotiate (line 389) | private void Negotiate(ProgressMonitor monitor) class NegotiateBeginRevFilter (line 546) | private class NegotiateBeginRevFilter : RevFilter method NegotiateBeginRevFilter (line 551) | public NegotiateBeginRevFilter(RevFlag c, RevFlag a) method Clone (line 557) | public override RevFilter Clone() method include (line 562) | public override bool include(RevWalk.RevWalk walker, RevCommit cmit) method NegotiateBegin (line 578) | private void NegotiateBegin() method MarkRefsAdvertised (line 586) | private void MarkRefsAdvertised() method MarkAdvertised (line 596) | private void MarkAdvertised(AnyObjectId id) method MarkCommon (line 608) | private void MarkCommon(RevObject obj) method ReceivePack (line 618) | private void ReceivePack(ProgressMonitor monitor) method Dispose (line 630) | public override void Dispose() FILE: GitSharp.Core/Transport/BasePackPushConnection.cs class BasePackPushConnection (line 68) | public abstract class BasePackPushConnection : BasePackConnection, IPush... method BasePackPushConnection (line 87) | protected BasePackPushConnection(IPackTransport packTransport) method Push (line 93) | public void Push(ProgressMonitor monitor, IDictionary refUpdates, Pr... method EnableCapabilities (line 191) | private string EnableCapabilities() method writePack (line 202) | private void writePack(IDictionary refUpdates... method readStatusReport (line 226) | private void readStatusReport(IDictionary ref... method readStringLongTimeout (line 284) | private String readStringLongTimeout() FILE: GitSharp.Core/Transport/BundleFetchConnection.cs class BundleFetchConnection (line 60) | public class BundleFetchConnection : BaseFetchConnection method BundleFetchConnection (line 68) | public BundleFetchConnection(Transport transportBundle, Stream src) method readSignature (line 101) | private int readSignature() method readBundleV2 (line 109) | private void readBundleV2() method duplicateAdvertisement (line 140) | private PackProtocolException duplicateAdvertisement(string name) method readLine (line 145) | private string readLine(byte[] hdrbuf) method doFetch (line 165) | protected override void doFetch(ProgressMonitor monitor, ICollection f) method execute (line 82) | internal virtual void execute(ProgressMonitor monitor, FetchResult res... method executeImp (line 102) | private void executeImp(ProgressMonitor monitor, FetchResult result) method fetchObjects (line 220) | private void fetchObjects(ProgressMonitor monitor) method closeConnection (line 235) | private void closeConnection() method reopenConnection (line 244) | private void reopenConnection() method removeTrackingRefUpdate (line 284) | private void removeTrackingRefUpdate(ObjectId want) method removeFetchHeadRecord (line 289) | private void removeFetchHeadRecord(ObjectId want) method updateFETCH_HEAD (line 294) | private void updateFETCH_HEAD(FetchResult result) method askForIsComplete (line 314) | private bool askForIsComplete() method expandWildcard (line 342) | private void expandWildcard(RefSpec spec, HashSet matched) method expandSingle (line 351) | private void expandSingle(RefSpec spec, HashSet matched) method expandAutoFollowTags (line 364) | private ICollection expandAutoFollowTags() method expandFetchTags (line 397) | private void expandFetchTags() method wantTag (line 410) | private void wantTag(Ref r) method want (line 415) | private void want(Ref src, RefSpec spec) method createUpdate (line 442) | private TrackingRefUpdate createUpdate(RefSpec spec, ObjectId newId) method deleteStaleTrackingRefs (line 447) | private void deleteStaleTrackingRefs(FetchResult result, RevWalk.RevWa... method deleteTrackingRef (line 467) | private void deleteTrackingRef(FetchResult result, Repository db, RevW... method isTag (line 499) | private static bool isTag(Ref r) method isTag (line 504) | private static bool isTag(string name) FILE: GitSharp.Core/Transport/FetchResult.cs class FetchResult (line 46) | public class FetchResult : OperationResult method Add (line 50) | public void Add(FetchHeadRecord r) FILE: GitSharp.Core/Transport/HttpTransport.cs class HttpTransport (line 45) | public abstract class HttpTransport : Transport method HttpTransport (line 58) | protected HttpTransport(Repository local, URIish uri) FILE: GitSharp.Core/Transport/IConnection.cs type IConnection (line 50) | public interface IConnection method GetRef (line 85) | Ref GetRef(string name); method Close (line 94) | void Close(); FILE: GitSharp.Core/Transport/IFetchConnection.cs type IFetchConnection (line 58) | public interface IFetchConnection : IConnection method Fetch (line 90) | void Fetch(ProgressMonitor monitor, ICollection want, IList ... class PostReceiveHook (line 52) | public static class PostReceiveHook type IPostReceiveHook (line 71) | public interface IPostReceiveHook method OnPostReceive (line 84) | void OnPostReceive(ReceivePack rp, ICollection commands); FILE: GitSharp.Core/Transport/IPreReceiveHook.cs class NULLPreReceiveHook (line 45) | internal class NULLPreReceiveHook : IPreReceiveHook method onPreReceive (line 47) | public void onPreReceive(ReceivePack rp, ICollection c... class PreReceiveHook (line 52) | public static class PreReceiveHook type IPreReceiveHook (line 87) | public interface IPreReceiveHook method onPreReceive (line 102) | void onPreReceive(ReceivePack rp, ICollection commands); FILE: GitSharp.Core/Transport/IPushConnection.cs type IPushConnection (line 60) | public interface IPushConnection : IConnection method Push (line 100) | void Push(ProgressMonitor monitor, IDictionary getNewObjectIds() method getBaseObjectIds (line 263) | public HashSet getBaseObjectIds() method setObjectChecker (line 276) | public void setObjectChecker(ObjectChecker oc) method setObjectChecking (line 295) | public void setObjectChecking(bool on) method index (line 304) | public void index(ProgressMonitor progress) method ResolveDeltas (line 408) | private void ResolveDeltas(ProgressMonitor progress) method ResolveDeltas (line 425) | private void ResolveDeltas(PackedObjectInfo objectInfo) method ResolveDeltas (line 434) | private void ResolveDeltas(long pos, int oldCrc, int type, byte[] data... method RemoveBaseById (line 501) | private UnresolvedDelta RemoveBaseById(AnyObjectId id) method Reverse (line 507) | private static UnresolvedDelta Reverse(UnresolvedDelta c) method ResolveChildDeltas (line 520) | private void ResolveChildDeltas(long pos, int type, byte[] data, AnyOb... method ResolveChildDeltaChain (line 543) | private void ResolveChildDeltaChain(int type, byte[] data, UnresolvedD... method FixThinPack (line 552) | private void FixThinPack(ProgressMonitor progress) method WriteWhole (line 606) | private void WriteWhole(Deflater def, int typeCode, byte[] data) method FixHeaderFooter (line 636) | private void FixHeaderFooter(IEnumerable origcsum, IEnumerable method containsKey (line 13) | public bool containsKey(long key) method get (line 18) | public V get(long key) method remove (line 23) | public V remove(long key) method put (line 28) | public V put(long key, V value) FILE: GitSharp.Core/Transport/OpenSshConfig.cs class OpenSshConfig (line 56) | public class OpenSshConfig method get (line 73) | public static OpenSshConfig get() method OpenSshConfig (line 103) | public OpenSshConfig(DirectoryInfo home, FileInfo cfg) method lookup (line 119) | public Host lookup(string hostName) method refresh (line 147) | private Dictionary refresh() method parse (line 175) | private Dictionary parse(Stream stream) method isHostPattern (line 276) | private static bool isHostPattern(string s) method isHostMatch (line 281) | private static bool isHostMatch(string pattern, string name) method dequote (line 296) | private static string dequote(string value) method nows (line 303) | private static string nows(string value) method yesno (line 312) | private static bool yesno(string value) method toFile (line 319) | private FileInfo toFile(string path) method userName (line 334) | public static string userName() class Host (line 351) | public class Host method copyFrom (line 362) | public void copyFrom(Host src) method getStrictHostKeyChecking (line 389) | public string getStrictHostKeyChecking() method getHostName (line 395) | public string getHostName() method getPort (line 401) | public int getPort() method getIdentityFile (line 410) | public FileInfo getIdentityFile() method getUser (line 416) | public string getUser() method getPreferredAuthentications (line 425) | public string getPreferredAuthentications() method isBatchMode (line 434) | public bool isBatchMode() FILE: GitSharp.Core/Transport/OperationResult.cs class OperationResult (line 50) | public abstract class OperationResult method GetAdvertisedRef (line 99) | public Ref GetAdvertisedRef(string name) method GetTrackingRefUpdate (line 127) | public TrackingRefUpdate GetTrackingRefUpdate(string localName) method SetAdvertisedRefs (line 132) | public void SetAdvertisedRefs(URIish u, IDictionary ar) method Add (line 138) | public void Add(TrackingRefUpdate u) FILE: GitSharp.Core/Transport/PackedObjectInfo.cs class PackedObjectInfo (line 51) | public class PackedObjectInfo : ObjectId method PackedObjectInfo (line 53) | public PackedObjectInfo(long headerOffset, int packedCRC, AnyObjectId id) method PackedObjectInfo (line 66) | public PackedObjectInfo(AnyObjectId id) FILE: GitSharp.Core/Transport/PacketLineIn.cs class PacketLineIn (line 47) | public class PacketLineIn type AckNackResult (line 51) | [Serializable] method PacketLineIn (line 83) | public PacketLineIn(Stream i) method readACK (line 89) | public AckNackResult readACK(MutableObjectId returnedId) method ReadString (line 114) | public string ReadString() method ReadStringRaw (line 134) | public string ReadStringRaw() method ReadLength (line 149) | public int ReadLength() FILE: GitSharp.Core/Transport/PacketLineOut.cs class PacketLineOut (line 55) | public class PacketLineOut method PacketLineOut (line 64) | public PacketLineOut(Stream outputStream) method WriteString (line 74) | public void WriteString(string s) method WritePacket (line 86) | public void WritePacket(byte[] packet) method End (line 102) | public void End() method Flush (line 115) | public void Flush() method FormatLength (line 126) | private void FormatLength(int w) method FormatLength (line 131) | public static void FormatLength(byte[] lenbuffer, int w) FILE: GitSharp.Core/Transport/PushProcess.cs class PushProcess (line 49) | public class PushProcess : IDisposable method PushProcess (line 76) | public PushProcess(Transport transport, IEnumerable t... method execute (line 113) | public PushResult execute(ProgressMonitor monitor) method PrepareRemoteUpdates (line 148) | private IDictionary PrepareRemoteUpdates() method ModifyUpdatesForDryRun (line 221) | private void ModifyUpdatesForDryRun() method UpdateTrackingRefs (line 232) | private void UpdateTrackingRefs() method PrepareOperationResult (line 255) | private PushResult PrepareOperationResult() method Dispose (line 272) | public void Dispose() FILE: GitSharp.Core/Transport/PushResult.cs class PushResult (line 50) | public class PushResult : OperationResult method GetRemoteUpdate (line 66) | public RemoteRefUpdate GetRemoteUpdate(string refName) method SetRemoteUpdates (line 71) | public void SetRemoteUpdates(IDictionary remo... FILE: GitSharp.Core/Transport/ReceiveCommand.cs class ReceiveCommand (line 48) | public class ReceiveCommand type Type (line 53) | [Serializable] type Result (line 87) | [Serializable] method ReceiveCommand (line 160) | public ReceiveCommand(ObjectId oldId, ObjectId newId, string name) method getOldId (line 175) | public ObjectId getOldId() method getNewId (line 181) | public ObjectId getNewId() method getRefName (line 187) | public string getRefName() method getType (line 193) | public Type getType() method getRef (line 199) | public Ref getRef() method getResult (line 205) | public Result getResult() method getMessage (line 211) | public string getMessage() method setResult (line 220) | public void setResult(Result s) method setResult (line 230) | public void setResult(Result s, string m) method setRef (line 236) | public void setRef(Ref r) method setType (line 241) | public void setType(Type t) method ToString (line 246) | public override string ToString() FILE: GitSharp.Core/Transport/ReceivePack.cs class ReceivePack (line 53) | public class ReceivePack : IDisposable method ReceivePack (line 173) | public ReceivePack(Repository into) class ReceiveConfig (line 189) | private class ReceiveConfig class SectionParser (line 193) | private class SectionParser : Config.SectionParser method parse (line 195) | public ReceiveConfig parse(Config cfg) method ReceiveConfig (line 207) | ReceiveConfig(Config config) method getRepository (line 224) | public Repository getRepository() method getRevWalk (line 233) | public RevWalk.RevWalk getRevWalk() method getAdvertisedRefs (line 242) | public IDictionary getAdvertisedRefs() method setNeedBaseObjectIds (line 256) | public void setNeedBaseObjectIds(bool b) method getBaseObjectIds (line 262) | public HashSet getBaseObjectIds() method setNeedNewObjectIds (line 275) | public void setNeedNewObjectIds(bool b) method getNewObjectIds (line 282) | public HashSet getNewObjectIds() method isBiDirectionalPipe (line 291) | public bool isBiDirectionalPipe() method setBiDirectionalPipe (line 304) | public void setBiDirectionalPipe(bool twoWay) method isCheckReceivedObjects (line 314) | public bool isCheckReceivedObjects() method setCheckReceivedObjects (line 320) | public void setCheckReceivedObjects(bool check) method isAllowCreates (line 329) | public bool isAllowCreates() method setAllowCreates (line 335) | public void setAllowCreates(bool canCreate) method isAllowDeletes (line 343) | public bool isAllowDeletes() method setAllowDeletes (line 349) | public void setAllowDeletes(bool canDelete) method isAllowNonFastForwards (line 357) | public bool isAllowNonFastForwards() method setAllowNonFastForwards (line 363) | public void setAllowNonFastForwards(bool canRewind) method getRefLogIdent (line 371) | public PersonIdent getRefLogIdent() method setRefLogIdent (line 387) | public void setRefLogIdent(PersonIdent pi) method getRefFilter (line 393) | public RefFilter getRefFilter() method setRefFilter (line 407) | public void setRefFilter(RefFilter refFilter) method getPreReceiveHook (line 413) | public IPreReceiveHook getPreReceiveHook() method setPreReceiveHook (line 430) | public void setPreReceiveHook(IPreReceiveHook h) method getPostReceiveHook (line 436) | public IPostReceiveHook getPostReceiveHook() method setPostReceiveHook (line 450) | public void setPostReceiveHook(IPostReceiveHook h) method getAllCommands (line 456) | public IList getAllCommands() method sendError (line 476) | public void sendError(string what) method sendMessage (line 497) | public void sendMessage(string what) method receive (line 515) | public void receive(Stream input, Stream output, Stream messages) method Service (line 569) | private void Service() method UnlockPack (line 621) | private void UnlockPack() method SendAdvertisedRefs (line 634) | public void SendAdvertisedRefs(RefAdvertiser adv) method RecvCommands (line 655) | private void RecvCommands() method EnableCapabilities (line 714) | private void EnableCapabilities() method NeedPack (line 730) | private bool NeedPack() method receivePack (line 739) | private void receivePack() method CheckConnectivity (line 755) | private void CheckConnectivity() method ValidateCommands (line 773) | private void ValidateCommands() method ExecuteCommands (line 901) | private void ExecuteCommands() method Execute (line 910) | private void Execute(ReceiveCommand cmd) method Status (line 949) | private static void Status(ReceiveCommand cmd, RefUpdate.RefUpdateResu... method FilterCommands (line 983) | private List FilterCommands(ReceiveCommand.Result want) method SendStatusReport (line 994) | private void SendStatusReport(bool forClient, Reporter rout) method Dispose (line 1079) | public void Dispose() class Reporter (line 1089) | private abstract class Reporter method SendString (line 1091) | public abstract void SendString(string s); class ServiceReporter (line 1094) | private class ServiceReporter : Reporter method ServiceReporter (line 1098) | public ServiceReporter(PacketLineOut pck) method SendString (line 1103) | public override void SendString(string s) class MessagesReporter (line 1109) | private class MessagesReporter : Reporter method MessagesReporter (line 1113) | public MessagesReporter(Stream ms) method SendString (line 1118) | public override void SendString(string s) FILE: GitSharp.Core/Transport/RefAdvertiser.cs class RefAdvertiser (line 50) | public abstract class RefAdvertiser : IDisposable class PacketLineOutRefAdvertiser (line 55) | public class PacketLineOutRefAdvertiser : RefAdvertiser method PacketLineOutRefAdvertiser (line 63) | public PacketLineOutRefAdvertiser(PacketLineOut @out) method writeOne (line 68) | protected override void writeOne(string line) method end (line 73) | public override void end() method init (line 95) | public void init(RevWalk.RevWalk protoWalk, RevFlag advertisedFlag) method setDerefTags (line 111) | public void setDerefTags(bool deref) method advertiseCapability (line 128) | public void advertiseCapability(string name) method send (line 141) | public void send(IDictionary refs) method getSortedRefs (line 158) | private IEnumerable getSortedRefs(IDictionary all) method advertiseHave (line 177) | public void advertiseHave(AnyObjectId id) method includeAdditionalHaves (line 195) | public void includeAdditionalHaves() method additionalHaves (line 200) | private void additionalHaves(ObjectDatabase db) method additionalHaves (line 214) | private void additionalHaves(Repository alt) method isEmpty (line 223) | public bool isEmpty() method parseAnyOrNull (line 228) | private RevObject parseAnyOrNull(AnyObjectId id) method advertiseAnyOnce (line 242) | private void advertiseAnyOnce(RevObject obj, string refName) method advertiseAny (line 250) | private void advertiseAny(RevObject obj, string refName) method advertiseTag (line 256) | private void advertiseTag(RevTag tag, string refName) method advertiseId (line 291) | public void advertiseId(AnyObjectId id, string refName) method Dispose (line 317) | public void Dispose() method writeOne (line 330) | protected abstract void writeOne(string line); method end (line 335) | public abstract void end(); FILE: GitSharp.Core/Transport/RefFilter.cs class RefFilterContants (line 41) | public static class RefFilterContants class DefaultRefFilter (line 48) | private class DefaultRefFilter : RefFilter method filter (line 50) | public IDictionary filter(IDictionary refs) type RefFilter (line 66) | public interface RefFilter method filter (line 73) | IDictionary filter(IDictionary refs); FILE: GitSharp.Core/Transport/RefSpec.cs class RefSpec (line 50) | public class RefSpec method IsWildcard (line 63) | public static bool IsWildcard(string s) method RefSpec (line 118) | public RefSpec() method RefSpec (line 126) | public RefSpec(string source, string destination) method RefSpec (line 148) | public RefSpec(string spec) method RefSpec (line 190) | private RefSpec(RefSpec p) method SetForce (line 203) | public RefSpec SetForce(bool force) method SetSource (line 213) | public RefSpec SetSource(string source) method SetDestination (line 229) | public RefSpec SetDestination(string destination) method SetSourceDestination (line 251) | public RefSpec SetSourceDestination(string source, string destination) method MatchSource (line 266) | public bool MatchSource(string r) method MatchSource (line 276) | public bool MatchSource(Ref r) method MatchDestination (line 286) | public bool MatchDestination(string r) method MatchDestination (line 296) | public bool MatchDestination(Ref r) method ExpandFromSource (line 316) | public RefSpec ExpandFromSource(string r) method expandFromSourceImp (line 321) | private RefSpec expandFromSourceImp(string name) method ExpandFromSource (line 345) | public RefSpec ExpandFromSource(Ref r) method ExpandFromDestination (line 365) | public RefSpec ExpandFromDestination(string r) method expandFromDstImp (line 370) | private RefSpec expandFromDstImp(string name) method ExpandFromDestination (line 391) | public RefSpec ExpandFromDestination(Ref r) method match (line 396) | private bool match(string refName, string s) method GetHashCode (line 411) | public override int GetHashCode() method Equals (line 421) | public override bool Equals(object obj) method eq (line 434) | private static bool eq(string a, string b) method ToString (line 441) | public override string ToString() FILE: GitSharp.Core/Transport/RemoteConfig.cs class RemoteConfig (line 52) | public class RemoteConfig method GetAllRemoteConfigs (line 91) | public static List GetAllRemoteConfigs(RepositoryConfig rc) method RemoteConfig (line 184) | public RemoteConfig(Config rc, string remoteName) method Update (line 236) | public void Update(Config rc) method Delete (line 284) | public void Delete (Config rc) method Set (line 291) | private void Set(Config rc, string key, string currentValue, IEquatabl... method Set (line 303) | private void Set(Config rc, string key, bool currentValue, bool defaul... method Set (line 315) | private void Set(Config rc, string key, int currentValue, IEquatable specs) method SetPushRefSpecs (line 415) | public void SetPushRefSpecs(List specs) method RemoveFetchRefSpec (line 426) | public bool RemoveFetchRefSpec(RefSpec s) method AddPushRefSpec (line 436) | public bool AddPushRefSpec(RefSpec s) method RemovePushRefSpec (line 449) | public bool RemovePushRefSpec(RefSpec s) method SetTagOpt (line 458) | public void SetTagOpt(TagOpt option) FILE: GitSharp.Core/Transport/RemoteRefUpdate.cs class RemoteRefUpdate (line 53) | public class RemoteRefUpdate type UpdateStatus (line 58) | [Serializable] method RemoteRefUpdate (line 151) | public RemoteRefUpdate(Repository localDb, string srcRef, string remot... method RemoteRefUpdate (line 186) | public RemoteRefUpdate(RemoteRefUpdate baseUpdate, ObjectId newExpecte... method updateTrackingRef (line 284) | protected internal void updateTrackingRef(RevWalk.RevWalk walk) method ToString (line 292) | public override string ToString() FILE: GitSharp.Core/Transport/SideBandInputStream.cs class SideBandInputStream (line 64) | public class SideBandInputStream : Stream method SideBandInputStream (line 84) | public SideBandInputStream(Stream @in, ProgressMonitor progress) method Flush (line 98) | public override void Flush() method Seek (line 106) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 114) | public override void SetLength(long value) method Write (line 122) | public override void Write(byte[] buffer, int offset, int count) method ReadByte (line 179) | public override int ReadByte() method Read (line 188) | public override int Read(byte[] buffer, int offset, int count) method needDataPacket (line 207) | private void needDataPacket() method progress (line 241) | private void progress(string pkt) method doProgressLine (line 267) | private bool doProgressLine(string msg) method beginTask (line 304) | private void beginTask(int totalWorkUnits) method readString (line 309) | private string readString(int len) FILE: GitSharp.Core/Transport/SideBandOutputStream.cs class SideBandOutputStream (line 51) | public class SideBandOutputStream : Stream method SideBandOutputStream (line 82) | public SideBandOutputStream(int chan, int sz, Stream os) method Flush (line 100) | public override void Flush() method Write (line 107) | public override void Write(byte[] b, int off, int len) method Write (line 137) | public void Write(int b) method WriteBuffer (line 144) | private void WriteBuffer() method Seek (line 154) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 162) | public override void SetLength(long value) method Read (line 214) | public override int Read(byte[] buffer, int offset, int count) FILE: GitSharp.Core/Transport/SideBandProgressMonitor.cs class SideBandProgressMonitor (line 49) | public class SideBandProgressMonitor : ProgressMonitor, IDisposable method SideBandProgressMonitor (line 59) | public SideBandProgressMonitor(Stream os) method Start (line 64) | public override void Start(int totalTasks) method BeginTask (line 70) | public override void BeginTask(string title, int totalWork) method Update (line 78) | public override void Update(int completed) method display (line 107) | private void display(int cmp, string eol) method EndTask (line 146) | public override void EndTask() method Dispose (line 159) | public void Dispose() FILE: GitSharp.Core/Transport/SshConfigSessionFactory.cs class SshConfigSessionFactory (line 61) | public abstract class SshConfigSessionFactory : SshSessionFactory method getSession (line 67) | public override Session getSession(string user, string pass, string ho... method createSession (line 105) | protected Session createSession(OpenSshConfig.Host hc, string user, st... method configure (line 116) | protected abstract void configure(OpenSshConfig.Host hc, Session sessi... method getJSch (line 123) | protected JSch getJSch(OpenSshConfig.Host hc) method getDefaultJSch (line 145) | private JSch getDefaultJSch() method createDefaultJSch (line 162) | protected static JSch createDefaultJSch() method getConfig (line 170) | private OpenSshConfig getConfig() method knownHosts (line 178) | private static void knownHosts(JSch sch) method identities (line 201) | private static void identities(JSch sch) method loadIdentity (line 215) | private static void loadIdentity(JSch sch, FileInfo priv) class JSchExtensions (line 229) | public static class JSchExtensions method getIdentityNames (line 231) | public static IEnumerable getIdentityNames(this JSch jSch) FILE: GitSharp.Core/Transport/SshSessionFactory.cs class SshSessionFactory (line 54) | public abstract class SshSessionFactory method setInstance (line 71) | public static void setInstance(SshSessionFactory newFactory) method getSession (line 106) | public abstract Session getSession(string user, string pass, string ho... method releaseSession (line 115) | public void releaseSession(Session session) FILE: GitSharp.Core/Transport/SshTransport.cs class SshTransport (line 50) | public abstract class SshTransport : TcpTransport method SshTransport (line 75) | protected SshTransport(Repository local, URIish uri) method InitSession (line 106) | protected void InitSession() method close (line 133) | public override void close() FILE: GitSharp.Core/Transport/TagOpt.cs class TagOpt (line 46) | public class TagOpt method TagOpt (line 86) | private TagOpt(string o) method fromOption (line 96) | public static TagOpt fromOption(string o) FILE: GitSharp.Core/Transport/TcpTransport.cs class TcpTransport (line 45) | public abstract class TcpTransport : Transport method TcpTransport (line 58) | protected TcpTransport(Repository local, URIish uri) FILE: GitSharp.Core/Transport/TrackingRefUpdate.cs class TrackingRefUpdate (line 44) | public class TrackingRefUpdate method TrackingRefUpdate (line 48) | public TrackingRefUpdate(Repository db, RefSpec spec, AnyObjectId nv, ... method TrackingRefUpdate (line 55) | public TrackingRefUpdate(Repository db, string localName, string remot... method Update (line 129) | public void Update(RevWalk.RevWalk walk) method Delete (line 134) | public void Delete(RevWalk.RevWalk walk) FILE: GitSharp.Core/Transport/Transport.cs class Transport (line 61) | public abstract class Transport : IDisposable type Operation (line 66) | public enum Operation method open (line 93) | public static Transport open(Repository local, string remote) method open (line 111) | public static Transport open(Repository local, string remote, method openAll (line 134) | public static List openAll(Repository local, string remote) method openAll (line 155) | public static List openAll(Repository local, method open (line 181) | public static Transport open(Repository local, RemoteConfig cfg) method open (line 199) | public static Transport open(Repository local, method openAll (line 226) | public static List openAll(Repository local, RemoteConfig cfg) method openAll (line 247) | public static List openAll(Repository local, method getURIs (line 261) | private static List getURIs(RemoteConfig cfg, Operation op) method doesNotExist (line 281) | private static bool doesNotExist(RemoteConfig cfg) method open (line 292) | public static Transport open(Repository local, URIish remote) method findRemoteRefUpdatesFor (line 333) | public static ICollection findRemoteRefUpdatesFor(Rep... method ExpandPushWildcardsFor (line 379) | private static ICollection ExpandPushWildcardsFor(Repository ... method FindTrackingRefName (line 405) | private static string FindTrackingRefName(string remoteName, IEnumerab... method Transport (line 528) | protected Transport(Repository local, URIish uri) method ApplyConfig (line 624) | public void ApplyConfig(RemoteConfig cfg) method fetch (line 677) | public FetchResult fetch(ProgressMonitor monitor, List toFetch) method push (line 752) | public PushResult push(ProgressMonitor monitor, ICollection findRemoteRefUpdatesFor(List getAlternates() method openAlternate (line 158) | public override WalkRemoteObjectDatabase openAlternate(string location) method getPackNames (line 163) | public override ICollection getPackNames() method open (line 191) | public override Stream open(string path) method ReadAdvertisedRefs (line 223) | public IDictionary ReadAdvertisedRefs() method ReadAdvertisedImpl (line 245) | private static IDictionary ReadAdvertisedImpl(TextReade... method OutOfOrderAdvertisement (line 291) | private static PackProtocolException OutOfOrderAdvertisement(string n) method InvalidAdvertisement (line 296) | private static PackProtocolException InvalidAdvertisement(string n) method DuplicateAdvertisement (line 301) | private static PackProtocolException DuplicateAdvertisement(string n) method close (line 306) | public override void close() FILE: GitSharp.Core/Transport/TransportLocal.cs class TransportLocal (line 46) | public class TransportLocal : Transport, IPackTransport method TransportLocal (line 50) | public TransportLocal(Repository local, URIish uri) : base(local, uri) method canHandle (line 54) | public static bool canHandle(URIish uri) method openFetch (line 72) | public override IFetchConnection openFetch() method openPush (line 77) | public override IPushConnection openPush() method close (line 82) | public override void close() FILE: GitSharp.Core/Transport/TransportSftp.cs class TransportSftp (line 47) | public class TransportSftp : SshTransport, IWalkTransport method canHandle (line 49) | public static bool canHandle(URIish uri) method TransportSftp (line 57) | public TransportSftp(Repository local, URIish uri) method openFetch (line 62) | public override IFetchConnection openFetch() method openPush (line 70) | public override IPushConnection openPush() method NewSftp (line 78) | private ChannelSftp NewSftp() class SftpObjectDatabase (line 97) | private class SftpObjectDatabase : WalkRemoteObjectDatabase method SftpObjectDatabase (line 103) | public SftpObjectDatabase(string path, TransportSftp instance) method SftpObjectDatabase (line 135) | private SftpObjectDatabase(SftpObjectDatabase parent, string p, Tran... method getPackNames (line 156) | public override ICollection getPackNames() method open (line 193) | public override Stream open(string path) method writeFile (line 209) | public override Stream writeFile(string path, ProgressMonitor monito... method writeFile (line 234) | public override void writeFile(string path, byte[] data) method deleteFile (line 262) | public override void deleteFile(string path) method MkdirP (line 294) | private void MkdirP(string path) method getURI (line 324) | public override URIish getURI() method ReadAdvertisedRefs (line 329) | public Dictionary ReadAdvertisedRefs() method getAlternates (line 338) | public override ICollection getAlternates() method openAlternate (line 350) | public override WalkRemoteObjectDatabase openAlternate(string location) method Loose (line 355) | private static Storage Loose(Ref r) method ReadLooseRefs (line 362) | private void ReadLooseRefs(IDictionary avail, string di... method ReadRef (line 394) | private Ref ReadRef(IDictionary avail, string path, str... method CleanUp (line 440) | private void CleanUp() method close (line 458) | public override void close() FILE: GitSharp.Core/Transport/URIish.cs class URIish (line 55) | public class URIish method URIish (line 73) | public URIish(Uri u) method URIish (line 95) | public URIish(string s) method URIish (line 156) | public URIish() method URIish (line 161) | private URIish(URIish u) method SetHost (line 184) | public URIish SetHost(string n) method SetScheme (line 194) | public URIish SetScheme(string n) method SetPath (line 204) | public URIish SetPath(string n) method SetUser (line 214) | public URIish SetUser(string n) method SetPass (line 224) | public URIish SetPass(string n) method SetPort (line 234) | public URIish SetPort(int n) method GetHashCode (line 239) | public override int GetHashCode() method Eq (line 276) | private static bool Eq(string a, string b) method Equals (line 283) | public override bool Equals(object obj) method ToPrivateString (line 302) | public string ToPrivateString() method ToString (line 307) | public override string ToString() method Format (line 312) | private string Format(bool includePassword) method getHumanishName (line 386) | public string getHumanishName() method RemoveTrailingEmptyStringElements (line 420) | private static string[] RemoveTrailingEmptyStringElements(string[] ele... method system (line 438) | private SystemReader system() FILE: GitSharp.Core/Transport/UploadPack.cs class UploadPack (line 52) | public class UploadPack : IDisposable method UploadPack (line 160) | public UploadPack(Repository copyFrom) method isBiDirectionalPipe (line 207) | public bool isBiDirectionalPipe() method setBiDirectionalPipe (line 221) | public void setBiDirectionalPipe(bool twoWay) method getRefFilter (line 227) | public RefFilter getRefFilter() method setRefFilter (line 241) | public void setRefFilter(RefFilter refFilter) method Upload (line 265) | public void Upload(Stream input, Stream output, Stream messages) method Service (line 285) | private void Service() method sendAdvertisedRefs (line 322) | public void sendAdvertisedRefs(RefAdvertiser adv) method RecvWants (line 339) | private void RecvWants() method Want (line 390) | private void Want(RevObject o) method Negotiate (line 412) | private bool Negotiate() method MatchHave (line 491) | private bool MatchHave(AnyObjectId id) method AddCommonBase (line 516) | private void AddCommonBase(RevObject o) method OkToGiveUp (line 524) | private bool OkToGiveUp() method OkToGiveUpImp (line 532) | private bool OkToGiveUpImp() method WantSatisfied (line 548) | private bool WantSatisfied(RevCommit want) method SendPack (line 566) | private void SendPack() method Dispose (line 630) | public void Dispose() FILE: GitSharp.Core/Transport/WalkEncryption.cs class WalkEncryption (line 45) | public abstract class WalkEncryption method encrypt (line 52) | public abstract Stream encrypt(Stream stream); method decrypt (line 53) | public abstract Stream decrypt(Stream stream); method request (line 55) | public abstract void request(HttpWebRequest u, string prefix); method validate (line 56) | public abstract void validate(HttpWebRequest u, string p); method validateImpl (line 58) | protected void validateImpl(HttpWebRequest u, string p, string version... method error (line 76) | public IOException error(Exception why) class NoEncryption (line 86) | private class NoEncryption : WalkEncryption method request (line 88) | public override void request(HttpWebRequest u, string prefix) method validate (line 92) | public override void validate(HttpWebRequest u, string p) method decrypt (line 97) | public override Stream decrypt(Stream stream) method encrypt (line 102) | public override Stream encrypt(Stream stream) FILE: GitSharp.Core/Transport/WalkFetchConnection.cs class WalkFetchConnection (line 67) | public class WalkFetchConnection : BaseFetchConnection, IDisposable method WalkFetchConnection (line 162) | public WalkFetchConnection(IWalkTransport t, WalkRemoteObjectDatabase w) method doFetch (line 202) | protected override void doFetch(ProgressMonitor monitor, ICollection want) method Process (line 275) | private void Process(ObjectId id) method ProcessBlob (line 327) | private void ProcessBlob(RevObject obj) method ProcessTree (line 336) | private void ProcessTree(RevObject obj) method ProcessCommit (line 370) | private void ProcessCommit(RevObject obj) method ProcessTag (line 382) | private void ProcessTag(RevObject obj) method Needs (line 389) | private void Needs(RevObject obj) method DownloadObject (line 400) | private void DownloadObject(ProgressMonitor pm, AnyObjectId id) method DownloadPackedObject (line 509) | private bool DownloadPackedObject(ProgressMonitor monitor, AnyObjectId... method SwapFetchQueue (line 611) | private IIterator SwapFetchQueue() method DownloadLooseObject (line 618) | private bool DownloadLooseObject(AnyObjectId id, string looseName, Wal... method VerifyLooseObject (line 641) | private void VerifyLooseObject(AnyObjectId id, byte[] compressed) method SaveLooseObject (line 692) | private void SaveLooseObject(AnyObjectId id, byte[] compressed) method ExpandOneAlternate (line 728) | private ICollection ExpandOneAlternate(AnyOb... method MarkLocalRefsComplete (line 755) | private void MarkLocalRefsComplete(IEnumerable have) method MarkLocalObjComplete (line 782) | private void MarkLocalObjComplete(RevObject obj) method MarkLocalCommitsComplete (line 807) | private void MarkLocalCommitsComplete(int until) method PushLocalCommit (line 830) | private void PushLocalCommit(RevCommit p) method MarkTreeComplete (line 840) | private void MarkTreeComplete(RevTree tree) method RecordError (line 880) | private void RecordError(AnyObjectId id, Exception what) class RemotePack (line 894) | private class RemotePack method RemotePack (line 907) | public RemotePack(string lockMessage, List packLocks, Obje... method OpenIndex (line 932) | public void OpenIndex(ProgressMonitor pm) method DownloadPack (line 992) | public void DownloadPack(ProgressMonitor monitor) method Dispose (line 1009) | public override void Dispose() FILE: GitSharp.Core/Transport/WalkPushConnection.cs class WalkPushConnection (line 70) | public class WalkPushConnection : BaseConnection, IPushConnection method WalkPushConnection (line 105) | public WalkPushConnection(IWalkTransport walkTransport, WalkRemoteObje... method Push (line 113) | public void Push(ProgressMonitor monitor, IDictionary updates, ProgressMo... method SafeDelete (line 302) | private void SafeDelete(string path) method DeleteCommand (line 319) | private void DeleteCommand(RemoteRefUpdate u) method UpdateCommand (line 361) | private void UpdateCommand(RemoteRefUpdate u) method CreateNewRepository (line 381) | private void CreateNewRepository(IList updates) method PickHead (line 406) | private static string PickHead(IList updates) class PushRefWriter (line 438) | private class PushRefWriter : RefWriter method PushRefWriter (line 442) | public PushRefWriter(IEnumerable refs, WalkRemoteObjectDatabase... method writeFile (line 448) | protected override void writeFile(string file, byte[] content) FILE: GitSharp.Core/Transport/WalkRemoteObjectDatabase.cs class WalkRemoteObjectDatabase (line 57) | public abstract class WalkRemoteObjectDatabase : IDisposable method getURI (line 65) | public abstract URIish getURI(); method getPackNames (line 75) | public abstract ICollection getPackNames(); method getAlternates (line 92) | public abstract ICollection getAlternates(); method open (line 113) | public abstract Stream open(string path); method openAlternate (line 130) | public abstract WalkRemoteObjectDatabase openAlternate(string location); method close (line 140) | public abstract void close(); method Dispose (line 142) | public virtual void Dispose() method deleteFile (line 162) | public virtual void deleteFile(string path) method writeFile (line 195) | public virtual Stream writeFile(string path, ProgressMonitor monitor, ... method writeFile (line 221) | public virtual void writeFile(string path, byte[] data) method deleteRef (line 239) | public void deleteRef(string name) method deleteRefLog (line 251) | public void deleteRefLog(string name) method writeRef (line 266) | public void writeRef(string name, ObjectId value) method writeInfoPacks (line 293) | public void writeInfoPacks(ICollection packNames) method openReader (line 320) | public StreamReader openReader(string path) method readAlternates (line 345) | public ICollection readAlternates(string lis... method readPackedRefs (line 369) | public void readPackedRefs(Dictionary avail) method readPackedRefsImpl (line 388) | private static void readPackedRefsImpl(Dictionary avail, ... FILE: GitSharp.Core/Tree.cs class Tree (line 53) | public class Tree : TreeEntry, Treeish method CompareNames (line 73) | public static int CompareNames(byte[] a, byte[] b, int lastA, int lastB) method CompareNames (line 93) | private static int CompareNames(byte[] a, byte[] nameUTF8, int nameSta... method SubString (line 139) | private static byte[] SubString(byte[] s, int nameStart, int nameEnd) method BinarySearch (line 151) | private static int BinarySearch(TreeEntry[] entries, byte[] nameUTF8, ... method Tree (line 199) | public Tree(Repository repo) method Tree (line 213) | public Tree(Repository repo, ObjectId id, byte[] raw) method Tree (line 225) | public Tree(Tree parent, byte[] nameUTF8) method Tree (line 239) | public Tree(Tree parent, ObjectId id, byte[] nameUTF8) method Unload (line 256) | public void Unload() method AddFile (line 274) | public FileTreeEntry AddFile(string name) method AddFile (line 288) | public FileTreeEntry AddFile(byte[] s, int offset) method AddTree (line 331) | public Tree AddTree(string name) method AddTree (line 344) | public Tree AddTree(byte[] s, int offset) method AddEntry (line 376) | public void AddEntry(TreeEntry e) method InsertEntry (line 391) | private void InsertEntry(int p, TreeEntry e) method RemoveEntry (line 413) | internal void RemoveEntry(TreeEntry e) method Exists (line 483) | private bool Exists(string s, byte slast) method ExistsTree (line 493) | public bool ExistsTree(string path) method ExistsBlob (line 503) | public bool ExistsBlob(string path) method FindMember (line 508) | private TreeEntry FindMember(string s, byte slast) method FindMember (line 513) | private TreeEntry FindMember(byte[] s, byte slast, int offset) method FindBlobMember (line 546) | public TreeEntry FindBlobMember(string blobName) method findTreeMember (line 556) | public TreeEntry findTreeMember(string treeName) method Accept (line 561) | public override void Accept(TreeVisitor tv, int flags) method EnsureLoaded (line 585) | private void EnsureLoaded() method ReadTree (line 598) | private void ReadTree(byte[] raw) method ToString (line 699) | public override string ToString() FILE: GitSharp.Core/TreeEntry.cs class TreeEntry (line 47) | public abstract class TreeEntry : IComparable, IComparable method TreeEntry (line 56) | protected TreeEntry(Tree myParent, ObjectId id, byte[] nameUTF8) method CompareTo (line 143) | public int CompareTo(object obj) method CompareTo (line 156) | public int CompareTo(TreeEntry other) method Accept (line 167) | public void Accept(TreeVisitor tv) method Accept (line 172) | public abstract void Accept(TreeVisitor tv, int flags); method AppendFullName (line 174) | private void AppendFullName(StringBuilder r) method AttachParent (line 192) | public void AttachParent(Tree p) method Delete (line 197) | public void Delete() method DetachParent (line 203) | public void DetachParent() method LastChar (line 208) | public static int LastChar(GitIndex.Entry i) method LastChar (line 213) | public static int LastChar(TreeEntry treeEntry) method Rename (line 222) | public void Rename(string n) method Rename (line 227) | public void Rename(byte[] n) method SetModified (line 241) | public void SetModified() FILE: GitSharp.Core/TreeIterator.cs class TreeIterator (line 45) | public class TreeIterator type Order (line 58) | [Serializable] method TreeIterator (line 76) | public TreeIterator(Tree start) method TreeIterator (line 87) | public TreeIterator(Tree start, Order order) method TreeIterator (line 98) | private TreeIterator(Tree start, Order order, bool visitTreeNode) method NextTreeEntry (line 119) | private TreeEntry NextTreeEntry() method HasNextTreeEntry (line 136) | private bool HasNextTreeEntry() method Step (line 143) | private bool Step() method hasNext (line 181) | public bool hasNext() method next (line 186) | public TreeEntry next() FILE: GitSharp.Core/TreeVisitor.cs type TreeVisitor (line 48) | public interface TreeVisitor method StartVisitTree (line 55) | void StartVisitTree(Tree t); method EndVisitTree (line 62) | void EndVisitTree(Tree t); method VisitFile (line 69) | void VisitFile(FileTreeEntry f); method VisitSymlink (line 76) | void VisitSymlink(SymlinkTreeEntry s); method VisitGitlink (line 83) | void VisitGitlink(GitLinkTreeEntry e); FILE: GitSharp.Core/TreeVisitorWithCurrentDirectory.cs class TreeVisitorWithCurrentDirectory (line 48) | public abstract class TreeVisitorWithCurrentDirectory : TreeVisitor method TreeVisitorWithCurrentDirectory (line 53) | internal TreeVisitorWithCurrentDirectory(DirectoryInfo rootDirectory) method GetCurrentDirectory (line 59) | internal DirectoryInfo GetCurrentDirectory() method StartVisitTree (line 67) | public void StartVisitTree(Tree t) method EndVisitTree (line 76) | public virtual void EndVisitTree(Tree t) method VisitFile (line 81) | public abstract void VisitFile(FileTreeEntry f); method VisitSymlink (line 83) | public abstract void VisitSymlink(SymlinkTreeEntry s); method VisitGitlink (line 85) | public abstract void VisitGitlink(GitLinkTreeEntry e); FILE: GitSharp.Core/TreeWalk/AbstractTreeIterator.cs class AbstractTreeIterator (line 66) | public abstract class AbstractTreeIterator method AbstractTreeIterator (line 83) | protected AbstractTreeIterator() method AbstractTreeIterator (line 105) | protected AbstractTreeIterator(string prefix) method AbstractTreeIterator (line 125) | protected AbstractTreeIterator(byte[] prefix) method AbstractTreeIterator (line 151) | protected AbstractTreeIterator(AbstractTreeIterator p) method AbstractTreeIterator (line 184) | protected AbstractTreeIterator(AbstractTreeIterator p, byte[] childPat... method growPath (line 198) | public void growPath(int len) method ensurePathCapacity (line 208) | protected void ensurePathCapacity(int capacity, int length) method SetPathCapacity (line 229) | private void SetPathCapacity(int capacity, int length) method pathCompare (line 251) | public int pathCompare(AbstractTreeIterator treeIterator) method pathCompare (line 271) | public int pathCompare(AbstractTreeIterator treeIterator, int treeIter... method AlreadyMatch (line 308) | private static int AlreadyMatch(AbstractTreeIterator a, AbstractTreeIt... method LastPathChar (line 330) | private static int LastPathChar(int mode) method idEqual (line 346) | public virtual bool idEqual(AbstractTreeIterator otherIterator) method getEntryObjectId (line 357) | public virtual ObjectId getEntryObjectId() method getEntryObjectId (line 366) | public virtual void getEntryObjectId(MutableObjectId objectId) method idBuffer (line 408) | public abstract byte[] idBuffer(); method idOffset (line 416) | public abstract int idOffset(); method createSubtreeIterator (line 434) | public abstract AbstractTreeIterator createSubtreeIterator(Repository ... method createEmptyTreeIterator (line 441) | public virtual EmptyTreeIterator createEmptyTreeIterator() method createSubtreeIterator (line 466) | public virtual AbstractTreeIterator createSubtreeIterator(Repository r... method first (line 482) | public abstract bool first(); method eof (line 491) | public abstract bool eof(); method next (line 515) | public abstract void next(int delta); method back (line 537) | public abstract void back(int delta); method skip (line 547) | public virtual void skip() method stopWalk (line 559) | public virtual void stopWalk() method getName (line 583) | public void getName(byte[] buffer, int offset) FILE: GitSharp.Core/TreeWalk/CanonicalTreeParser.cs class CanonicalTreeParser (line 49) | public class CanonicalTreeParser : AbstractTreeIterator method CanonicalTreeParser (line 67) | public CanonicalTreeParser() method CanonicalTreeParser (line 95) | public CanonicalTreeParser(byte[] prefix, Repository repo, AnyObjectId... method CanonicalTreeParser (line 101) | private CanonicalTreeParser(AbstractTreeIterator p) method reset (line 112) | public void reset(byte[] treeData) method resetRoot (line 146) | public CanonicalTreeParser resetRoot(Repository repo, AnyObjectId id, ... method next (line 161) | public CanonicalTreeParser next() method reset (line 203) | public void reset(Repository repo, AnyObjectId id, WindowCursor curs) method createSubtreeIterator (line 222) | public new CanonicalTreeParser createSubtreeIterator(Repository repo, ... method createSubtreeIterator0 (line 252) | public CanonicalTreeParser createSubtreeIterator0(Repository repo, Any... method createSubtreeIterator (line 259) | public override AbstractTreeIterator createSubtreeIterator(Repository ... method idBuffer (line 272) | public override byte[] idBuffer() method idOffset (line 277) | public override int idOffset() method first (line 282) | public override bool first() method eof (line 287) | public override bool eof() method next (line 292) | public override void next(int delta) method back (line 335) | public override void back(int delta) method ParseEntry (line 386) | private void ParseEntry() FILE: GitSharp.Core/TreeWalk/EmptyTreeIterator.cs class EmptyTreeIterator (line 45) | public class EmptyTreeIterator : AbstractTreeIterator method EmptyTreeIterator (line 50) | public EmptyTreeIterator() method EmptyTreeIterator (line 60) | public EmptyTreeIterator(AbstractTreeIterator parentIterator) method EmptyTreeIterator (line 82) | public EmptyTreeIterator(AbstractTreeIterator parent, byte[] childPath... method createSubtreeIterator (line 88) | public override AbstractTreeIterator createSubtreeIterator(Repository ... method getEntryObjectId (line 93) | public override ObjectId getEntryObjectId() method idBuffer (line 98) | public override byte[] idBuffer() method idOffset (line 103) | public override int idOffset() method first (line 108) | public override bool first() method eof (line 113) | public override bool eof() method next (line 118) | public override void next(int delta) method back (line 123) | public override void back(int delta) method stopWalk (line 128) | public override void stopWalk() FILE: GitSharp.Core/TreeWalk/FileTreeIterator.cs class FileTreeIterator (line 51) | public class FileTreeIterator : WorkingTreeIterator method FileTreeIterator (line 62) | public FileTreeIterator(DirectoryInfo root) method FileTreeIterator (line 78) | public FileTreeIterator(WorkingTreeIterator p, DirectoryInfo root) method createSubtreeIterator (line 85) | public override AbstractTreeIterator createSubtreeIterator(Repository ... class FileEntry (line 124) | public class FileEntry : Entry method FileEntry (line 133) | public FileEntry(FileSystemInfo f) method OpenInputStream (line 193) | public override FileStream OpenInputStream() FILE: GitSharp.Core/TreeWalk/Filter/AndTreeFilter.cs class AndTreeFilter (line 57) | public abstract class AndTreeFilter : TreeFilter method create (line 68) | public static TreeFilter create(TreeFilter a, TreeFilter b) method create (line 85) | public static TreeFilter create(TreeFilter[] list) method create (line 106) | public static TreeFilter create(IEnumerable list) class Binary (line 116) | private class Binary : AndTreeFilter method Binary (line 122) | public Binary(TreeFilter one, TreeFilter two) method include (line 128) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 133) | public override bool shouldBeRecursive() method Clone (line 138) | public override TreeFilter Clone() method ToString (line 143) | public override string ToString() class List (line 149) | private class List : AndTreeFilter method List (line 153) | public List(TreeFilter[] list) method include (line 158) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 168) | public override bool shouldBeRecursive() method Clone (line 176) | public override TreeFilter Clone() method ToString (line 184) | public override string ToString() FILE: GitSharp.Core/TreeWalk/Filter/NotTreeFilter.cs class NotTreeFilter (line 44) | public class NotTreeFilter : TreeFilter method create (line 53) | public static TreeFilter create(TreeFilter a) method NotTreeFilter (line 60) | private NotTreeFilter(TreeFilter one) method negate (line 65) | public override TreeFilter negate() method include (line 70) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 75) | public override bool shouldBeRecursive() method Clone (line 80) | public override TreeFilter Clone() method ToString (line 86) | public override string ToString() FILE: GitSharp.Core/TreeWalk/Filter/OrTreeFilter.cs class OrTreeFilter (line 58) | public abstract class OrTreeFilter : TreeFilter method create (line 69) | public static TreeFilter create(TreeFilter a, TreeFilter b) method create (line 84) | public static TreeFilter create(TreeFilter[] list) method create (line 105) | public static TreeFilter create(IEnumerable list) class Binary (line 115) | private class Binary : OrTreeFilter method Binary (line 121) | public Binary(TreeFilter one, TreeFilter two) method include (line 127) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 132) | public override bool shouldBeRecursive() method Clone (line 137) | public override TreeFilter Clone() method ToString (line 142) | public override string ToString() class List (line 148) | private class List : OrTreeFilter method List (line 152) | public List(TreeFilter[] list) method include (line 157) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 167) | public override bool shouldBeRecursive() method Clone (line 175) | public override TreeFilter Clone() method ToString (line 183) | public override string ToString() FILE: GitSharp.Core/TreeWalk/Filter/PathFilter.cs class PathFilter (line 53) | public class PathFilter : TreeFilter method create (line 72) | public static PathFilter create(string path) method PathFilter (line 87) | private PathFilter(string s) method include (line 93) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 100) | public override bool shouldBeRecursive() method Clone (line 108) | public override TreeFilter Clone() method ToString (line 113) | public override string ToString() FILE: GitSharp.Core/TreeWalk/Filter/PathFilterGroup.cs class PathFilterGroup (line 61) | public static class PathFilterGroup method createFromStrings (line 80) | public static TreeFilter createFromStrings(IEnumerable paths) method create (line 102) | public static TreeFilter create(IEnumerable paths) method create (line 110) | private static TreeFilter create(PathFilter[] p) class Single (line 117) | public class Single : TreeFilter method Single (line 123) | public Single(PathFilter p) method include (line 129) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 139) | public override bool shouldBeRecursive() method Clone (line 144) | public override TreeFilter Clone() method ToString (line 149) | public override string ToString() class Group (line 155) | public class Group : TreeFilter method Group (line 162) | public Group(PathFilter[] p) method include (line 168) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 187) | public override bool shouldBeRecursive() method Clone (line 195) | public override TreeFilter Clone() method ToString (line 200) | public override string ToString() FILE: GitSharp.Core/TreeWalk/Filter/PathSuffixFilter.cs class PathSuffixFilter (line 53) | public class PathSuffixFilter : TreeFilter method create (line 67) | public static PathSuffixFilter create(string path) method PathSuffixFilter (line 79) | private PathSuffixFilter(string s) method Clone (line 86) | public override TreeFilter Clone() method include (line 91) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 102) | public override bool shouldBeRecursive() FILE: GitSharp.Core/TreeWalk/Filter/TreeFilter.cs class TreeFilter (line 77) | public abstract class TreeFilter class TreeFilter_ALL (line 82) | private class TreeFilter_ALL : TreeFilter method include (line 84) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 89) | public override bool shouldBeRecursive() method Clone (line 94) | public override TreeFilter Clone() method ToString (line 99) | public override string ToString() class TreeFilter_ANY_DIFF (line 120) | private class TreeFilter_ANY_DIFF : TreeFilter method include (line 124) | public override bool include(TreeWalk walker) method shouldBeRecursive (line 137) | public override bool shouldBeRecursive() method Clone (line 142) | public override TreeFilter Clone() method ToString (line 147) | public override string ToString() method negate (line 158) | public virtual TreeFilter negate() method include (line 188) | public abstract bool include(TreeWalk walker); method shouldBeRecursive (line 202) | public abstract bool shouldBeRecursive(); method Clone (line 212) | public abstract TreeFilter Clone(); method ToString (line 214) | public override string ToString() FILE: GitSharp.Core/TreeWalk/NameConflictTreeWalk.cs class NameConflictTreeWalk (line 74) | public class NameConflictTreeWalk : TreeWalk method NameConflictTreeWalk (line 85) | public NameConflictTreeWalk(Repository repo) method min (line 90) | public override AbstractTreeIterator min() method FastMin (line 121) | private AbstractTreeIterator FastMin() method NameEqual (line 203) | private static bool NameEqual(AbstractTreeIterator a, method IsTree (line 209) | private static bool IsTree(AbstractTreeIterator p) method SkipEntry (line 214) | private bool SkipEntry(AbstractTreeIterator minRef) method CombineDF (line 252) | private AbstractTreeIterator CombineDF(AbstractTreeIterator minRef) method popEntriesEqual (line 321) | public override void popEntriesEqual() method skipEntriesEqual (line 343) | public override void skipEntriesEqual() FILE: GitSharp.Core/TreeWalk/TreeWalk.cs class TreeWalk (line 69) | public class TreeWalk method ForPath (line 97) | public static TreeWalk ForPath(Repository db, string path, params AnyO... method ForPath (line 132) | public static TreeWalk ForPath(Repository db, string path, RevTree tree) method TreeWalk (line 154) | public TreeWalk(Repository repo) method getFilter (line 177) | public TreeFilter getFilter() method setFilter (line 202) | public void setFilter(TreeFilter newFilter) method reset (line 238) | public void reset() method reset (line 263) | public void reset(AnyObjectId id) method reset (line 314) | public void reset(AnyObjectId[] ids) method addTree (line 376) | public int addTree(ObjectId id) method addTree (line 401) | public int addTree(AbstractTreeIterator parentIterator) method getTreeCount (line 422) | public int getTreeCount() method next (line 447) | public bool next() method getTree (line 518) | public T getTree(int nth, Type clazz) // [henon] was Class clazz method getRawMode (line 537) | public int getRawMode(int nth) method getFileMode (line 553) | public FileMode getFileMode(int nth) method getObjectId (line 575) | public ObjectId getObjectId(int nth) method getObjectId (line 596) | public void getObjectId(MutableObjectId @out, int nth) method idEqual (line 616) | public bool idEqual(int nthA, int nthB) method getNameString (line 649) | public string getNameString() method getPathString (line 669) | public string getPathString() method getRawPath (line 681) | public byte[] getRawPath() method isPathPrefix (line 708) | public int isPathPrefix(byte[] p, int pLen) method isPathSuffix (line 766) | public bool isPathSuffix(byte[] p, int pLen) method isSubtree (line 803) | public bool isSubtree() method isPostChildren (line 815) | public bool isPostChildren() method enterSubtree (line 839) | public void enterSubtree() method min (line 866) | public virtual AbstractTreeIterator min() method popEntriesEqual (line 901) | public virtual void popEntriesEqual() method skipEntriesEqual (line 915) | public virtual void skipEntriesEqual() method ExitSubtree (line 928) | private void ExitSubtree() method ParserFor (line 949) | private CanonicalTreeParser ParserFor(AnyObjectId id) method pathOf (line 966) | public static string pathOf(AbstractTreeIterator t) FILE: GitSharp.Core/TreeWalk/WorkingTreeIterator.cs class WorkingTreeIterator (line 59) | public abstract class WorkingTreeIterator : AbstractTreeIterator method WorkingTreeIterator (line 135) | protected WorkingTreeIterator() method WorkingTreeIterator (line 155) | protected WorkingTreeIterator(string prefix) method WorkingTreeIterator (line 165) | protected WorkingTreeIterator(WorkingTreeIterator parent) method idBuffer (line 171) | public override byte[] idBuffer() method InitializeDigest (line 199) | private void InitializeDigest() method IdBufferBlob (line 217) | private byte[] IdBufferBlob(Entry entry) method idOffset (line 295) | public override int idOffset() method first (line 300) | public override bool first() method eof (line 305) | public override bool eof() method next (line 310) | public override void next(int delta) method back (line 320) | public override void back(int delta) method ParseEntry (line 326) | private void ParseEntry() method getEntryLength (line 341) | public long getEntryLength() method getEntryLastModified (line 353) | public long getEntryLastModified() method LastPathChar (line 358) | private static int LastPathChar(Entry e) method Init (line 369) | protected void Init(Entry[] list) class Entry (line 418) | public abstract class Entry method EncodeName (line 427) | public void EncodeName(Encoding enc) method ToString (line 440) | public override string ToString() method OpenInputStream (line 504) | public abstract FileStream OpenInputStream(); FILE: GitSharp.Core/Treeish.cs type Treeish (line 47) | [Complete] FILE: GitSharp.Core/UnpackedObjectCache.cs class UnpackedObjectCache (line 45) | public static class UnpackedObjectCache method Hash (line 58) | private static int Hash(long position) method UnpackedObjectCache (line 63) | static UnpackedObjectCache() method Reconfigure (line 75) | public static void Reconfigure(WindowCacheConfig cfg) method get (line 90) | public static Entry get(PackFile pack, long position) method store (line 108) | public static void store(PackFile pack, long position, method ReleaseMemory (line 132) | private static void ReleaseMemory() method purge (line 156) | public static void purge(PackFile file) method MoveToHead (line 171) | private static void MoveToHead(Slot e) method Unlink (line 187) | private static void Unlink(Slot e) method ClearEntry (line 202) | private static void ClearEntry(Slot e) class Entry (line 212) | public class Entry method Entry (line 218) | public Entry(byte[] aData, int aType) class Slot (line 225) | private class Slot : IDisposable method Dispose (line 239) | public void Dispose () FILE: GitSharp.Core/UnpackedObjectLoader.cs class UnpackedObjectLoader (line 51) | public class UnpackedObjectLoader : ObjectLoader method UnpackedObjectLoader (line 68) | public UnpackedObjectLoader(FileSystemInfo path, AnyObjectId id) method UnpackedObjectLoader (line 83) | public UnpackedObjectLoader(byte[] compressed) method ReadCompressed (line 88) | private static byte[] ReadCompressed(FileSystemInfo path) method UnpackedObjectLoader (line 98) | private UnpackedObjectLoader(byte[] compressed, AnyObjectId id) method Decompress (line 197) | private void Decompress(AnyObjectId id, Inflater inf, int p) FILE: GitSharp.Core/UserConfig.cs class UserConfig (line 44) | public class UserConfig class SectionParser (line 46) | private class SectionParser : Config.SectionParser method parse (line 48) | public UserConfig parse(Config cfg) method UserConfig (line 61) | public UserConfig(Config rc) method getAuthorName (line 70) | public string getAuthorName() method getCommitterName (line 75) | public string getCommitterName() method getAuthorEmail (line 80) | public string getAuthorEmail() method getCommitterEmail (line 85) | public string getCommitterEmail() method getNameInternal (line 90) | private string getNameInternal(Config rc, string envKey) method getEmailInternal (line 110) | private string getEmailInternal(Config rc, string envKey) method system (line 131) | private SystemReader system() FILE: GitSharp.Core/UserInfoProvider.cs class UserInfoProvider (line 43) | public abstract class UserInfoProvider : UserInfo method getPassphrase (line 50) | public string getPassphrase() method getPassword (line 55) | public string getPassword() method promptPassword (line 60) | public abstract bool promptPassword(string message); method promptPassphrase (line 61) | public abstract bool promptPassphrase(string message); method promptYesNo (line 62) | public abstract bool promptYesNo(string message); method showMessage (line 63) | public abstract void showMessage(string message); FILE: GitSharp.Core/Util/ArrayExtensions.cs class ArrayExtension (line 42) | public static class ArrayExtension method Fill (line 50) | public static void Fill(this T[] array, T value) method Fill (line 65) | public static void Fill(this T[] array, int fromIndex, int toIndex,... FILE: GitSharp.Core/Util/AtomicReferenceArray.cs class AtomicReferenceArray (line 45) | public class AtomicReferenceArray method AtomicReferenceArray (line 50) | public AtomicReferenceArray(int size) method get (line 55) | public T get(int slot) method compareAndSet (line 60) | public bool compareAndSet(int slot, T expect, T update) FILE: GitSharp.Core/Util/BigEndianBitConverter.cs class BigEndianBitConverter (line 57) | public sealed class BigEndianBitConverter : EndianBitConverter method IsLittleEndian (line 68) | public sealed override bool IsLittleEndian() method CopyBytesImpl (line 88) | protected override void CopyBytesImpl(long value, int bytes, byte[] bu... method FromBytes (line 106) | protected override long FromBytes(byte[] buffer, int startIndex, int b... FILE: GitSharp.Core/Util/CRC32.cs class Crc32 (line 41) | public class Crc32 method Crc32 (line 105) | public Crc32() method Reset (line 115) | public void Reset() method Update (line 120) | public void Update(uint value) method Update (line 125) | public void Update(byte value) method Update (line 130) | public void Update(byte[] values, int offset, int Length) method Update (line 138) | public void Update(byte[] values) FILE: GitSharp.Core/Util/CheckedOutputStream.cs class CheckedOutputStream (line 44) | public class CheckedOutputStream : System.IO.Stream method CheckedOutputStream (line 54) | public CheckedOutputStream(Stream under, Crc32 crc) method Flush (line 60) | public override void Flush() method Read (line 65) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 70) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 75) | public override void SetLength(long value) method Write (line 80) | public override void Write(byte[] buffer, int offset, int count) FILE: GitSharp.Core/Util/DateTimeExtensions.cs class DateTimeExtensions (line 43) | public static class DateTimeExtensions method ToMillisecondsSinceEpoch (line 47) | public static long ToMillisecondsSinceEpoch(this DateTimeOffset dateTi... method ToMillisecondsSinceEpoch (line 52) | public static long ToMillisecondsSinceEpoch(this DateTime dateTime) method MillisToUtcDateTime (line 62) | public static DateTime MillisToUtcDateTime(this long milliSecondsSince... method MillisToDateTimeOffset (line 67) | public static DateTimeOffset MillisToDateTimeOffset(this long milliSec... method ToIsoDateFormat (line 79) | public static string ToIsoDateFormat(this DateTime when) method ToIsoDateFormat (line 89) | public static string ToIsoDateFormat(this DateTimeOffset when) FILE: GitSharp.Core/Util/DigestOutputStream.cs class DigestOutputStream (line 50) | public class DigestOutputStream : Stream method DigestOutputStream (line 55) | public DigestOutputStream(Stream stream, MessageDigest digest) method Flush (line 77) | public override void Flush() method Read (line 99) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 104) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 109) | public override void SetLength(long value) method Write (line 114) | public override void Write(byte[] buffer, int offset, int count) method Write (line 120) | public void Write(byte[] buffer) FILE: GitSharp.Core/Util/EndianBinaryReader.cs class EndianBinaryReader (line 63) | public class EndianBinaryReader : IDisposable method EndianBinaryReader (line 95) | public EndianBinaryReader (EndianBitConverter bitConverter, method EndianBinaryReader (line 107) | public EndianBinaryReader (EndianBitConverter bitConverter, Stream str... method Close (line 171) | public void Close() method Seek (line 181) | public void Seek (int offset, SeekOrigin origin) method ReadByte (line 191) | public byte ReadByte() method ReadSByte (line 201) | public sbyte ReadSByte() method ReadBoolean (line 211) | public bool ReadBoolean() method ReadInt16 (line 222) | public short ReadInt16() method ReadInt32 (line 233) | public int ReadInt32() method ReadInt64 (line 244) | public long ReadInt64() method ReadUInt16 (line 255) | public ushort ReadUInt16() method ReadUInt32 (line 266) | public uint ReadUInt32() method ReadUInt64 (line 277) | public ulong ReadUInt64() method ReadSingle (line 288) | public float ReadSingle() method ReadDouble (line 299) | public double ReadDouble() method ReadDecimal (line 310) | public decimal ReadDecimal() method Read (line 322) | public int Read() method Read (line 345) | public int Read(char[] data, int index, int count) method Read (line 419) | public int Read(byte[] buffer, int index, int count) method ReadBytes (line 461) | public byte[] ReadBytes(int count) method ReadBytesOrThrow (line 492) | public byte[] ReadBytesOrThrow(int count) method Read7BitEncodedInt (line 506) | public int Read7BitEncodedInt() method ReadBigEndian7BitEncodedInt (line 535) | public int ReadBigEndian7BitEncodedInt() method ReadString (line 564) | public string ReadString() method CheckDisposed (line 579) | void CheckDisposed() method ReadInternal (line 593) | void ReadInternal (byte[] data, int size) method TryReadInternal (line 618) | int TryReadInternal (byte[] data, int size) method Dispose (line 639) | public void Dispose() FILE: GitSharp.Core/Util/EndianBinaryWriter.cs class EndianBinaryWriter (line 62) | public class EndianBinaryWriter : IDisposable method EndianBinaryWriter (line 86) | public EndianBinaryWriter (EndianBitConverter bitConverter, method EndianBinaryWriter (line 98) | public EndianBinaryWriter (EndianBitConverter bitConverter, Stream str... method Close (line 155) | public void Close() method Flush (line 163) | public void Flush() method Seek (line 174) | public void Seek (int offset, SeekOrigin origin) method Write (line 184) | public void Write (bool value) method Write (line 195) | public void Write (short value) method Write (line 206) | public void Write (int value) method Write (line 217) | public void Write (long value) method Write (line 228) | public void Write (ushort value) method Write (line 239) | public void Write (uint value) method Write (line 250) | public void Write (ulong value) method Write (line 261) | public void Write (float value) method Write (line 272) | public void Write (double value) method Write (line 283) | public void Write (decimal value) method Write (line 293) | public void Write (byte value) method Write (line 303) | public void Write (sbyte value) method Write (line 313) | public void Write (byte[] value) method Write (line 328) | public void Write (byte[] value, int offset, int count) method Write (line 338) | public void Write(char value) method Write (line 348) | public void Write(char[] value) method Write (line 364) | public void Write(string value) method Write7BitEncodedInt (line 382) | public void Write7BitEncodedInt(int value) method CheckDisposed (line 406) | void CheckDisposed() method WriteInternal (line 420) | void WriteInternal (byte[] bytes, int length) method Dispose (line 431) | public void Dispose() FILE: GitSharp.Core/Util/EndianBitConverter.cs class EndianBitConverter (line 59) | public abstract class EndianBitConverter method IsLittleEndian (line 71) | public abstract bool IsLittleEndian(); method DoubleToInt64Bits (line 109) | public long DoubleToInt64Bits(double value) method Int64BitsToDouble (line 121) | public double Int64BitsToDouble (long value) method SingleToInt32Bits (line 133) | public int SingleToInt32Bits(float value) method Int32BitsToSingle (line 145) | public float Int32BitsToSingle (int value) method ToBoolean (line 158) | public bool ToBoolean (byte[] value, int startIndex) method ToChar (line 170) | public char ToChar (byte[] value, int startIndex) method ToDouble (line 182) | public double ToDouble (byte[] value, int startIndex) method ToSingle (line 194) | public float ToSingle (byte[] value, int startIndex) method ToInt16 (line 205) | public short ToInt16 (byte[] value, int startIndex) method ToInt32 (line 216) | public int ToInt32 (byte[] value, int startIndex) method ToInt64 (line 227) | public long ToInt64 (byte[] value, int startIndex) method ToUInt16 (line 238) | public ushort ToUInt16 (byte[] value, int startIndex) method ToUInt32 (line 249) | public uint ToUInt32 (byte[] value, int startIndex) method ToUInt64 (line 260) | public ulong ToUInt64 (byte[] value, int startIndex) method CheckByteArgument (line 275) | static void CheckByteArgument(byte[] value, int startIndex, int bytesR... method CheckedFromBytes (line 295) | long CheckedFromBytes(byte[] value, int startIndex, int bytesToConvert) method FromBytes (line 310) | protected abstract long FromBytes(byte[] buffer, int startIndex, int b... method ToString (line 323) | public static string ToString(byte[] value) method ToString (line 338) | public static string ToString(byte[] value, int startIndex) method ToString (line 354) | public static string ToString(byte[] value, int startIndex, int length) method ToDecimal (line 368) | public decimal ToDecimal (byte[] value, int startIndex) method GetBytes (line 386) | public byte[] GetBytes(decimal value) method CopyBytes (line 404) | public void CopyBytes(decimal value, byte[] buffer, int index) method GetBytes (line 422) | byte[] GetBytes(long value, int bytes) method GetBytes (line 434) | public byte[] GetBytes(bool value) method GetBytes (line 444) | public byte[] GetBytes(char value) method GetBytes (line 454) | public byte[] GetBytes(double value) method GetBytes (line 464) | public byte[] GetBytes(short value) method GetBytes (line 474) | public byte[] GetBytes(int value) method GetBytes (line 484) | public byte[] GetBytes(long value) method GetBytes (line 494) | public byte[] GetBytes(float value) method GetBytes (line 504) | public byte[] GetBytes(ushort value) method GetBytes (line 514) | public byte[] GetBytes(uint value) method GetBytes (line 524) | public byte[] GetBytes(ulong value) method CopyBytes (line 542) | void CopyBytes(long value, int bytes, byte[] buffer, int index) method CopyBytesImpl (line 566) | protected abstract void CopyBytesImpl(long value, int bytes, byte[] bu... method CopyBytes (line 575) | public void CopyBytes(bool value, byte[] buffer, int index) method CopyBytes (line 587) | public void CopyBytes(char value, byte[] buffer, int index) method CopyBytes (line 599) | public void CopyBytes(double value, byte[] buffer, int index) method CopyBytes (line 611) | public void CopyBytes(short value, byte[] buffer, int index) method CopyBytes (line 623) | public void CopyBytes(int value, byte[] buffer, int index) method CopyBytes (line 635) | public void CopyBytes(long value, byte[] buffer, int index) method CopyBytes (line 647) | public void CopyBytes(float value, byte[] buffer, int index) method CopyBytes (line 659) | public void CopyBytes(ushort value, byte[] buffer, int index) method CopyBytes (line 671) | public void CopyBytes(uint value, byte[] buffer, int index) method CopyBytes (line 683) | public void CopyBytes(ulong value, byte[] buffer, int index) type Int32SingleUnion (line 694) | [StructLayout(LayoutKind.Explicit)] method Int32SingleUnion (line 712) | internal Int32SingleUnion(int i) method Int32SingleUnion (line 722) | internal Int32SingleUnion(float f) FILE: GitSharp.Core/Util/Endianness.cs type Endianness (line 58) | [Serializable] FILE: GitSharp.Core/Util/Extensions.cs class Extensions (line 46) | public static class Extensions method UnsignedRightShift (line 50) | public static long UnsignedRightShift(this long n, int s) //Overloaded... method UnsignedRightShift (line 60) | public static int UnsignedRightShift(this int n, int s) method AddOrReplace (line 78) | public static void AddOrReplace(this IDictionary dict, K k... method put (line 92) | public static V put(this IDictionary dict, K key, V value) method get (line 116) | public static V get(this IDictionary dict, K key) method size (line 127) | public static int size(this IDictionary dict) method GetValue (line 132) | public static V GetValue(this IDictionary dict, K key) method remove (line 136) | public static V remove(this IDictionary dict, K key) method RemoveValue (line 148) | public static V RemoveValue(this IDictionary dict, K key) method Write (line 153) | public static void Write(this BinaryWriter writer, ObjectId o) method CreateTempFile (line 158) | public static FileInfo CreateTempFile(this DirectoryInfo d, string pre... method CreateTempFile (line 163) | public static FileInfo CreateTempFile(this DirectoryInfo d, string pre... method RenameTo (line 182) | public static bool RenameTo(this FileInfo file, string newPath) method DirectoryName (line 211) | public static string DirectoryName(this FileSystemInfo fileSystemInfo) method IsDirectory (line 216) | public static bool IsDirectory(this FileSystemInfo fileSystemInfo) method IsFile (line 221) | public static bool IsFile(this FileSystemInfo fileSystemInfo) method ListFiles (line 226) | public static FileSystemInfo[] ListFiles(this FileSystemInfo fileInfo) method lastModified (line 241) | public static long lastModified(this FileInfo fi) method lastModified (line 251) | public static long lastModified(this DirectoryInfo di) method InternalLastModified (line 256) | private static long InternalLastModified(FileSystemInfo fsi, Func : IComparer method GenericComparer (line 48) | public GenericComparer(Comparison comparison) method Compare (line 55) | public int Compare(T x, T y) FILE: GitSharp.Core/Util/Hex.cs class Hex (line 46) | public static class Hex method Hex (line 53) | static Hex() method HexCharToValue (line 69) | public static byte HexCharToValue(Char c) method HexCharToValue (line 74) | private static byte HexCharToValue(byte c) method HexStringToUInt32 (line 79) | private static int HexStringToUInt32(byte[] bs, int offset) method FillHexByteArray (line 84) | public static void FillHexByteArray(byte[] dest, int offset, int value) method FillHexCharArray (line 100) | public static void FillHexCharArray(char[] dest, int offset, int value) method HexUInt32 (line 116) | public static int HexUInt32(byte[] bs, int p, int end) FILE: GitSharp.Core/Util/ICharSequence.cs type ICharSequence (line 48) | public interface ICharSequence method CharAt (line 51) | char CharAt(int index); method Length (line 53) | int Length(); method subSequence (line 55) | ICharSequence subSequence(int start, int end); method ToString (line 57) | string ToString(); FILE: GitSharp.Core/Util/IListUtil.cs class IListUtil (line 5) | public static class IListUtil method isEmpty (line 7) | public static bool isEmpty(this ICollection l) method isEmpty (line 14) | public static bool isEmpty(this IDictionary d) FILE: GitSharp.Core/Util/IO.cs class IO (line 49) | public static class IO method ReadFully (line 59) | public static byte[] ReadFully(FileInfo path) method ReadFully (line 79) | public static byte[] ReadFully(FileInfo path, int max) method ReadFully (line 105) | public static void ReadFully(Stream fd, byte[] dst, int off, int len) method ReadFully (line 135) | public static void ReadFully(Stream fd, long pos, byte[] dst, int off,... method skipFully (line 167) | public static void skipFully(Stream fd, long toSkip) FILE: GitSharp.Core/Util/IO/InterruptTimer.cs class InterruptTimer (line 88) | public class InterruptTimer method InterruptTimer (line 97) | public InterruptTimer() method InterruptTimer (line 109) | public InterruptTimer(String threadName) method begin (line 124) | public void begin(int timeout) method end (line 133) | public void end() method terminate (line 139) | public void terminate() class AlarmThread (line 150) | public class AlarmThread : Thread method AlarmThread (line 152) | public AlarmThread(String name, AlarmState q) class AutoKiller (line 175) | internal class AutoKiller method AutoKiller (line 179) | public AutoKiller(AlarmState s) class AlarmState (line 190) | public class AlarmState : Runnable method AlarmState (line 200) | public AlarmState() method run (line 205) | public void run() method begin (line 239) | public void begin(int timeout) method end (line 251) | public void end() method terminate (line 263) | public void terminate() method now (line 276) | private static long now() method wait (line 286) | private void wait(int milliseconds) method notifyAll (line 291) | private void notifyAll() FILE: GitSharp.Core/Util/IO/TimeoutStream.cs class TimeoutStream (line 60) | public class TimeoutStream : Stream method TimeoutStream (line 75) | public TimeoutStream(Stream src) method OnTimout (line 84) | private void OnTimout(object sender, ElapsedEventArgs e) method getTimeout (line 90) | public int getTimeout() method setTimeout (line 97) | public void setTimeout(int millis) method ReadByte (line 105) | public override int ReadByte() method Read (line 123) | public override int Read(byte[] buffer, int offset, int count) method Skip (line 140) | public long Skip(long cnt) method beginRead (line 157) | private void beginRead() method endRead (line 162) | private void endRead() method readTimedOut (line 167) | private static TimeoutException readTimedOut() method WriteByte (line 172) | public override void WriteByte(byte value) method Write (line 189) | public void Write(byte[] buf) method Write (line 195) | public override void Write(byte[] buf, int off, int len) method Flush (line 212) | public override void Flush() method Close (line 229) | public override void Close() method beginWrite (line 246) | private void beginWrite() method endWrite (line 251) | private void endWrite() method writeTimedOut (line 256) | private static TimeoutException writeTimedOut() method Read (line 327) | public int Read(byte[] buf) method Seek (line 345) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 358) | public override void SetLength(long value) FILE: GitSharp.Core/Util/IO/UnionInputStream.cs class UnionInputStream (line 55) | public class UnionInputStream : DumbStream class EofStream (line 59) | private class EofStream : DumbStream method Read (line 61) | public override int Read(byte[] buffer, int offset, int count) method UnionInputStream (line 72) | public UnionInputStream() method UnionInputStream (line 84) | public UnionInputStream(params Stream[] inputStreams) method head (line 90) | private Stream head() method pop (line 95) | private void pop() method add (line 111) | public void add(Stream @in) method isEmpty (line 124) | public bool isEmpty() method read (line 129) | public int read() method ReadByte (line 134) | public override int ReadByte() method Read (line 149) | public override int Read(byte[] b, int off, int len) method available (line 170) | public int available() method skip (line 175) | public long skip(long len) method Close (line 214) | public override void Close() method markSupported (line 235) | public bool markSupported() class DumbStream (line 241) | public abstract class DumbStream : Stream method Flush (line 243) | public override void Flush() method Seek (line 248) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 253) | public override void SetLength(long value) method Write (line 258) | public override void Write(byte[] buffer, int offset, int count) FILE: GitSharp.Core/Util/Inspect.cs class Inspector (line 43) | public class Inspector method Inspector (line 47) | public Inspector(Repository db) method Inspect (line 52) | public string Inspect(ObjectId id) method Inspect (line 57) | public static string Inspect(string path, string id) method Inspect (line 62) | private static string Inspect(string filename, ObjectId id) method ContentStream (line 67) | public Stream ContentStream(ObjectId id) method ContentStream (line 72) | public static Stream ContentStream(string path, string id) method ContentStream (line 77) | private static Stream ContentStream(string filename, ObjectId id) FILE: GitSharp.Core/Util/Int32.cs class Int32Extensions (line 46) | public static class Int32Extensions method BitCount (line 53) | public static int BitCount(this int n) method NumberOfTrailingZeros (line 70) | public static int NumberOfTrailingZeros(this int n) method LowestOneBit (line 90) | public static int LowestOneBit(this int n) FILE: GitSharp.Core/Util/IntList.cs class IntList (line 48) | public class IntList method IntList (line 57) | public IntList() method IntList (line 66) | public IntList(int capacity) method size (line 74) | public int size() method get (line 84) | public int get(int i) method clear (line 94) | public void clear() method add (line 103) | public void add(int n) method set (line 115) | public void set(int index, int n) method fillTo (line 131) | public void fillTo(int toIndex, int val) method grow (line 137) | private void grow() method toString (line 144) | public string toString() FILE: GitSharp.Core/Util/JavaHelper/AtomicInteger.cs class AtomicInteger (line 3) | public class AtomicInteger : AtomicValue method AtomicInteger (line 5) | public AtomicInteger(int init) method AtomicInteger (line 10) | public AtomicInteger() method InnerAdd (line 14) | protected override int InnerAdd(int value, int delta) class AtomicLong (line 30) | public class AtomicLong : AtomicValue method AtomicLong (line 32) | public AtomicLong(int init) method AtomicLong (line 37) | public AtomicLong() method InnerAdd (line 41) | protected override long InnerAdd(long value, long delta) FILE: GitSharp.Core/Util/JavaHelper/AtomicReference.cs class AtomicReference (line 42) | public class AtomicReference method AtomicReference (line 47) | public AtomicReference() : this(default(T)) method AtomicReference (line 51) | public AtomicReference(T reference) method compareAndSet (line 62) | public bool compareAndSet(T expected, T update) method set (line 79) | public void set(T update) method get (line 91) | public T get() FILE: GitSharp.Core/Util/JavaHelper/AtomicValue.cs class AtomicValue (line 43) | public abstract class AtomicValue : AtomicReference method AtomicValue (line 47) | protected AtomicValue(T init) : base(init) method AtomicValue (line 51) | protected AtomicValue() method addAndGet (line 60) | public T addAndGet(T delta) method incrementAndGet (line 75) | public T incrementAndGet() method decrementAndGet (line 87) | public T decrementAndGet() method InnerAdd (line 95) | protected abstract T InnerAdd(T value, T delta); FILE: GitSharp.Core/Util/JavaHelper/Charset.cs class Charset (line 5) | public static class Charset method forName (line 7) | public static Encoding forName(string encodingAlias) FILE: GitSharp.Core/Util/JavaHelper/Properties.cs class Properties (line 5) | public class Properties method getProperty (line 7) | public string getProperty(string key) method getProperty (line 12) | public string getProperty(string key, string defaultValue) FILE: GitSharp.Core/Util/ListIterator.cs class ListIterator (line 51) | public class ListIterator method ListIterator (line 57) | public ListIterator(List list) method hasNext (line 62) | public virtual bool hasNext() method next (line 69) | public virtual T next() method remove (line 77) | public virtual void remove() class LinkedListIterator (line 89) | public class LinkedListIterator : IIterator method LinkedListIterator (line 96) | public LinkedListIterator(LinkedList list) method hasNext (line 103) | public virtual bool hasNext() method next (line 111) | public virtual T next() method remove (line 124) | public virtual void remove() type IIterable (line 136) | public interface IIterable : IEnumerable method iterator (line 138) | IteratorBase iterator(); method size (line 139) | int size(); method get (line 140) | T get(int index); class BasicIterable (line 143) | public class BasicIterable : IIterable method BasicIterable (line 147) | public BasicIterable(IList entries) method GetEnumerator (line 152) | public IEnumerator GetEnumerator() method GetEnumerator (line 157) | IEnumerator IEnumerable.GetEnumerator() method iterator (line 162) | public IteratorBase iterator() method size (line 167) | public int size() method get (line 172) | public T get(int index) class BasicIterator (line 178) | public class BasicIterator : IteratorBase method BasicIterator (line 183) | public BasicIterator(IIterable iterable) method hasNext (line 188) | public override bool hasNext() method InnerNext (line 193) | protected override T InnerNext() class LambdaConverterIterator (line 199) | public class LambdaConverterIterator : IteratorBase iterator, Func method hasNext (line 225) | bool hasNext(); method next (line 226) | T next(); method remove (line 227) | void remove(); class IteratorBase (line 230) | public abstract class IteratorBase : IEnumerator, IIterator method hasNext (line 234) | public abstract bool hasNext(); method next (line 236) | public T next() method remove (line 242) | public virtual void remove() method InnerNext (line 247) | protected abstract T InnerNext(); method MoveNext (line 249) | public bool MoveNext() method Reset (line 260) | public virtual void Reset() method Dispose (line 275) | public virtual void Dispose() FILE: GitSharp.Core/Util/LittleEndianBitConverter.cs class LittleEndianBitConverter (line 57) | public sealed class LittleEndianBitConverter : EndianBitConverter method IsLittleEndian (line 68) | public sealed override bool IsLittleEndian() method CopyBytesImpl (line 88) | protected override void CopyBytesImpl(long value, int bytes, byte[] bu... method FromBytes (line 105) | protected override long FromBytes(byte[] buffer, int startIndex, int b... FILE: GitSharp.Core/Util/LongList.cs class LongList (line 43) | public class LongList { method LongList (line 49) | public LongList() : this(10) { method LongList (line 59) | public LongList(int capacity) { method size (line 64) | public int size() { method get (line 75) | public long get(int i) { method clear (line 82) | public void clear() { method add (line 92) | public void add(long n) { method set (line 106) | public void set(int index, long n) { method fillTo (line 125) | public void fillTo(int toIndex, long val) { method grow (line 130) | private void grow() { method toString (line 136) | public String toString() { FILE: GitSharp.Core/Util/MessageDigest.cs class MessageDigest (line 46) | public abstract class MessageDigest : IDisposable method getInstance (line 48) | public static MessageDigest getInstance(string algorithm) method Digest (line 61) | public abstract byte[] Digest(); method Digest (line 62) | public abstract byte[] Digest(byte[] input); method Reset (line 63) | public abstract void Reset(); method Update (line 64) | public abstract void Update(byte input); method Update (line 65) | public abstract void Update(byte[] input); method Update (line 66) | public abstract void Update(byte[] input, int index, int count); method Dispose (line 67) | public abstract void Dispose(); method MessageDigest (line 75) | public MessageDigest() method Init (line 80) | private void Init() method Digest (line 86) | public override byte[] Digest() method Digest (line 94) | public override byte[] Digest(byte[] input) method Reset (line 103) | public override void Reset() method Update (line 109) | public override void Update(byte input) method Update (line 114) | public override void Update(byte[] input) method Update (line 119) | public override void Update(byte[] input, int index, int count) method Dispose (line 124) | public override void Dispose() class MessageDigest (line 70) | public class MessageDigest : MessageDigest where TAlgorithm ... method getInstance (line 48) | public static MessageDigest getInstance(string algorithm) method Digest (line 61) | public abstract byte[] Digest(); method Digest (line 62) | public abstract byte[] Digest(byte[] input); method Reset (line 63) | public abstract void Reset(); method Update (line 64) | public abstract void Update(byte input); method Update (line 65) | public abstract void Update(byte[] input); method Update (line 66) | public abstract void Update(byte[] input, int index, int count); method Dispose (line 67) | public abstract void Dispose(); method MessageDigest (line 75) | public MessageDigest() method Init (line 80) | private void Init() method Digest (line 86) | public override byte[] Digest() method Digest (line 94) | public override byte[] Digest(byte[] input) method Reset (line 103) | public override void Reset() method Update (line 109) | public override void Update(byte input) method Update (line 114) | public override void Update(byte[] input) method Update (line 119) | public override void Update(byte[] input, int index, int count) method Dispose (line 124) | public override void Dispose() FILE: GitSharp.Core/Util/MutableInteger.cs class MutableInteger (line 48) | public class MutableInteger FILE: GitSharp.Core/Util/NB.cs class NB (line 51) | public static class NB // [henon] need public for testsuite method CompareUInt32 (line 63) | public static int CompareUInt32(int a, int b) method decodeUInt16 (line 85) | public static int decodeUInt16(byte[] intbuf, int offset) method decodeUInt32 (line 103) | public static long decodeUInt32(byte[] intbuf, int offset) method DecodeUInt32 (line 125) | public static long DecodeUInt32(byte[] intbuf, int offset) method DecodeInt32 (line 142) | public static int DecodeInt32(byte[] intbuf, int offset) method DecodeUInt64 (line 159) | public static long DecodeUInt64(byte[] intbuf, int offset) method DecimalToBase (line 172) | public static string DecimalToBase(int iDec, int numbase) // [henon] n... method BaseToDecimal (line 185) | public static int BaseToDecimal(string sBase, int numBase) method encodeInt16 (line 208) | public static void encodeInt16(byte[] intbuf, int offset, int v) method encodeInt32 (line 228) | public static void encodeInt32(byte[] intbuf, int offset, int v) method encodeInt64 (line 254) | public static void encodeInt64(byte[] intbuf, int offset, long v) method ConvertUnsignedByteToSigned (line 286) | public static sbyte ConvertUnsignedByteToSigned(byte b) FILE: GitSharp.Core/Util/NestedDictionary.cs class NestedDictionary (line 52) | public sealed class NestedDictionary : NestedDictionaryBase : NestedDictionaryBase<... method CreateDictionary (line 107) | internal override IDictionary> CreateD... class NestedDictionaryBase (line 123) | public abstract class NestedDictionaryBase : IDictionary,... method NestedDictionaryBase (line 129) | protected NestedDictionaryBase() method NestedDictionaryBase (line 133) | protected NestedDictionaryBase(V value) method CreateDictionary (line 158) | internal virtual IDictionary CreateDictionary() method ToArray (line 167) | public virtual D[] ToArray() method As (line 178) | public virtual T As() method Add (line 186) | public virtual D Add(K key) method Add (line 196) | public virtual D Add(K key, V value) method AddRange (line 203) | public virtual void AddRange(IDictionary dict) method Add (line 213) | void IDictionary.Add(K key, D value) method ContainsKey (line 218) | public bool ContainsKey(K key) method Remove (line 228) | public bool Remove(K key) method TryGetValue (line 233) | public bool TryGetValue(K key, out D value) method Add (line 264) | public void Add(KeyValuePair item) method Clear (line 269) | public void Clear() method Contains (line 274) | public bool Contains(KeyValuePair item) method CopyTo (line 279) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 294) | public bool Remove(KeyValuePair item) method GetEnumerator (line 303) | public IEnumerator> GetEnumerator() method GetEnumerator (line 312) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method GetSchema (line 344) | public System.Xml.Schema.XmlSchema GetSchema() method ReadXml (line 349) | public void ReadXml(System.Xml.XmlReader reader) method WriteXml (line 354) | public void WriteXml(System.Xml.XmlWriter writer) FILE: GitSharp.Core/Util/PathUtil.cs class PathUtil (line 50) | public static class PathUtil method Combine (line 52) | public static string Combine(params string[] paths) method CombineDirectoryPath (line 66) | public static DirectoryInfo CombineDirectoryPath(DirectoryInfo path, s... method CombineFilePath (line 71) | public static FileInfo CombineFilePath(DirectoryInfo path, string file... method DeleteFile (line 80) | public static bool DeleteFile(this FileSystemInfo path) method DeleteFile (line 89) | public static bool DeleteFile(string path) method RelativePath (line 113) | public static string RelativePath(string reference_path, string path) FILE: GitSharp.Core/Util/PipeStream.cs class PipeStream (line 33) | public class PipeStream : Stream method Close (line 118) | public override void Close() method Dispose (line 131) | public new void Dispose() method Flush (line 147) | public override void Flush() method CheckDisposed (line 155) | private void CheckDisposed() method Seek (line 172) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 184) | public override void SetLength(long value) method Read (line 205) | public override int Read(byte[] buffer, int offset, int count) method ReadAvailable (line 247) | private bool ReadAvailable(int count) method Write (line 265) | public override void Write(byte[] buffer, int offset, int count) FILE: GitSharp.Core/Util/QuotedString.cs class QuotedString (line 49) | public abstract class QuotedString method quote (line 83) | public abstract string quote(string instr); method dequote (line 98) | public string dequote(string instr) method dequote (line 130) | public abstract string dequote(byte[] instr, int offset, int end); class BourneStyle (line 139) | public class BourneStyle : QuotedString method quote (line 141) | public override string quote(string instr) method dequote (line 167) | public override string dequote(byte[] instr, int offset, int end) class BourneUserPathStyle (line 200) | public sealed class BourneUserPathStyle : BourneStyle method quote (line 202) | public override string quote(string instr) class GitPathStyle (line 230) | public sealed class GitPathStyle : QuotedString method GitPathStyle (line 234) | static GitPathStyle() method quote (line 270) | public override string quote(string instr) method dequote (line 309) | public override string dequote(byte[] instr, int offset, int end) method dq (line 318) | private static string dq(byte[] instr, int offset, int end) method GitPathStyle (line 396) | internal GitPathStyle() FILE: GitSharp.Core/Util/RawCharSequence.cs class RawCharSequence (line 54) | public class RawCharSequence : ICharSequence method RawCharSequence (line 75) | public RawCharSequence(byte[] buf, int start, int end) method CharAt (line 82) | public char CharAt(int index) method Length (line 87) | public int Length() method subSequence (line 92) | public ICharSequence subSequence(int start, int end) method ToString (line 97) | public override string ToString() FILE: GitSharp.Core/Util/RawParseUtils.cs class RawParseUtils (line 48) | public static class RawParseUtils method GenerateFooterLineKeyChars (line 53) | private static byte[] GenerateFooterLineKeyChars() method match (line 83) | public static int match(byte[] b, int ptr, byte[] src) method formatBase10 (line 134) | public static int formatBase10(byte[] b, int o, int value) method parseBase10 (line 176) | public static int parseBase10(byte[] b, int ptr, MutableInteger ptrRes... method parseLongBase10 (line 237) | public static long parseLongBase10(byte[] b, int ptr, MutableInteger p... method parseHexInt16 (line 293) | public static int parseHexInt16(byte[] bs, int p) method parseHexInt32 (line 323) | public static int parseHexInt32(byte[] bs, int p) method parseHexInt4 (line 346) | public static int parseHexInt4(byte digit) method parseTimeZoneOffset (line 374) | public static int parseTimeZoneOffset(byte[] b, int ptr) method next (line 382) | public static int next(byte[] b, int ptr, byte chrA) method nextLF (line 401) | public static int nextLF(byte[] b, int ptr) method nextLF (line 419) | public static int nextLF(byte[] b, int ptr, byte chrA) method prev (line 443) | public static int prev(byte[] b, int ptr, char chrA) method prevLF (line 466) | public static int prevLF(byte[] b, int ptr) method prevLF (line 485) | public static int prevLF(byte[] b, int ptr, char chrA) method lineMap (line 520) | public static IntList lineMap(byte[] buf, int ptr, int end) method author (line 547) | public static int author(byte[] b, int ptr) method committer (line 570) | public static int committer(byte[] b, int ptr) method tagger (line 595) | public static int tagger(byte[] b, int ptr) method encoding (line 625) | public static int encoding(byte[] b, int ptr) method parseEncoding (line 652) | public static Encoding parseEncoding(byte[] b) method parsePersonIdent (line 683) | public static PersonIdent parsePersonIdent(byte[] raw, int nameB) method parsePersonIdentOnly (line 717) | public static PersonIdent parsePersonIdentOnly(byte[] raw, int nameB) method endOfFooterLineKey (line 770) | public static int endOfFooterLineKey(byte[] raw, int ptr) method decode (line 792) | private static string decode(byte[] b, Encoding charset) method decode (line 808) | public static string decode(byte[] buffer) method decode (line 829) | public static string decode(byte[] buffer, int start, int end) method decode (line 847) | public static string decode(Encoding cs, byte[] buffer) method decode (line 870) | public static string decode(Encoding cs, byte[] buffer, int start, int... method decodeNoFallback (line 906) | public static string decodeNoFallback(Encoding cs, byte[] buffer, int ... method extractBinaryString (line 968) | public static string extractBinaryString(byte[] buffer, int start, int... method commitMessage (line 987) | public static int commitMessage(byte[] b, int ptr) method tagMessage (line 1012) | public static int tagMessage(byte[] b, int ptr) method endOfParagraph (line 1038) | public static int endOfParagraph(byte[] b, int start) FILE: GitSharp.Core/Util/RawSubstringPattern.cs class RawSubStringPattern (line 58) | public class RawSubStringPattern method RawSubStringPattern (line 72) | public RawSubStringPattern(string patternText) method match (line 95) | public int match(RawCharSequence rcs) method neq (line 136) | private static bool neq(byte a, byte b) method lc (line 141) | private static byte lc(byte q) method pattern (line 151) | public string pattern() method ToString (line 156) | public override string ToString() FILE: GitSharp.Core/Util/RefList.cs class RefList (line 59) | public class RefList : IIterable where T : Ref method emptyList (line 64) | public static RefList emptyList() method RefList (line 73) | public RefList(Ref[] list, int cnt) method RefList (line 83) | public RefList(RefList src) method iterator (line 89) | public IteratorBase iterator() method asList (line 95) | public ICollection asList() method size (line 102) | public int size() method isEmpty (line 108) | public bool isEmpty() method find (line 122) | public int find(string name) method contains (line 147) | public bool contains(string name) method get (line 157) | public T get(string name) method get (line 168) | public T get(int idx) method copy (line 181) | public Builder copy(int n) method set (line 197) | public RefList set(int idx, T @ref) method add (line 218) | public RefList add(int idx, T @ref) method remove (line 240) | public RefList remove(int idx) method put (line 261) | public RefList put(T @ref) method GetEnumerator (line 270) | public IEnumerator GetEnumerator() method ToString (line 275) | public override String ToString() method GetEnumerator (line 292) | IEnumerator IEnumerable.GetEnumerator() class Builder (line 301) | public class Builder where TRef : Ref method Builder (line 310) | public Builder() : method Builder (line 318) | public Builder(int capacity) method size (line 324) | public int size() method get (line 334) | public TRef get(int idx) method remove (line 343) | public void remove(int idx) method add (line 356) | public void add(TRef @ref) method addAll (line 376) | public void addAll(Ref[] src, int off, int cnt) method set (line 393) | public void set(int idx, TRef @ref) method sort (line 401) | public void sort() method toRefList (line 407) | public RefList toRefList() method ToString (line 412) | public override string ToString() FILE: GitSharp.Core/Util/RefMap.cs class RefMap (line 62) | public class RefMap : IDictionary method RefMap (line 106) | public RefMap() method RefMap (line 136) | public RefMap(string prefix, RefList packed, RefList loose, method containsKey (line 145) | public bool containsKey(string name) method get (line 150) | public Ref get(string key) method put (line 161) | public Ref put(string keyName, Ref value) method remove (line 193) | public Ref remove(string key) method isEmpty (line 219) | public bool isEmpty() method entrySet (line 224) | public EntrySet entrySet() class RefSet (line 234) | public class RefSet : IIterable method RefSet (line 238) | public RefSet(EntrySet entrySet) method GetEnumerator (line 243) | public IEnumerator GetEnumerator() method GetEnumerator (line 248) | IEnumerator IEnumerable.GetEnumerator() method iterator (line 253) | public IteratorBase iterator() method size (line 258) | public int size() method get (line 263) | public Ref get(int index) class EntrySet (line 270) | public class EntrySet : IIterable method EntrySet (line 274) | public EntrySet(RefMap refMap) method GetEnumerator (line 279) | public IEnumerator GetEnumerator() method iterator (line 284) | public IteratorBase iterator() method size (line 289) | public int size() method isEmpty (line 302) | public bool isEmpty() method clear (line 309) | public void clear() method get (line 318) | public Ent get(int index) method GetEnumerator (line 323) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 329) | public IEnumerator> GetEnumerator() method ToString (line 334) | public override string ToString() method GetEnumerator (line 351) | IEnumerator IEnumerable.GetEnumerator() method values (line 356) | public IIterable values() method toRefName (line 361) | private string toRefName(string name) method toMapKey (line 368) | private string toMapKey(Ref @ref) class SetIterator (line 376) | private class SetIterator : IteratorBase method SetIterator (line 387) | public SetIterator(RefMap refMap) method hasNext (line 398) | public override bool hasNext() method InnerNext (line 405) | protected override Ent InnerNext() method peek (line 416) | private Ent peek() method resolveLoose (line 442) | private Ref resolveLoose(Ref l) method toEntry (line 463) | private Ent toEntry(Ref p) class Ent (line 474) | public class Ent// implements Entry method Ent (line 479) | public Ent(RefMap refMap, Ref @ref) method getKey (line 485) | public string getKey() method getValue (line 490) | public Ref getValue() method setValue (line 495) | public Ref setValue(Ref value) method GetHashCode (line 502) | public override int GetHashCode() method Equals (line 507) | public override bool Equals(Object obj) method ToString (line 529) | public override string ToString() method size (line 535) | public int size() method clear (line 540) | public void clear() method keySet (line 545) | public IIterable keySet() method Add (line 557) | public void Add(KeyValuePair item) method Clear (line 562) | public void Clear() method Contains (line 567) | public bool Contains(KeyValuePair item) method CopyTo (line 572) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 577) | public bool Remove(KeyValuePair item) method ContainsKey (line 592) | public bool ContainsKey(string key) method Add (line 597) | public void Add(string key, Ref value) method Remove (line 602) | public bool Remove(string key) method TryGetValue (line 615) | public bool TryGetValue(string key, out Ref value) FILE: GitSharp.Core/Util/Stream.cs class FileStreamExtensions (line 45) | public static class FileStreamExtensions method toArray (line 47) | public static byte[] toArray(this Stream stream) method Clear (line 75) | public static void Clear(this MemoryStream ms) method available (line 82) | public static long available(this Stream stream) method skip (line 92) | public static long skip(this Stream stream, long numberOfBytesToSkip) FILE: GitSharp.Core/Util/StringExtension.cs class StringExtension (line 44) | public static class StringExtension method Slice (line 61) | public static string Slice(this string longstring, int beginIndex, int... method getBytes (line 78) | public static byte[] getBytes(this string plainString, string encoding... method getBytes (line 94) | public static byte[] getBytes(this string plainString) method compareTo (line 105) | public static int compareTo(this string inputString, string stringToCo... FILE: GitSharp.Core/Util/StringUtils.cs class StringUtils (line 47) | public static class StringUtils method StringUtils (line 51) | static StringUtils() method toLowerCase (line 71) | public static char toLowerCase(char c) method toLowerCase (line 87) | public static string toLowerCase(string @in) method equalsIgnoreCase (line 105) | public static bool equalsIgnoreCase(string a, string b) method toBoolean (line 132) | public static bool toBoolean(string stringValue) FILE: GitSharp.Core/Util/TemporaryBuffer.cs class TemporaryBuffer (line 52) | public abstract class TemporaryBuffer : IDisposable method TemporaryBuffer (line 81) | protected TemporaryBuffer(int limit) method write (line 87) | public void write(int b) method write (line 110) | public void write(byte[] b, int off, int len) method write (line 139) | public void write(byte[] bytes) method copy (line 151) | public void copy(Stream @in) method ToArray (line 202) | public virtual byte[] ToArray() method writeTo (line 230) | public virtual void writeTo(Stream os, ProgressMonitor pm) method reset (line 247) | public void reset() method overflow (line 265) | protected abstract Stream overflow(); method last (line 267) | private Block last() method reachedInCoreLimit (line 272) | private bool reachedInCoreLimit() method close (line 290) | public virtual void close() method Dispose (line 308) | public void Dispose() method destroy (line 324) | public virtual void destroy() class LocalFileBuffer (line 360) | public class LocalFileBuffer : TemporaryBuffer method LocalFileBuffer (line 374) | public LocalFileBuffer() method LocalFileBuffer (line 386) | public LocalFileBuffer(int inCoreLimit) method overflow (line 391) | protected override Stream overflow() method ToArray (line 409) | public override byte[] ToArray() method writeTo (line 429) | public override void writeTo(Stream os, ProgressMonitor pm) method destroy (line 450) | public override void destroy() class HeapBuffer (line 474) | public class HeapBuffer : TemporaryBuffer method HeapBuffer (line 484) | public HeapBuffer(int limit) method overflow (line 489) | protected override Stream overflow() class Block (line 495) | public class Block method isFull (line 503) | public bool isFull() FILE: GitSharp.Core/Util/WeakReference.cs class WeakReference (line 45) | public class WeakReference : System.WeakReference method WeakReference (line 47) | public WeakReference(T target) method WeakReference (line 52) | public WeakReference(T target, bool trackResurrection) method get (line 70) | public T get() FILE: GitSharp.Core/WholePackedObjectLoader.cs class WholePackedObjectLoader (line 48) | public class WholePackedObjectLoader : PackedObjectLoader method WholePackedObjectLoader (line 52) | public WholePackedObjectLoader(PackFile pr, long dataOffset, long obje... method Materialize (line 59) | public override void Materialize(WindowCursor curs) FILE: GitSharp.Core/WindowCache.cs class WindowCache (line 55) | internal class WindowCache : OffsetCache method WindowCache (line 67) | static WindowCache() method Bits (line 72) | private static int Bits(int newSize) method reconfigure (line 106) | [Obsolete("Use WindowCache.reconfigure(WindowCacheConfig) instead.")] method reconfigure (line 129) | public static void reconfigure(WindowCacheConfig cfg) method get (line 149) | public static ByteWindow get(PackFile pack, long offset) method Purge (line 165) | public static void Purge(PackFile pack) method WindowCache (line 170) | private WindowCache(WindowCacheConfig cfg) method getOpenFiles (line 193) | public int getOpenFiles() method getOpenBytes (line 198) | public long getOpenBytes() method hash (line 203) | internal override int hash(int packHash, long position) method load (line 208) | internal override ByteWindow load(PackFile pack, long offset) method createRef (line 230) | internal override WindowRef createRef(PackFile p, long o, ByteWindow v) method clear (line 237) | internal override void clear(WindowRef @ref) method Close (line 243) | private void Close(PackFile pack) method isFull (line 249) | internal override bool isFull() method ToStart (line 254) | private long ToStart(long offset) method TableSize (line 259) | private static int TableSize(WindowCacheConfig cfg) method LockCount (line 277) | private static int LockCount(WindowCacheConfig cfg) class WindowRef (line 284) | internal class WindowRef : OffsetCache ListFiles(FileSystemInfo file) method ListFiles (line 308) | private void ListFiles(FileSystemInfo dir, ICollection list) method PrescanTwoTrees (line 321) | internal void PrescanTwoTrees() method ProcessEntry (line 373) | private void ProcessEntry(TreeEntry h, TreeEntry m, GitIndex.Entry i) method HasParentBlob (line 481) | private static bool HasParentBlob(Tree t, string name) method CheckConflictsWithFile (line 492) | private void CheckConflictsWithFile(FileSystemInfo file) FILE: GitSharp.Core/WriteTree.cs class WriteTree (line 50) | public class WriteTree : TreeVisitorWithCurrentDirectory method WriteTree (line 59) | public WriteTree(DirectoryInfo sourceDirectory, Repository db) method VisitFile (line 65) | public override void VisitFile(FileTreeEntry f) method VisitSymlink (line 70) | public override void VisitSymlink(SymlinkTreeEntry s) method EndVisitTree (line 81) | public override void EndVisitTree(Tree t) method VisitGitlink (line 87) | public override void VisitGitlink(GitLinkTreeEntry e) FILE: GitSharp.Tests/Git/CLI/CustomOptionTests.cs class CustomOptionTests (line 49) | [TestFixture] method CanParseOptions (line 52) | [Test] class UnitTest (line 73) | public class UnitTest : TextBuiltin method Run (line 100) | override public void Run(string[] args) FILE: GitSharp.Tests/Git/CLI/OptionContextTest.cs class OptionContextTest (line 46) | [TestFixture] method Exceptions (line 48) | [Test] FILE: GitSharp.Tests/Git/CLI/OptionSetTest.cs class FooConverter (line 50) | class FooConverter : TypeConverter { method CanConvertFrom (line 51) | public override bool CanConvertFrom (ITypeDescriptorContext context, T... method ConvertFrom (line 58) | public override object ConvertFrom (ITypeDescriptorContext context, class Foo (line 73) | [TypeConverter (typeof(FooConverter))] method Foo (line 78) | Foo (string s) { this.s = s; } method ToString (line 79) | public override string ToString () {return s;} class OptionSetTest (line 82) | [TestFixture] method _ (line 84) | static IEnumerable _ (params string[] a) method BundledValues (line 89) | [Test] method RequiredValues (line 116) | [Test] method OptionalValues (line 137) | [Test] method BooleanValues (line 178) | [Test] method CombinationPlatter (line 193) | [Test] method Exceptions (line 227) | [Test] method WriteOptionDescriptions (line 275) | [Test] method OptionBundling (line 342) | [Test] method HaltProcessing (line 362) | [Test] method KeyValueOptions (line 376) | [Test] method AssertDictionary (line 437) | static void AssertDictionary (Dictionary d... class CustomOption (line 453) | class CustomOption : Option { method CustomOption (line 456) | public CustomOption (string p, string d, int c, Action (Type exception, string message,... FILE: GitSharp.Tests/GitSharp.Core/AbbreviatedObjectIdTest.cs class AbbreviatedObjectIdTest (line 45) | [TestFixture] method testEmpty_FromByteArray (line 49) | [Test] method testEmpty_FromString (line 59) | [Test] method testFull_FromByteArray (line 69) | [Test] method testFull_FromString (line 86) | [Test] method test1_FromString (line 102) | [Test] method test2_FromString (line 114) | [Test] method test3_FromString (line 126) | [Test] method test4_FromString (line 138) | [Test] method test5_FromString (line 150) | [Test] method test6_FromString (line 162) | [Test] method test7_FromString (line 174) | [Test] method test8_FromString (line 186) | [Test] method test9_FromString (line 198) | [Test] method test17_FromString (line 210) | [Test] method testEquals_Short (line 222) | [Test] method testEquals_Full (line 234) | [Test] method testNotEquals_SameLength (line 246) | [Test] method testNotEquals_DiffLength (line 257) | [Test] method testPrefixCompare_Full (line 268) | [Test] method testPrefixCompare_1 (line 288) | [Test] method testPrefixCompare_7 (line 310) | [Test] method testPrefixCompare_8 (line 332) | [Test] method testPrefixCompare_9 (line 354) | [Test] method testPrefixCompare_17 (line 376) | [Test] FILE: GitSharp.Tests/GitSharp.Core/CanReadMsysgitIndexFixture.cs class CanReadMsysgitIndexFixture (line 10) | [TestFixture] method CanReadMsysgitIndex (line 13) | [Test] method CanAddAFileToAMSysGitIndexWhereAFileIsAlreadyWaitingToBeCommitted (line 59) | [Test] method Check_entries_of_msysgit_index (line 107) | [Test] FILE: GitSharp.Tests/GitSharp.Core/ConcurrentRepackTest.cs class ConcurrentRepackTest (line 50) | [TestFixture] method setUp (line 53) | public override void setUp() method tearDown (line 60) | public override void tearDown() method testObjectInNewPack (line 67) | [Test] method testObjectMovedToNewPack1 (line 78) | [Test] method testObjectMovedWithinPack (line 105) | [Test] method testObjectMovedToNewPack2 (line 137) | [Test] method WhackCache (line 177) | private static void WhackCache() method Parse (line 183) | private RevObject Parse(AnyObjectId id) method Pack (line 188) | private FileInfo[] Pack(Core.Repository src, params RevObject[] list) method Write (line 204) | private static void Write(FileInfo[] files, PackWriter pw) method Delete (line 227) | private static void Delete(FileInfo[] list) method Touch (line 239) | private static void Touch(long begin, DirectoryInfo dir) method FullPackFileName (line 248) | private FileInfo FullPackFileName(AnyObjectId name) method FullIndexFileName (line 254) | private FileInfo FullIndexFileName(AnyObjectId name) method WriteBlob (line 260) | private RevObject WriteBlob(Core.Repository repo, string data) FILE: GitSharp.Tests/GitSharp.Core/ConstantsEncodingTest.cs class ConstantsEncodingTest (line 49) | [TestFixture] method testEncodeASCII_SimpleASCII (line 52) | [Test] method testEncodeASCII_FailOnNonASCII (line 62) | [Test] method testEncodeASCII_Number13 (line 72) | [Test] method testEncode_SimpleASCII (line 81) | [Test] method testEncode_Unicode (line 91) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Crc32Tests.cs class Crc32Tests (line 6) | [TestFixture] method Tests (line 9) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Diff/DiffFormatterReflowTest.cs class DiffFormatterReflowTest (line 50) | [TestFixture] method setUp (line 59) | [SetUp] method testNegativeContextFails (line 66) | [Test] method testContext0 (line 73) | [Test] method testContext1 (line 81) | [Test] method testContext3 (line 89) | [Test] method testContext5 (line 97) | [Test] method testContext10 (line 105) | [Test] method testContext100 (line 113) | [Test] method testEmpty1 (line 121) | [Test] method testNoNewLine1 (line 128) | [Test] method testNoNewLine2 (line 135) | [Test] method Init (line 142) | private void Init(string name) method AssertFormatted (line 149) | private void AssertFormatted(string name) method ReadFile (line 156) | private static byte[] ReadFile(string patchFile) FILE: GitSharp.Tests/GitSharp.Core/Diff/DiffTestDataGenerator.cs class DiffTestDataGenerator (line 41) | public class DiffTestDataGenerator { method generateSequence (line 52) | public static string generateSequence(int len) { method generateSequence (line 71) | public static string generateSequence(int len, int skipPeriod, FILE: GitSharp.Tests/GitSharp.Core/Diff/EditListTest.cs class EditListTest (line 45) | [TestFixture] method testEmpty (line 48) | [Test] method testAddOne (line 62) | [Test] method testAddTwo (line 86) | [Test] method testSet (line 116) | [Test] method testRemove (line 128) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Diff/EditTest.cs class EditTest (line 44) | [TestFixture] method testCreate (line 47) | [Test] method testCreateEmpty (line 57) | [Test] method testSwap (line 67) | [Test] method testType_Insert (line 78) | [Test] method testType_Delete (line 85) | [Test] method testType_Replace (line 92) | [Test] method testType_Empty (line 99) | [Test] method testToString (line 106) | [Test] method testEquals1 (line 113) | [Test] method testNotEquals1 (line 126) | [Test] method testNotEquals2 (line 132) | [Test] method testNotEquals3 (line 138) | [Test] method testNotEquals4 (line 144) | [Test] method testExtendA (line 150) | [Test] method testExtendB (line 162) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Diff/MyersDiffPerformanceTest.cs class MyersDiffPerformanceTest (line 55) | [TestFixture] class PerfData (line 66) | public class PerfData : IComparable method perf1 (line 80) | public double perf1() method perf2 (line 87) | public double perf2() method toString (line 94) | public string toString() method CompareTo (line 102) | public int CompareTo(PerfData o2) method test (line 113) | [Ignore("This runs too long and hinders development. It can be run in ... method test (line 150) | private PerfData test(int characters) class CharArray (line 181) | private class CharArray : Sequence method CharArray (line 185) | public CharArray(string s) method size (line 190) | public int size() method equals (line 195) | public bool equals(int i, Sequence other, int j) FILE: GitSharp.Tests/GitSharp.Core/Diff/MyersDiffTest.cs class MyersDiffTest (line 43) | public class MyersDiffTest { method testAtEnd (line 44) | [Test] method testA (line 50) | [Test] method testB (line 56) | [Test] method testC (line 62) | [Test] method testD (line 68) | [Test] method testE (line 74) | [Test] method testAtStart (line 80) | [Test] method testSimple (line 85) | [Test] method assertDiff (line 94) | public void assertDiff(string a, string b, string edits) { method toString (line 99) | private static string toString(EditList list) { method toCharArray (line 108) | private static CharArray toCharArray(string s) { method toString (line 112) | protected static string toString(Sequence seq, int begin, int end) { method toString (line 117) | protected static string toString(CharArray a, CharArray b, class CharArray (line 129) | protected class CharArray : Sequence { method CharArray (line 131) | public CharArray(string s) { array = s.ToCharArray(); } method size (line 132) | public int size() { return array.Length; } method equals (line 133) | public bool equals(int i, Sequence other, int j) { FILE: GitSharp.Tests/GitSharp.Core/Diff/RawTextTest.cs class RawTextTest (line 47) | [TestFixture] method testEmpty (line 50) | [Test] method testEquals (line 57) | [Test] method testWriteLine1 (line 75) | [Test] method testWriteLine2 (line 85) | [Test] method testWriteLine3 (line 95) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheBasicTest.cs class DirCacheBasicTest (line 49) | [TestFixture] method testReadMissing_RealIndex (line 52) | [Test] method testReadMissing_TempIndex (line 63) | [Test] method testLockMissing_RealIndex (line 74) | [Test] method testLockMissing_TempIndex (line 93) | [Test] method testWriteEmptyUnlock_RealIndex (line 112) | [Test] method testWriteEmptyCommit_RealIndex (line 130) | [Test] method testWriteEmptyReadEmpty_RealIndex (line 149) | [Test] method testWriteEmptyLockEmpty_RealIndex (line 166) | [Test] method testBuildThenClear (line 186) | [Test] method testFindOnEmpty (line 213) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheBuilderIteratorTest.cs class DirCacheBuilderIteratorTest (line 46) | [TestFixture] method testPathFilterGroup_DoesNotSkipTail (line 49) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheBuilderTest.cs class DirCacheBuilderTest (line 50) | [TestFixture] method testBuildEmpty (line 54) | [Test] method testBuildRejectsUnsetFileMode (line 68) | [Test] method testBuildOneFile_FinishWriteCommit (line 87) | [Test] method testBuildOneFile_Commit (line 136) | [Test] method testFindSingleFile (line 183) | [Test] method testAdd_InGitSortOrder (line 211) | [Test] method testAdd_ReverseGitSortOrder (line 239) | [Test] method testBuilderClear (line 267) | [Test] method real (line 293) | private static int real(int eIdx) FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheCGitCompatabilityTest.cs class DirCacheCGitCompatabilityTest (line 53) | [TestFixture] method testReadIndex_LsFiles (line 58) | [Test] method testTreeWalk_LsFiles (line 75) | [Test] method testReadIndex_DirCacheTree (line 99) | [Test] method testUnsupportedOptionalExtension (line 136) | [Test] method testUnsupportedRequiredExtension (line 145) | [Test] method testCorruptChecksumAtFooter (line 161) | [Test] method AssertAreEqual (line 177) | private static void AssertAreEqual(CGitIndexRecord c, DirCacheEntry j) method ReadLsFiles (line 188) | private static List ReadLsFiles() method pathOf (line 203) | private static FileInfo pathOf(string name) method ReadLsTree (line 207) | private static List ReadLsTree() class CGitIndexRecord (line 224) | private class CGitIndexRecord method CGitIndexRecord (line 231) | public CGitIndexRecord(string line) class CGitLsTreeRecord (line 243) | private class CGitLsTreeRecord method CGitLsTreeRecord (line 249) | public CGitLsTreeRecord(string line) FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheEntryTest.cs class DirCacheEntryTest (line 45) | [TestFixture] method testIsValidPath (line 48) | [Test] method isValidPath (line 64) | private static bool isValidPath(string path) method testCreate_ByStringPath (line 69) | [Test] method testCreate_ByStringPathAndStage (line 86) | [Test] method testSetFileMode (line 138) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheFindTest.cs class DirCacheFindTest (line 46) | [TestFixture] method testEntriesWithin (line 49) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheIteratorTest.cs class DirCacheIteratorTest (line 48) | [TestFixture] method testEmptyTree_NoTreeWalk (line 51) | [Test] method testEmptyTree_WithTreeWalk (line 61) | [Test] method testNoSubtree_NoTreeWalk (line 73) | [Test] method testNoSubtree_WithTreeWalk (line 107) | [Test] method testSingleSubtree_NoRecursion (line 146) | [Test] method testSingleSubtree_Recursive (line 198) | [Test] method testTwoLevelSubtree_Recursive (line 240) | [Test] method testTwoLevelSubtree_FilterPath (line 281) | [Test] FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheLargePathTest.cs class DirCacheLargePathTest (line 48) | [TestFixture] method testPath_4090 (line 51) | [Test] method testPath_4094 (line 57) | [Test] method testPath_4095 (line 63) | [Test] method testPath_4096 (line 69) | [Test] method testPath_16384 (line 75) | [Test] method testLongPath (line 81) | private void testLongPath(int len) method makeLongPath (line 112) | private static string makeLongPath(int len) FILE: GitSharp.Tests/GitSharp.Core/DirectoryCache/DirCacheTreeTest.cs class DirCacheTreeTest (line 46) | [TestFixture] method testEmptyCache_NoCacheTree (line 49) | [Test] method testEmptyCache_CreateEmptyCacheTree (line 56) | [Test] method testEmptyCache_Clear_NoCacheTree (line 71) | [Test] method testSingleSubtree (line 82) | [Test] method testTwoLevelSubtree (line 122) | [Test] method testWriteReadTree (line 179) | [Test] FILE: GitSharp.Tests/GitSharp.Core/FnMatch/FileNameMatcherTest.cs class FileNameMatcherTest (line 48) | [TestFixture] method AssertMatch (line 51) | private static void AssertMatch(string pattern, string input, bool mat... method AssertFileNameMatch (line 59) | private static void AssertFileNameMatch(string pattern, string input, ... method testVerySimplePatternCase0 (line 67) | [Test] method testVerySimplePatternCase1 (line 73) | [Test] method testVerySimplePatternCase2 (line 79) | [Test] method testVerySimplePatternCase3 (line 85) | [Test] method testVerySimplePatternCase4 (line 91) | [Test] method testVerySimpleWirdcardCase0 (line 97) | [Test] method testVerySimpleWildCardCase1 (line 103) | [Test] method testVerySimpleWildCardCase2 (line 109) | [Test] method testVerySimpleWildCardCase3 (line 115) | [Test] method testVerySimpleStarCase0 (line 121) | [Test] method testVerySimpleStarCase1 (line 127) | [Test] method testVerySimpleStarCase2 (line 133) | [Test] method testSimpleStarCase0 (line 139) | [Test] method testSimpleStarCase1 (line 145) | [Test] method testSimpleStarCase2 (line 151) | [Test] method testSimpleStarCase3 (line 157) | [Test] method testManySolutionsCase0 (line 163) | [Test] method testManySolutionsCase1 (line 169) | [Test] method testManySolutionsCase2 (line 175) | [Test] method testManySolutionsCase3 (line 181) | [Test] method testManySolutionsCase4 (line 187) | [Test] method testVerySimpleGroupCase0 (line 193) | [Test] method testVerySimpleGroupCase1 (line 199) | [Test] method testVerySimpleGroupCase2 (line 205) | [Test] method testVerySimpleGroupRangeCase0 (line 211) | [Test] method testVerySimpleGroupRangeCase1 (line 217) | [Test] method testVerySimpleGroupRangeCase2 (line 223) | [Test] method testVerySimpleGroupRangeCase3 (line 229) | [Test] method testVerySimpleGroupRangeCase4 (line 235) | [Test] method testVerySimpleGroupRangeCase5 (line 241) | [Test] method testTwoGroupsCase0 (line 247) | [Test] method testTwoGroupsCase1 (line 253) | [Test] method testTwoGroupsCase2 (line 259) | [Test] method testTwoGroupsCase3 (line 265) | [Test] method testTwoRangesInOneGroupCase0 (line 271) | [Test] method testTwoRangesInOneGroupCase1 (line 277) | [Test] method testTwoRangesInOneGroupCase2 (line 283) | [Test] method testTwoRangesInOneGroupCase3 (line 289) | [Test] method testTwoRangesInOneGroupCase4 (line 295) | [Test] method testTwoRangesInOneGroupCase5 (line 301) | [Test] method testIncompleteRangesInOneGroupCase0 (line 307) | [Test] method testIncompleteRangesInOneGroupCase1 (line 313) | [Test] method testIncompleteRangesInOneGroupCase2 (line 319) | [Test] method testCombinedRangesInOneGroupCase0 (line 325) | [Test] method testCombinedRangesInOneGroupCase1 (line 335) | [Test] method testCombinedRangesInOneGroupCase2 (line 341) | [Test] method testInversedGroupCase0 (line 347) | [Test] method testInversedGroupCase1 (line 353) | [Test] method testInversedGroupCase2 (line 359) | [Test] method testInversedGroupCase3 (line 365) | [Test] method testAlphaGroupCase0 (line 371) | [Test] method testAlphaGroupCase1 (line 377) | [Test] method testAlphaGroupCase2 (line 383) | [Test] method test2AlphaGroupsCase0 (line 390) | [Test] method testAlnumGroupCase0 (line 398) | [Test] method testAlnumGroupCase1 (line 404) | [Test] method testAlnumGroupCase2 (line 410) | [Test] method testBlankGroupCase0 (line 416) | [Test] method testBlankGroupCase1 (line 422) | [Test] method testBlankGroupCase2 (line 428) | [Test] method testBlankGroupCase3 (line 434) | [Test] method testBlankGroupCase4 (line 440) | [Test] method testCntrlGroupCase0 (line 446) | [Test] method testCntrlGroupCase1 (line 452) | [Test] method testDigitGroupCase0 (line 458) | [Test] method testDigitGroupCase1 (line 464) | [Test] method testDigitGroupCase2 (line 470) | [Test] method testDigitGroupCase3 (line 476) | [Test] method testDigitGroupCase4 (line 483) | [Test] method testDigitGroupCase5 (line 489) | [Test] method testGraphGroupCase0 (line 495) | [Test] method testGraphGroupCase1 (line 501) | [Test] method testGraphGroupCase2 (line 507) | [Test] method testGraphGroupCase3 (line 513) | [Test] method testGraphGroupCase4 (line 519) | [Test] method testGraphGroupCase5 (line 525) | [Test] method testLowerGroupCase0 (line 532) | [Test] method testLowerGroupCase1 (line 538) | [Test] method testLowerGroupCase2 (line 544) | [Test] method testLowerGroupCase3 (line 550) | [Test] method testLowerGroupCase4 (line 556) | [Test] method testLowerGroupCase5 (line 563) | [Test] method testPrintGroupCase0 (line 569) | [Test] method testPrintGroupCase1 (line 575) | [Test] method testPrintGroupCase2 (line 581) | [Test] method testPrintGroupCase3 (line 587) | [Test] method testPrintGroupCase4 (line 593) | [Test] method testPrintGroupCase5 (line 599) | [Test] method testPunctGroupCase0 (line 606) | [Test] method testPunctGroupCase1 (line 612) | [Test] method testPunctGroupCase2 (line 618) | [Test] method testPunctGroupCase3 (line 624) | [Test] method testSpaceGroupCase0 (line 630) | [Test] method testSpaceGroupCase1 (line 636) | [Test] method testSpaceGroupCase2 (line 642) | [Test] method testSpaceGroupCase3 (line 648) | [Test] method testSpaceGroupCase4 (line 654) | [Test] method testUpperGroupCase0 (line 660) | [Test] method testUpperGroupCase1 (line 666) | [Test] method testUpperGroupCase2 (line 672) | [Test] method testUpperGroupCase3 (line 678) | [Test] method testUpperGroupCase4 (line 684) | [Test] method testUpperGroupCase5 (line 691) | [Test] method testXDigitGroupCase0 (line 697) | [Test] method testXDigitGroupCase1 (line 703) | [Test] method testXDigitGroupCase2 (line 709) | [Test] method testXDigitGroupCase3 (line 715) | [Test] method testXDigitGroupCase4 (line 721) | [Test] method testXDigitGroupCase5 (line 727) | [Test] method testXDigitGroupCase6 (line 733) | [Test] method testXDigitGroupCase7 (line 739) | [Test] method testWordroupCase0 (line 745) | [Test] method testWordroupCase1 (line 751) | [Test] method testWordroupCase2 (line 758) | [Test] method testWordroupCase3 (line 764) | [Test] method testWordroupCase4 (line 770) | [Test] method testWordroupCase5 (line 776) | [Test] method testMixedGroupCase0 (line 782) | [Test] method testMixedGroupCase1 (line 788) | [Test] method testMixedGroupCase2 (line 794) | [Test] method testMixedGroupCase3 (line 800) | [Test] method testMixedGroupCase4 (line 806) | [Test] method testMixedGroupCase5 (line 812) | [Test] method testMixedGroupCase6 (line 818) | [Test] method testMixedGroupCase7 (line 824) | [Test] method testMixedGroupCase8 (line 830) | [Test] method testMixedGroupCase9 (line 836) | [Test] method testSpecialGroupCase0 (line 842) | [Test] method testSpecialGroupCase1 (line 848) | [Test] method testSpecialGroupCase2 (line 854) | [Test] method testSpecialGroupCase3 (line 860) | [Test] method testSpecialGroupCase4 (line 866) | [Test] method testSpecialGroupCase5 (line 872) | [Test] method testSpecialGroupCase6 (line 878) | [Test] method testSpecialGroupCase7 (line 884) | [Test] method testSpecialGroupCase8 (line 890) | [Test] method testSpecialGroupCase9 (line 896) | [Test] method testUnsupportedGroupCase0 (line 902) | [Test] method testUnsupportedGroupCase1 (line 915) | [Test] method testFilePathSimpleCase (line 928) | [Test] method testFilePathCase0 (line 934) | [Test] method testFilePathCase1 (line 940) | [Test] method testFilePathCase2 (line 946) | [Test] method testFilePathCase3 (line 952) | [Test] method testReset (line 958) | [Test] method testCreateMatcherForSuffix (line 983) | [Test] method testCopyConstructor (line 1018) | [Test] FILE: GitSharp.Tests/GitSharp.Core/IgnoreHandlerTest.cs class IgnoreHandlerTests (line 46) | [TestFixture] method HonorsExcludeFile (line 51) | [Test] method HonorsConfigExcludes (line 60) | [Test] method HonorsTopLevelIgnore (line 69) | [Test] method TestNegated (line 78) | [Test] method MultipleIgnoreFiles (line 88) | [Test] method PatternsWithPathComponent (line 103) | [Ignore("Patterns with path components are not yet implemented!")] method WriteExclude (line 116) | private void WriteExclude(string data) method WriteConfigExcludes (line 121) | private void WriteConfigExcludes(string path, string data) method WriteIgnore (line 127) | private void WriteIgnore(string dir, string data) FILE: GitSharp.Tests/GitSharp.Core/IndexDiffTest.cs class IndexDiffTest (line 46) | [TestFixture] method testAdded (line 50) | [Test] method testAdded2 (line 71) | [Test] method testUpdateExistingMsysgitIndex (line 89) | [Test] method testModified (line 109) | [Test] method testRemoved (line 139) | [Test] method testUnchangedComplex (line 166) | [Test] method testUnchangedSimple (line 204) | [Test] FILE: GitSharp.Tests/GitSharp.Core/IndexModifiedTests.cs class IndexModifiedTests (line 12) | [TestFixture] method ShouldSupportExtensionlessFiles (line 15) | [Test] method ShouldSupportNotModifiedExtensionlessFilesWithoutContentChecking (line 31) | [Test] method ShouldAllowComparingOfAlreadyOpenedFile (line 47) | [Test] FILE: GitSharp.Tests/GitSharp.Core/IndexTreeWalkerTest.cs class IndexTreeWalkerTest (line 46) | [TestFixture] method tearDown (line 56) | public override void tearDown() method IndexTreeWalkerTest (line 66) | static IndexTreeWalkerTest() method testTreeOnlyOneLevel (line 111) | [Test] method testIndexOnlyOneLevel (line 125) | [Test] method testBoth (line 140) | [Test] method testIndexOnlySubDirs (line 157) | [Test] method testLeavingTree (line 173) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Merge/CherryPickTest.cs class CherryPickTest (line 51) | [TestFixture] method TestPick (line 54) | [Test] method AssertCorrectId (line 119) | private static void AssertCorrectId(DirCache treeT, GitSharp.Core.Tree... method Commit (line 124) | private ObjectId Commit(ObjectWriter ow, DirCache treeB, ObjectId[] pa... method MakeEntry (line 133) | private DirCacheEntry MakeEntry(string path, FileMode mode) method MakeEntry (line 138) | private DirCacheEntry MakeEntry(string path, FileMode mode, string con... FILE: GitSharp.Tests/GitSharp.Core/Merge/MergeAlgorithmTest.cs class MergeAlgorithmTest (line 46) | public class MergeAlgorithmTest { method testTwoConflictingModifications (line 99) | [Test] method testOneAgainstTwoConflictingModifications (line 114) | [Test] method testNoAgainstOneModification (line 128) | [Test] method testTwoNonConflictingModifications (line 141) | [Test] method testTwoComplicatedModifications (line 154) | [Test] method testConflictAtStart (line 169) | [Test] method testConflictAtEnd (line 181) | [Test] method merge (line 186) | private string merge(string commonBase, string ours, string theirs) { FILE: GitSharp.Tests/GitSharp.Core/Merge/SimpleMergeTest.cs class SimpleMergeTest (line 49) | [TestFixture] method TestOurs (line 52) | [Test] method TestTheirs (line 61) | [Test] method TestTrivialTwoWay (line 70) | [Test] method testTrivialTwoWay_disjointhistories (line 79) | [Test] method testTrivialTwoWay_ok (line 88) | [Test] method testTrivialTwoWay_conflict (line 97) | [Test] method testTrivialTwoWay_validSubtreeSort (line 105) | [Test] method testTrivialTwoWay_concurrentSubtreeChange (line 158) | [Test] method testTrivialTwoWay_conflictSubtreeChange (line 206) | [Test] method testTrivialTwoWay_leftDFconflict1 (line 241) | [Test] method testTrivialTwoWay_rightDFconflict1 (line 275) | [Test] method testTrivialTwoWay_leftDFconflict2 (line 309) | [Test] method testTrivialTwoWay_rightDFconflict2 (line 341) | [Test] method AssertCorrectId (line 373) | private static void AssertCorrectId(DirCache treeT, GitSharp.Core.Tree... method Commit (line 378) | private ObjectId Commit(ObjectWriter ow, DirCache treeB, ObjectId[] pa... method MakeEntry (line 387) | private DirCacheEntry MakeEntry(string path, FileMode mode) method MakeEntry (line 392) | private DirCacheEntry MakeEntry(string path, FileMode mode, String con... FILE: GitSharp.Tests/GitSharp.Core/ObjectCheckerTests.cs class ObjectCheckerTests (line 48) | [TestFixture] method setUp (line 53) | [SetUp] method entry (line 63) | private static void entry(StringBuilder b, string modeName) method testCheckBlob (line 73) | [Test] method testInvalidCommitInvalidAuthor1 (line 84) | [Test] method testInvalidCommitInvalidAuthor2 (line 109) | [Test] method testInvalidCommitInvalidAuthor3 (line 134) | [Test] method testInvalidCommitInvalidAuthor4 (line 159) | [Test] method testInvalidCommitInvalidAuthor5 (line 184) | [Test] method testInvalidCommitInvalidAuthor6 (line 209) | [Test] method testInvalidCommitInvalidAuthor7 (line 234) | [Test] method testInvalidCommitInvalidCommitter (line 259) | [Test] method testInvalidCommitInvalidParent1 (line 285) | [Test] method testInvalidCommitInvalidParent2 (line 309) | [Test] method testInvalidCommitInvalidParent3 (line 334) | [Test] method testInvalidCommitInvalidParent4 (line 359) | [Test] method testInvalidCommitInvalidParent5 (line 384) | [Test] method testInvalidCommitInvalidTree1 (line 411) | [Test] method testInvalidCommitInvalidTree2 (line 432) | [Test] method testInvalidCommitInvalidTree3 (line 453) | [Test] method testInvalidCommitInvalidTree4 (line 474) | [Test] method testInvalidCommitNoAuthor (line 495) | [Test] method testInvalidCommitNoCommitter1 (line 520) | [Test] method testInvalidCommitNoCommitter2 (line 545) | [Test] method testInvalidCommitNoTree1 (line 571) | [Test] method testInvalidCommitNoTree2 (line 592) | [Test] method testInvalidCommitNoTree3 (line 613) | [Test] method testInvalidCommitNoTree4 (line 634) | [Test] method testInvalidTagInvalidTaggerHeader1 (line 655) | [Test] method testInvalidTagInvalidTaggerHeader3 (line 680) | [Test] method testInvalidTagNoObject1 (line 705) | [Test] method testInvalidTagNoObject2 (line 722) | [Test] method testInvalidTagNoObject3 (line 743) | [Test] method testInvalidTagNoObject4 (line 764) | [Test] method testInvalidTagNoObject5 (line 785) | [Test] method testInvalidTagNoObject6 (line 806) | [Test] method testValidTagHasNoTaggerHeader (line 826) | [Test] method testInvalidTagNoTagHeader1 (line 841) | [Test] method testInvalidTagNoTagHeader2 (line 864) | [Test] method testInvalidTagNoTagHeader3 (line 888) | [Test] method testInvalidTagNoType1 (line 912) | [Test] method testInvalidTagNoType2 (line 933) | [Test] method testInvalidTagNoType3 (line 956) | [Test] method testInvalidTagNoType4 (line 979) | [Test] method testInvalidTreeBadSorting1 (line 1002) | [Test] method testInvalidTreeBadSorting2 (line 1020) | [Test] method testInvalidTreeBadSorting3 (line 1038) | [Test] method testInvalidTreeDuplicateNames1 (line 1056) | [Test] method testInvalidTreeDuplicateNames2 (line 1074) | [Test] method testInvalidTreeDuplicateNames3 (line 1092) | [Test] method testInvalidTreeDuplicateNames4 (line 1110) | [Test] method testInvalidTreeModeMissingName (line 1132) | [Test] method testInvalidTreeModeNotOctal1 (line 1149) | [Test] method testInvalidTreeModeNotOctal2 (line 1166) | [Test] method testInvalidTreeModeNotSupportedMode1 (line 1183) | [Test] method testInvalidTreeModeNotSupportedMode2 (line 1200) | [Test] method testInvalidTreeModeStartsWithZero1 (line 1217) | [Test] method testInvalidTreeModeStartsWithZero2 (line 1234) | [Test] method testInvalidTreeModeStartsWithZero3 (line 1252) | [Test] method testInvalidTreeNameContainsSlash (line 1269) | [Test] method testInvalidTreeNameIsDot (line 1286) | [Test] method testInvalidTreeNameIsDotDot (line 1303) | [Test] method testInvalidTreeNameIsEmpty (line 1320) | [Test] method testInvalidTreeTruncatedInName (line 1337) | [Test] method testInvalidTreeTruncatedInObjectId (line 1354) | [Test] method testInvalidType (line 1371) | [Test] method testValidCommit128Parent (line 1386) | [Test] method testValidCommit1Parent (line 1410) | [Test] method testValidCommit2Parent (line 1431) | [Test] method testValidCommitBlankAuthor (line 1456) | [Test] method testValidCommitNoParent (line 1473) | [Test] method testValidCommitNormalTime (line 1490) | [Test] method testValidEmptyTree (line 1508) | [Test] method testValidTag (line 1515) | [Test] method testValidTree1 (line 1533) | [Test] method testValidTree2 (line 1542) | [Test] method testValidTree3 (line 1551) | [Test] method testValidTree4 (line 1560) | [Test] method testValidTree5 (line 1569) | [Test] method testValidTree6 (line 1578) | [Test] method testValidTreeSorting1 (line 1587) | [Test] method testValidTreeSorting2 (line 1597) | [Test] method testValidTreeSorting3 (line 1607) | [Test] method testValidTreeSorting4 (line 1617) | [Test] method testValidTreeSorting5 (line 1627) | [Test] method testValidTreeSorting6 (line 1638) | [Test] method testValidTreeSorting7 (line 1648) | [Test] method testValidTreeSorting8 (line 1658) | [Test] FILE: GitSharp.Tests/GitSharp.Core/ObjectIdRefTest.cs class ObjectIdRefTest (line 42) | [TestFixture] method testConstructor_PeeledStatusNotKnown (line 53) | [Test] method testConstructor_Peeled (line 85) | [Test] method testToString (line 109) | [Test] FILE: GitSharp.Tests/GitSharp.Core/PackIndexTestCase.cs class PackIndexTestCase (line 48) | public abstract class PackIndexTestCase : RepositoryTestCase method setUp (line 53) | [SetUp] method GetFileForPack34Be9032 (line 65) | protected abstract FileInfo GetFileForPack34Be9032(); method GetFileForPackdf2982F28 (line 71) | protected abstract FileInfo GetFileForPackdf2982F28(); method testCRC32 (line 76) | public abstract void testCRC32(); method testIteratorMethodsContract (line 82) | [Test] method testIteratorReturnedValues1 (line 97) | [Test] method testCompareEntriesOffsetsWithFindOffsets (line 123) | [Test] method testIteratorReturnedValues2 (line 141) | [Test] FILE: GitSharp.Tests/GitSharp.Core/PackIndexTests.cs class PackIndexTests (line 47) | [TestFixture] method ObjectList (line 50) | [Test] FILE: GitSharp.Tests/GitSharp.Core/PackIndexV1Tests.cs class PackIndexV1Test (line 49) | [TestFixture] method GetFileForPack34Be9032 (line 52) | protected override FileInfo GetFileForPack34Be9032() method GetFileForPackdf2982F28 (line 57) | protected override FileInfo GetFileForPackdf2982F28() method testCRC32 (line 65) | [Test] FILE: GitSharp.Tests/GitSharp.Core/PackIndexV2Tests.cs class PackIndexV2Tests (line 46) | [TestFixture] method GetFileForPack34Be9032 (line 49) | protected override FileInfo GetFileForPack34Be9032() method GetFileForPackdf2982F28 (line 54) | protected override FileInfo GetFileForPackdf2982F28() method testCRC32 (line 62) | [Test] FILE: GitSharp.Tests/GitSharp.Core/PackReverseIndexTest.cs class PackReverseIndexTest (line 48) | [TestFixture] method setUp (line 57) | public override void setUp() method testFindObject (line 71) | [Test] method testFindObjectWrongOffset (line 83) | [Test] method testFindNextOffset (line 92) | [Test] method testFindNextOffsetWrongOffset (line 119) | [Test] method FindFirstOffset (line 125) | private long FindFirstOffset() FILE: GitSharp.Tests/GitSharp.Core/PackWriterTest.cs class PackWriterTest (line 52) | [TestFixture] method setUp (line 68) | [SetUp] method tearDown (line 81) | [TearDown] method testIgnoreNonExistingObjects (line 95) | [Test] method testWritePack1 (line 108) | [Test] method testWritePack2SizeOffsetsVsRefs (line 122) | [Test] method testWritePack4SizeThinVsNoThin (line 141) | [Test] method testWriteIndex (line 154) | [Test] method WriteVerifyPack1 (line 191) | private void WriteVerifyPack1() method WriteVerifyPack2 (line 214) | private void WriteVerifyPack2(bool deltaReuse) method WriteVerifyPack4 (line 245) | private void WriteVerifyPack4(bool thin) method CreateVerifyOpenPack (line 277) | private void CreateVerifyOpenPack(IEnumerable interestings, method CreateVerifyOpenPack (line 287) | private void CreateVerifyOpenPack(IEnumerable objectSource) method VerifyOpenPack (line 294) | private void VerifyOpenPack(bool thin) method VerifyObjectsOrder (line 323) | private void VerifyObjectsOrder(ObjectId[] objectsOrder) method testContructor (line 342) | [Test] method testModifySettings (line 354) | [Test] method testNotIgnoreNonExistingObjects (line 371) | [Test] method testWriteEmptyPack1 (line 386) | [Test] method testWriteEmptyPack2 (line 401) | [Test] method testWritePack1NoObjectReuse (line 415) | [Test] method testWritePack2 (line 428) | [Test] method testWritePack2DeltasCRC32Copy (line 440) | [Test] method testWritePack2DeltasReuseOffsets (line 458) | [Test] method testWritePack2DeltasReuseRefs (line 470) | [Test] method testWritePack2SizeDeltasVsNoDeltas (line 482) | [Test] method testWritePack3 (line 502) | [Test] method testWritePack4 (line 536) | [Test] method testWritePack4ThinPack (line 547) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Patch/BasePatchTest.cs class BasePatchTest (line 8) | public class BasePatchTest method ParseTestPatchFile (line 13) | protected static GitSharp.Core.Patch.Patch ParseTestPatchFile(string p... method GetAllErrorsFromPatch (line 31) | protected static string GetAllErrorsFromPatch(GitSharp.Core.Patch.Patc... FILE: GitSharp.Tests/GitSharp.Core/Patch/EditListTest.cs class EditListTest (line 45) | [TestFixture] method testHunkHeader (line 48) | [Test] method testFileHeader (line 63) | [Test] method testTypes (line 74) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Patch/FileHeaderTest.cs class FileHeaderTest (line 45) | [TestFixture] method testParseGitFileName_Empty (line 48) | [Test] method testParseGitFileName_NoLF (line 58) | [Test] method testParseGitFileName_NoSecondLine (line 65) | [Test] method testParseGitFileName_EmptyHeader (line 72) | [Test] method testParseGitFileName_Foo (line 79) | [Test] method testParseGitFileName_FailFooBar (line 90) | [Test] method testParseGitFileName_FooSpBar (line 100) | [Test] method testParseGitFileName_DqFooTabBar (line 112) | [Test] method testParseGitFileName_DqFooSpLfNulBar (line 125) | [Test] method testParseGitFileName_SrcFooC (line 138) | [Test] method testParseGitFileName_SrcFooCNonStandardPrefix (line 150) | [Test] method testParseUnicodeName_NewFile (line 162) | [Test] method testParseUnicodeName_DeleteFile (line 189) | [Test] method testParseModeChange (line 217) | [Test] method testParseRename100_NewStyle (line 239) | [Test] method testParseRename100_OldStyle (line 271) | [Test] method testParseCopy100 (line 303) | [Test] method testParseFullIndexLine_WithMode (line 335) | [Test] method testParseFullIndexLine_NoMode (line 362) | [Test] method testParseAbbrIndexLine_WithMode (line 389) | [Test] method testParseAbbrIndexLine_NoMode (line 421) | [Test] method AssertParse (line 453) | private static void AssertParse(FileHeader fh) method Data (line 461) | private static FileHeader Data(string inStr) method Header (line 466) | private static FileHeader Header(string path) method GitLine (line 471) | private static string GitLine(string path) method DqHeader (line 476) | private static FileHeader DqHeader(string path) method DqGitLine (line 481) | private static string DqGitLine(string path) FILE: GitSharp.Tests/GitSharp.Core/Patch/GetTextTest.cs class GetTextTest (line 51) | [TestFixture] method testGetText_BothISO88591 (line 54) | [Test] method testGetText_NoBinary (line 66) | [Test] method testGetText_Convert (line 78) | [Test] method testGetText_DiffCc (line 99) | [Test] method ReadTestPatchFile (line 121) | private static string ReadTestPatchFile(Encoding cs) FILE: GitSharp.Tests/GitSharp.Core/Patch/PatchCcErrorTest.cs class PatchCcErrorTest (line 44) | [TestFixture] method testError_CcTruncatedOld (line 47) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Patch/PatchCcTest.cs class PatchCcTest (line 45) | [TestFixture] method testParse_OneFileCc (line 48) | [Test] method testParse_CcNewFile (line 104) | [Test] method testParse_CcDeleteFile (line 160) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Patch/PatchErrorTest.cs class PatchErrorTest (line 44) | [TestFixture] method testError_DisconnectedHunk (line 47) | [Test] method testError_TruncatedOld (line 66) | [Test] method testError_TruncatedNew (line 80) | [Test] method testError_BodyTooLong (line 94) | [Test] method testError_GarbageBetweenFiles (line 108) | [Test] method testError_GitBinaryNoForwardHunk (line 130) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Patch/PatchTest.cs class PatchTest (line 44) | [TestFixture] method testEmpty (line 47) | [Test] method testParse_ConfigCaseInsensitive (line 55) | [Test] method testParse_NoBinary (line 152) | [Test] method testParse_GitBinaryLiteral (line 192) | [Test] method testParse_GitBinaryDelta (line 242) | [Test] method testParse_FixNoNewline (line 281) | [Test] method testParse_AddNoNewline (line 317) | [Test] FILE: GitSharp.Tests/GitSharp.Core/ReadTreeTest.cs class ReadTreeTest (line 50) | [TestFixture] method assertAllEmpty (line 91) | private void assertAllEmpty() method AssertConflict (line 98) | private void AssertConflict(string s) method AssertNoConflicts (line 103) | private void AssertNoConflicts() method AssertRemoved (line 108) | private void AssertRemoved(string s) method AssertUpdated (line 113) | private void AssertUpdated(string s) method BuildIndex (line 118) | private GitIndex BuildIndex(Dictionary indexEntries) method BuildTree (line 131) | private Core.Tree BuildTree(Dictionary headEntries) method Checkout (line 144) | private void Checkout() method cleanUpDF (line 150) | private void cleanUpDF() method DoIt (line 157) | private void DoIt(Dictionary h, Dictionary MakeMap(string a) method MakeMap (line 190) | private static Dictionary MakeMap(params string[] args) method SetupCase (line 204) | private void SetupCase(Dictionary headEntries, Diction... method testCheckoutOutChanges (line 212) | [Test] method testCloseNameConflicts1 (line 236) | [Test] method testCloseNameConflictsX0 (line 246) | [Test] method testDirectoryFileConflicts_1 (line 257) | [Test] method testDirectoryFileConflicts_10 (line 266) | [Test] method testDirectoryFileConflicts_11 (line 274) | [Test] method testDirectoryFileConflicts_12 (line 281) | [Test] method testDirectoryFileConflicts_13 (line 290) | [Test] method testDirectoryFileConflicts_14 (line 301) | [Test] method testDirectoryFileConflicts_15 (line 310) | [Test] method testDirectoryFileConflicts_15b (line 318) | [Test] method testDirectoryFileConflicts_16 (line 326) | [Test] method testDirectoryFileConflicts_17 (line 335) | [Test] method testDirectoryFileConflicts_18 (line 346) | [Test] method testDirectoryFileConflicts_19 (line 355) | [Test] method testDirectoryFileConflicts_2 (line 364) | [Test] method testDirectoryFileConflicts_3 (line 373) | [Test] method testDirectoryFileConflicts_4 (line 381) | [Test] method testDirectoryFileConflicts_5 (line 389) | [Test] method testDirectoryFileConflicts_6 (line 396) | [Test] method testDirectoryFileConflicts_7 (line 405) | [Test] method testDirectoryFileConflicts_9 (line 426) | [Test] method testDirectoryFileSimple (line 434) | [Test] method testRules1thru3_NoIndexEntry (line 463) | [Test] method testRules4thru13_IndexEntryNotInHead (line 485) | [Test] method testUntrackedConflicts (line 563) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RefDirectoryTest.cs class RefDirectoryTest (line 48) | [TestFixture] method setUp (line 63) | [SetUp] method testCreate (line 78) | [Test] method testGetRefs_EmptyDatabase (line 103) | [Test] method testGetRefs_HeadOnOneBranch (line 118) | [Test] method testGetRefs_DeatchedHead1 (line 145) | [Test] method testGetRefs_DeatchedHead2 (line 166) | [Test] method testGetRefs_DeeplyNestedBranch (line 193) | [Test] method testGetRefs_HeadBranchNotBorn (line 212) | [Test] method testGetRefs_LooseOverridesPacked (line 235) | [Test] method testGetRefs_IgnoresGarbageRef1 (line 252) | [Test] method testGetRefs_IgnoresGarbageRef2 (line 269) | [Test] method testGetRefs_IgnoresGarbageRef3 (line 286) | [Test] method testGetRefs_IgnoresGarbageRef4 (line 303) | [Test] method testGetRefs_InvalidName (line 337) | [Test] method testGetRefs_HeadsOnly_AllLoose (line 347) | [Test] method testGetRefs_HeadsOnly_AllPacked1 (line 370) | [Test] method testGetRefs_HeadsOnly_SymrefToPacked (line 388) | [Test] method testGetRefs_HeadsOnly_Mixed (line 411) | [Test] method testGetRefs_TagsOnly_AllLoose (line 434) | [Test] method testGetRefs_TagsOnly_AllPacked (line 452) | [Test] method testGetRefs_DiscoversNewLoose1 (line 470) | [Test] method testGetRefs_DiscoversNewLoose2 (line 500) | [Test] method testGetRefs_DiscoversModifiedLoose (line 525) | [Test] method testGetRef_DiscoversModifiedLoose (line 540) | [Test] method testGetRefs_DiscoversDeletedLoose1 (line 556) | [Test] method testGetRef_DiscoversDeletedLoose (line 587) | [Test] method testGetRefs_DiscoversDeletedLoose2 (line 601) | [Test] method testGetRefs_DiscoversDeletedLoose3 (line 620) | [Test] method testGetRefs_DiscoversDeletedLoose4 (line 644) | [Test] method testGetRefs_DiscoversDeletedLoose5 (line 671) | [Test] method testGetRefs_SkipsLockFiles (line 693) | [Test] method testGetRefs_CycleInSymbolicRef (line 709) | [Test] method testGetRefs_PackedNotPeeled_Sorted (line 763) | [Test] method testGetRef_PackedNotPeeled_WrongSort (line 798) | [Test] method testGetRefs_PackedWithPeeled (line 829) | [Test] method testGetRef_EmptyDatabase (line 865) | [Test] method testGetRef_FetchHead (line 885) | [Test] method testGetRef_AnyHeadWithGarbage (line 903) | [Test] method testGetRefs_CorruptSymbolicReference (line 918) | [Test] method testGetRef_CorruptSymbolicReference (line 926) | [Test] method testGetRefs_CorruptObjectIdReference (line 943) | [Test] method testGetRef_CorruptObjectIdReference (line 952) | [Test] method testIsNameConflicting (line 970) | [Test] method testPeelLooseTag (line 993) | [Test] method testPeelCommit (line 1043) | [Test] method writeLooseRef (line 1069) | private void writeLooseRef(string name, AnyObjectId id) method writeLooseRef (line 1074) | private void writeLooseRef(string name, string content) method writePackedRef (line 1079) | private void writePackedRef(string name, AnyObjectId id) method writePackedRefs (line 1084) | private void writePackedRefs(string content) method deleteLooseRef (line 1090) | private void deleteLooseRef(string name) method BUG_WorkAroundRacyGitIssues (line 1107) | private void BUG_WorkAroundRacyGitIssues(string name) FILE: GitSharp.Tests/GitSharp.Core/RefTest.cs class RefTest (line 53) | [TestFixture] method writeSymref (line 56) | private void writeSymref(String src, String dst) method testReadAllIncludingSymrefs (line 71) | [Test] method testReadSymRefToPacked (line 97) | [Test] method testReadSymRefToLoosePacked (line 109) | [Test] method testReadLooseRef (line 127) | [Test] method testReadLoosePackedRef (line 141) | [Test] method testReadSimplePackedRefSameRepo (line 161) | [Test] method testResolvedNamesBranch (line 177) | [Test] method testResolvedNamesSymRef (line 184) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RefUpdateTest.cs class RefUpdateTest (line 47) | [TestFixture] method writeSymref (line 50) | private void writeSymref(string src, string dst) method updateRef (line 65) | private RefUpdate updateRef(string name) method delete (line 72) | private void delete(RefUpdate @ref, RefUpdate.RefUpdateResult expected) method delete (line 77) | private void delete(RefUpdate @ref, RefUpdate.RefUpdateResult expected, method testNoCacheObjectIdSubclass (line 85) | [Test] method testNewNamespaceConflictWithLoosePrefixNameExists (line 116) | [Test] method testNewNamespaceConflictWithPackedPrefixNameExists (line 142) | [Test] method testNewNamespaceConflictWithLoosePrefixOfExisting (line 158) | [Test] method testNewNamespaceConflictWithPackedPrefixOfExisting (line 185) | [Test] method testDeleteHEADreferencedRef (line 206) | [Test] method testLooseDelete (line 224) | [Test] method testDeleteHead (line 235) | [Test] method testDeleteLooseAndItsDirectory (line 250) | [Test] method testDeleteNotFound (line 273) | [Test] method testDeleteFastForward (line 280) | [Test] method testDeleteForce (line 287) | [Test] method testRefKeySameAsName (line 297) | [Test] method testUpdateRefForward (line 312) | [Test] method testUpdateRefDetached (line 338) | [Test] method testUpdateRefDetachedUnbornHead (line 369) | [Test] method testDeleteLoosePacked (line 401) | [Test] method testUpdateRefNoChange (line 424) | [Test] method testRefsCacheAfterUpdate (line 445) | [Test] method testRefsCacheAfterUpdateLooseOnly (line 485) | [Test] method testUpdateRefLockFailureWrongOldValue (line 512) | [Test] method testUpdateRefForwardWithCheck1 (line 529) | [Test] method testUpdateRefForwardWithCheck2 (line 556) | [Test] method testUpdateRefLockFailureLocked (line 584) | [Test] method testDeleteLoosePackedRejected (line 612) | [Test] method testRenameBranchNoPreviousLog (line 624) | [Test] method testRenameBranchHasPreviousLog (line 644) | [Test] method testRenameCurrentBranch (line 668) | [Test] method testRenameBranchAlsoInPack (line 692) | [Test] method tryRenameWhenLocked (line 729) | public void tryRenameWhenLocked(string toLock, string fromName, method assertExists (line 779) | private void assertExists(bool positive, string toName) method testRenameBranchCannotLockAFileHEADisFromLockHEAD (line 785) | [Test] method testRenameBranchCannotLockAFileHEADisFromLockFrom (line 792) | [Test] method testRenameBranchCannotLockAFileHEADisFromLockTo (line 799) | [Test] method testRenameBranchCannotLockAFileHEADisToLockFrom (line 806) | [Test] method testRenameBranchCannotLockAFileHEADisToLockTo (line 813) | [Test] method testRenameBranchCannotLockAFileHEADisOtherLockFrom (line 820) | [Test] method testRenameBranchCannotLockAFileHEADisOtherLockTo (line 827) | [Test] method testRenameRefNameColission1avoided (line 834) | [Test] method testRenameRefNameColission2avoided (line 867) | [Test] method writeReflog (line 902) | private void writeReflog(Repository db, ObjectId oldId, ObjectId newId, FILE: GitSharp.Tests/GitSharp.Core/ReflogConfigTest.cs class ReflogConfigTest (line 45) | [TestFixture] method testlogAllRefUpdates (line 48) | [Test] method testEnsureLogTimeAndTimeZoneOffsetAreCurrentValues (line 89) | [Test] method addFileToTree (line 112) | private void addFileToTree(Core.Tree t, string filename, string content) method commit (line 119) | private void commit(Core.Tree t, string commitMsg, PersonIdent author, FILE: GitSharp.Tests/GitSharp.Core/ReflogReaderTest.cs class ReflogReaderTest (line 46) | [TestFixture] method testReadOneLine (line 71) | [Test] method iso (line 92) | private string iso(PersonIdent id) method testReadTwoLine (line 97) | [Test] method testReadWhileAppendIsInProgress (line 139) | [Test] method testReadRightLog (line 168) | [Test] method testNoLog (line 182) | [Test] method setupReflog (line 189) | protected void setupReflog(String logName, byte[] data) FILE: GitSharp.Tests/GitSharp.Core/RepositoryCacheTest.cs class RepositoryCacheTest (line 49) | [TestFixture] method testNonBareFileKey (line 52) | [Test] method testBareFileKey (line 71) | [Test] method testFileKeyOpenExisting (line 91) | [Test] method testFileKeyOpenNew (line 107) | [Test] method FileInfoExists (line 132) | [Test] method DirectoryInfoExists (line 147) | [Test] method testCacheRegisterOpen (line 164) | [Test] method testCacheOpen (line 185) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RepositoryConfigTest.cs class RepositoryConfigTest (line 51) | [TestFixture] method test001_ReadBareKey (line 54) | [Test] method test002_ReadWithSubsection (line 62) | [Test] method test003_PutRemote (line 74) | [Test] method test004_PutGetSimple (line 84) | [Test] method test005_PutGetStringList (line 93) | [Test] method test006_readCaseInsensitive (line 110) | [Test] method test007_readUserConfig (line 118) | [Test] method testReadBoolean_TrueFalse1 (line 180) | [Test] method testReadBoolean_TrueFalse2 (line 191) | [Test] method testReadBoolean_YesNo1 (line 202) | [Test] method testReadBoolean_YesNo2 (line 213) | [Test] method testReadBoolean_OnOff1 (line 224) | [Test] method testReadBoolean_OnOff2 (line 235) | [Test] method testReadLong (line 246) | [Test] method testBooleanWithNoValue (line 268) | [Test] method testEmptyString (line 279) | [Test] method testUnsetBranchSection (line 301) | [Test] method testUnsetSingleSection (line 324) | [Test] method assertReadLong (line 345) | private void assertReadLong(long exp) method assertReadLong (line 350) | private void assertReadLong(long exp, string act) method parse (line 356) | private global::GitSharp.Core.Config parse(string content) FILE: GitSharp.Tests/GitSharp.Core/RepositoryTestCase.cs class RepositoryTestCase (line 56) | public abstract class RepositoryTestCase : LocalDiskRepositoryTestCase method writeTrashFile (line 69) | protected FileInfo writeTrashFile(string name, string data) method checkFile (line 76) | protected static void checkFile(FileInfo f, string checkData) method setUp (line 91) | public override void setUp() method CopyDirectory (line 99) | protected static void CopyDirectory(string sourceDirectoryPath, string... FILE: GitSharp.Tests/GitSharp.Core/RevWalk/AlwaysEmptyRevQueueTest.cs class AlwaysEmptyRevQueueTest (line 46) | [TestFixture] method testEmpty (line 51) | [Test] method testClear (line 60) | [Test] method testAddFails (line 67) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/DateRevQueueTest.cs class DateRevQueueTest (line 44) | [TestFixture] method create (line 47) | protected override DateRevQueue create() method testEmpty (line 52) | [Test] method testCloneEmpty (line 60) | [Test] method testInsertOutOfOrder (line 67) | [Test] method testInsertTie (line 87) | [Test] method testCloneFIFO (line 112) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/FIFORevQueueTest.cs class FIFORevQueueTest (line 44) | [TestFixture] method create (line 47) | protected override FIFORevQueue create() method testEmpty (line 52) | [Test] method testCloneEmpty (line 59) | [Test] method testAddLargeBlocks (line 66) | [Test] method testUnpopAtFront (line 80) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/FooterLineTest.cs class FooterLineTest (line 46) | [TestFixture] method testNoFooters_EmptyBody (line 49) | [Test] method testNoFooters_NewlineOnlyBody1 (line 58) | [Test] method testNoFooters_NewlineOnlyBody5 (line 67) | [Test] method testNoFooters_OneLineBodyNoLF (line 76) | [Test] method testNoFooters_OneLineBodyWithLF (line 85) | [Test] method testNoFooters_ShortBodyNoLF (line 94) | [Test] method testNoFooters_ShortBodyWithLF (line 103) | [Test] method testSignedOffBy_OneUserNoLF (line 112) | [Test] method testSignedOffBy_OneUserWithLF (line 127) | [Test] method testSignedOffBy_IgnoreWhitespace (line 142) | [Test] method testEmptyValueNoLF (line 160) | [Test] method testEmptyValueWithLF (line 175) | [Test] method testShortKey (line 190) | [Test] method testNonDelimtedEmail (line 205) | [Test] method testNotEmail (line 220) | [Test] method testSignedOffBy_ManyUsers (line 235) | [Test] method testSignedOffBy_SkipNonFooter (line 265) | [Test] method testFilterFootersIgnoreCase (line 291) | [Test] method Parse (line 304) | private RevCommit Parse(string msg) FILE: GitSharp.Tests/GitSharp.Core/RevWalk/LIFORevQueueTest.cs class LIFORevQueueTest (line 44) | [TestFixture] method create (line 47) | protected override LIFORevQueue create() method testEmpty (line 52) | [Test] method testCloneEmpty (line 59) | [Test] method testAddLargeBlocks (line 66) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/ObjectWalkTest.cs class ObjectWalkTest (line 45) | [TestFixture] method createRevWalk (line 50) | protected override global::GitSharp.Core.RevWalk.RevWalk createRevWalk() method testNoCommits (line 55) | [Test] method testTwoCommitsEmptyTree (line 62) | [Test] method testOneCommitOneTreeTwoBlob (line 77) | [Test] method testTwoCommitTwoTreeTwoBlob (line 95) | [Test] method testTwoCommitDeepTree1 (line 121) | [Test] method testTwoCommitDeepTree2 (line 149) | [Test] method testCull (line 176) | [Test] method testEmptyTreeCorruption (line 213) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevCommitParseTest.cs class RevCommitParseTest (line 50) | [TestFixture] method testParse_NoParents (line 53) | [Test] method create (line 114) | private RevCommit create(string msg) method testParse_WeirdHeaderOnlyCommit (line 129) | [Test] method testParse_implicit_UTF8_encoded (line 145) | [Test] method testParse_implicit_mixed_encoded (line 168) | [Test] method testParse_explicit_encoded (line 195) | [Test] method testParse_explicit_bad_encoded (line 227) | [Test] method testParse_explicit_bad_encoded2 (line 260) | [Test] method testParse_NoMessage (line 285) | [Test] method testParse_OnlyLFMessage (line 294) | [Test] method testParse_ShortLineOnlyNoLF (line 302) | [Test] method testParse_ShortLineOnlyEndLF (line 311) | [Test] method testParse_ShortLineOnlyEmbeddedLF (line 321) | [Test] method testParse_ShortLineOnlyEmbeddedAndEndingLF (line 331) | [Test] method testParse_GitStyleMessage (line 341) | [Test] method id (line 353) | private static ObjectId id(string str) FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevFlagSetTest.cs class RevFlagSetTest (line 44) | [TestFixture] method testEmpty (line 47) | [Test] method testAddOne (line 57) | [Test] method testAddTwo (line 76) | [Test] method testContainsAll (line 90) | [Test] method testEquals (line 106) | [Test] method testRemove (line 119) | [Test] method testContains (line 134) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevObjectTest.cs class RevObjectTest (line 44) | [TestFixture] method testId (line 47) | [Test] method testEqualsIsIdentity (line 54) | [Test] method testRevObjectTypes (line 84) | [Test] method testHasRevFlag (line 93) | [Test] method testHasAnyFlag (line 102) | [Test] method testHasAllFlag (line 115) | [Test] method testAddRevFlag (line 130) | [Test] method testAddRevFlagSet (line 145) | [Test] method testRemoveRevFlag (line 159) | [Test] method testRemoveRevFlagSet (line 172) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevQueueTestCase.cs class RevQueueTestCase (line 43) | public abstract class RevQueueTestCase : RevWalkTestCase method setUp (line 48) | [SetUp] method create (line 55) | protected abstract T create(); method testEmpty (line 57) | [Test] method testClear (line 65) | [Test] method testHasFlags (line 77) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevTagParseTest.cs class RevTagParseTest (line 50) | [TestFixture] method testTagBlob (line 53) | [Test] method testTagTree (line 59) | [Test] method testTagCommit (line 65) | [Test] method testTagTag (line 71) | [Test] method testOneType (line 77) | private void testOneType(int typeCode) method testParseAllFields (line 99) | [Test] method testParseOldStyleNoTagger (line 151) | [Test] method create (line 198) | private RevTag create(string msg) method testParse_implicit_UTF8_encoded (line 214) | [Test] method testParse_implicit_mixed_encoded (line 237) | [Test] method testParse_explicit_encoded (line 266) | [Test] method testParse_explicit_bad_encoded (line 301) | [Test] method testParse_explicit_bad_encoded2 (line 339) | [Test] method testParse_NoMessage (line 363) | [Test] method testParse_OnlyLFMessage (line 372) | [Test] method testParse_ShortLineOnlyNoLF (line 380) | [Test] method testParse_ShortLineOnlyEndLF (line 389) | [Test] method testParse_ShortLineOnlyEmbeddedLF (line 399) | [Test] method testParse_ShortLineOnlyEmbeddedAndEndingLF (line 409) | [Test] method testParse_GitStyleMessage (line 419) | [Test] method Id (line 431) | private static ObjectId Id(string str) FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkCullTest.cs class RevWalkCullTest (line 43) | [TestFixture] method testProperlyCullAllAncestors1 (line 46) | [Test] method testProperlyCullAllAncestors2 (line 64) | [Test] method testProperlyCullAllAncestors_LongHistory (line 83) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkFilterTest.cs class RevWalkFilterTest (line 46) | [TestFixture] method testFilter_ALL (line 51) | [Test] method testFilter_Negate_ALL (line 66) | [Test] method testFilter_NOT_ALL (line 78) | [Test] method testFilter_NONE (line 90) | [Test] method testFilter_NOT_NONE (line 102) | [Test] method testFilter_ALL_And_NONE (line 117) | [Test] method testFilter_NONE_And_ALL (line 129) | [Test] method testFilter_ALL_Or_NONE (line 141) | [Test] method testFilter_NONE_Or_ALL (line 156) | [Test] method testFilter_MY_ALL_And_NONE (line 171) | [Test] method testFilter_NONE_And_MY_ALL (line 183) | [Test] method testFilter_MY_ALL_Or_NONE (line 195) | [Test] method testFilter_NONE_Or_MY_ALL (line 210) | [Test] method testFilter_NO_MERGES (line 225) | [Test] method testCommitTimeRevFilter (line 245) | [Test] class MyAll (line 304) | private class MyAll : RevFilter method Clone (line 306) | public override RevFilter Clone() method include (line 311) | public override bool include(GitSharp.Core.RevWalk.RevWalk walker, R... FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkMergeBaseTest.cs class RevWalkMergeBaseTest (line 48) | [TestFixture] method testNone (line 51) | [Test] method testDisallowTreeFilter (line 63) | [Test] method testSimple (line 77) | [Test] method testMultipleHeads_SameBase1 (line 92) | [Test] method testMultipleHeads_SameBase2 (line 109) | [Test] method testCrissCross (line 127) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkPathFilter1Test.cs class RevWalkPathFilter1Test (line 44) | [TestFixture] method filter (line 47) | protected void filter(string path) method testEmpty_EmptyTree (line 53) | [Test] method testEmpty_NoMatch (line 62) | [Test] method testSimple1 (line 71) | [Test] method testEdits_MatchNone (line 81) | [Test] method testEdits_MatchAll (line 93) | [Test] method testStringOfPearls_FilePath1 (line 109) | [Test] method testStringOfPearls_FilePath2 (line 127) | [Test] method testStringOfPearls_DirPath2 (line 147) | [Test] method testStringOfPearls_FilePath3 (line 167) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkPathFilter6012Test.cs class RevWalkPathFilter6012Test (line 54) | [TestFixture] method setUp (line 61) | public override void setUp() method Check (line 98) | private void Check(params RevCommit[] order) method Filter (line 123) | private void Filter(string path) method test1 (line 128) | [Test] method test2 (line 135) | [Test] method test3 (line 144) | [Test] method test4 (line 154) | [Test] method test5 (line 164) | [Test] method test6 (line 173) | [Test] method test7 (line 180) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkSortTest.cs class RevWalkSortTest (line 43) | [TestFixture] method testSort_Default (line 46) | [Test] method testSort_COMMIT_TIME_DESC (line 62) | [Test] method testSort_REVERSE (line 79) | [Test] method testSort_COMMIT_TIME_DESC_OutOfOrder1 (line 96) | [Test] method testSort_COMMIT_TIME_DESC_OutOfOrder2 (line 118) | [Test] method testSort_TOPO (line 139) | [Test] method testSort_TOPO_REVERSE (line 160) | [Test] FILE: GitSharp.Tests/GitSharp.Core/RevWalk/RevWalkTestCase.cs class RevWalkTestCase (line 51) | public abstract class RevWalkTestCase : RepositoryTestCase method setUp (line 56) | [SetUp] method createRevWalk (line 64) | protected virtual GitSharp.Core.RevWalk.RevWalk createRevWalk() method getClock (line 69) | protected DateTime getClock() method Tick (line 74) | protected void Tick(int secDelta) method blob (line 79) | protected RevBlob blob(string content) method File (line 84) | protected DirCacheEntry File(string path, RevBlob blob) method tree (line 89) | protected RevTree tree(params DirCacheEntry[] entries) method get (line 94) | protected RevObject get(RevTree tree, string path) method Commit (line 99) | protected RevCommit Commit(params RevCommit[] parents) method Commit (line 104) | protected RevCommit Commit(RevTree tree, params RevCommit[] parents) method Commit (line 109) | protected RevCommit Commit(int secDelta, params RevCommit[] parents) method Commit (line 114) | protected RevCommit Commit(int secDelta, RevTree tree, params RevCommi... method Tag (line 119) | protected RevTag Tag(string name, RevObject dst) method parseBody (line 124) | protected T parseBody(T t) where T : RevObject method MarkStart (line 129) | protected void MarkStart(RevCommit commit) method MarkUninteresting (line 134) | protected void MarkUninteresting(RevCommit commit) method AssertCommit (line 139) | protected static void AssertCommit(RevCommit exp, RevCommit act) FILE: GitSharp.Tests/GitSharp.Core/SampleDataRepositoryTestCase.cs class SampleDataRepositoryTestCase (line 43) | public class SampleDataRepositoryTestCase : RepositoryTestCase method setUp (line 45) | public override void setUp() FILE: GitSharp.Tests/GitSharp.Core/SubmoduleTest.cs class SubmoduleTest (line 44) | [TestFixture] method SetupRepository (line 47) | private static GitSharp.Repository SetupRepository() method TestSimple (line 52) | [Test] FILE: GitSharp.Tests/GitSharp.Core/SymbolicRefTest.cs class SymbolicRefTest (line 42) | [TestFixture] method testConstructor (line 55) | [Test] method testLeaf (line 84) | [Test] method testToString (line 117) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0001_ObjectId.cs class T0001_ObjectId (line 46) | [TestFixture] method ObjectIdToStringTest (line 49) | [Test] method GetFirstByteTest (line 57) | [Test] method test001_toString (line 73) | [Test] method test002_toString (line 81) | [Test] method test003_equals (line 89) | [Test] method test004_isId (line 99) | [Test] method test005_notIsId (line 105) | [Test] method test006_notIsId (line 111) | [Test] method test007_isId (line 117) | [Test] method test008_notIsId (line 123) | [Test] method test009_toString (line 129) | [Test] method test010_toString (line 137) | [Test] method test011_toString (line 144) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0001_PersonIdent.cs class T0001_PersonIdent (line 48) | [TestFixture] method GitTimeToDateTimeOffset (line 51) | [Test] method test001_NewIdent (line 60) | [Test] method test002_ParseIdent (line 73) | [Test] method test003_ParseIdent (line 84) | [Test] method test004_ParseIdent (line 95) | [Test] method test005_ParseIdent (line 105) | [Test] method test006_ParseIdent (line 115) | [Test] method test007_ParseIdent (line 125) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0002_Tree.cs class T0002_Tree (line 48) | [TestFixture] method CompareNamesUsingSpecialCompare (line 53) | private static int CompareNamesUsingSpecialCompare(String a, String b) method test000_sort_01 (line 72) | [Test] method test000_sort_02 (line 78) | [Test] method test000_sort_03 (line 85) | [Test] method test000_sort_04 (line 96) | [Test] method test000_sort_05 (line 103) | [Test] method test001_createEmpty (line 110) | [Test] method test002_addFile (line 130) | [Test] method test004_addTree (line 155) | [Test] method test005_addRecursiveFile (line 185) | [Test] method test005_addRecursiveTree (line 197) | [Test] method test006_addDeepTree (line 209) | [Test] method test007_manyFileLookup (line 260) | [Test] method test008_SubtreeInternalSorting (line 286) | [Test] method test009_SymlinkAndGitlink (line 304) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0003_Basic_Config.cs class T0003_Basic_Config (line 49) | [TestFixture] method test005_ReadSimpleConfig (line 52) | [Test] method test006_ReadUglyConfig (line 64) | [Test] method test007_Open (line 88) | [Test] method test008_FailOnWrongVersion (line 99) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0003_Basic_Write.cs class T0003_Basic_Write (line 53) | [TestFixture] method test001_Initalize (line 56) | [Test] method test000_openRepoBadArgs (line 80) | [Test] method test000_openrepo_default_gitDirSet (line 91) | [Test] method test000_openrepo_default_gitDirAndWorkTreeSet (line 114) | [Test] method test000_openrepo_default_workDirSet (line 137) | [Test] method test000_openrepo_default_absolute_workdirconfig (line 159) | [Test] method test000_openrepo_default_relative_workdirconfig (line 186) | [Test] method test000_openrepo_alternate_index_file_and_objdirs (line 214) | [Test] method assertEqualsPath (line 244) | protected void assertEqualsPath(FileSystemInfo expected, FileSystemInf... method Write_Blob (line 249) | [Test] method Write_Tree (line 261) | [Test] method test002_WriteEmptyTree (line 303) | [Test] method test002_WriteEmptyTree2 (line 319) | [Test] method test003_WriteShouldBeEmptyTree (line 331) | [Test] method Write_Simple_Commit (line 349) | [Test] method test009_CreateCommitOldFormat (line 399) | [Test] method test012_SubtreeExternalSorting (line 445) | [Test] method test020_createBlobTag (line 466) | [Test] method test020b_createBlobPlainTag (line 488) | [Test] method test021_createTreeTag (line 505) | [Test] method test022_createCommitTag (line 532) | [Test] method test023_createCommitNonAnullii (line 569) | [Test] method test024_createCommitNonAscii (line 594) | [Test] method test025_packedRefs (line 614) | [Test] method test025_computeSha1NoStore (line 666) | [Test] method test026_CreateCommitMultipleparents (line 674) | [Test] method test027_UnpackedRefHigherPriorityThanPacked (line 772) | [Test] method test028_LockPackedRef (line 786) | [Test] method test029_mapObject (line 815) | [Test] method test029_mapObject_using_memory_mapped_file (line 824) | [Test] method test30_stripWorkDir (line 843) | [Test] method BUG_WorkAroundRacyGitIssues (line 881) | private void BUG_WorkAroundRacyGitIssues(string name) { method testTwoSuccessiveCommitsLinkedToHead (line 889) | [Test] method addFile (line 946) | private void addFile(global::GitSharp.Core.Tree t, FileInfo f, ObjectW... FILE: GitSharp.Tests/GitSharp.Core/T0004_PackReader.cs class T0004_PackReader (line 46) | [TestFixture] method test003_lookupCompressedObject (line 53) | [Test] method test004_lookupDeltifiedObject (line 67) | [Test] FILE: GitSharp.Tests/GitSharp.Core/T0007_Index.cs class T0007_Index (line 50) | [TestFixture] method T0007_Index (line 55) | static T0007_Index() method System (line 71) | private static int System(FileSystemInfo dir, string cmd) method testCreateEmptyIndex (line 116) | [Test] method testReadWithNoIndex (line 129) | [Test] method testCreateSimpleSortTestIndex (line 137) | [Test] method testUpdateSimpleSortTestIndex (line 169) | [Test] method testWriteTree (line 189) | [Test] method testReadTree (line 213) | [Test] method testReadTree2 (line 254) | [Test] method testDelete (line 300) | [Test] method testCheckout (line 328) | [Test] method test030_executeBit_coreModeTrue (line 362) | [Test] method test031_executeBit_coreModeFalse (line 432) | [Test] method Content (line 504) | private static string Content(FileSystemInfo f) method Delete (line 512) | private static void Delete(FileSystemInfo f) FILE: GitSharp.Tests/GitSharp.Core/T0008_testparserev.cs class T0008_testparserev (line 44) | [TestFixture] method testObjectId_existing (line 47) | [Test] method testObjectId_nonexisting (line 53) | [Test] method testObjectId_objectid_implicit_firstparent (line 59) | [Test] method testObjectId_objectid_self (line 67) | [Test] method testObjectId_objectid_explicit_firstparent (line 75) | [Test] method testObjectId_objectid_explicit_otherparents (line 83) | [Test] method testRef_refname (line 92) | [Test] method testDistance (line 100) | [Test] method testTree (line 110) | [Test] method testHEAD (line 117) | [Test] method testDerefCommit (line 123) | [Test] method testDerefTag (line 132) | [Test] method testDerefBlob (line 148) | [Test] method testDerefTree (line 157) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Transport/BaseConnectionTests.cs class BaseConnectionTests (line 11) | [TestFixture] method ShouldReturnNullForAnInvalidRef (line 14) | [Test] method ShouldReturnValueForAValidRef (line 22) | [Test] class StubConnection (line 33) | private class StubConnection : BaseConnection, IPushConnection method Close (line 35) | public override void Close() method Push (line 38) | public void Push(ProgressMonitor monitor, IDictionary advertisedRefs) method Close (line 90) | public override void Close() method Push (line 94) | public void Push(ProgressMonitor monitor, IDictionary(Action codeBlock) where TE... method Throws (line 20) | public static TException Throws(Action codeBlock, string f... method IsRunningOn (line 48) | public static bool IsRunningOn(AssertedPlatform assertedPlatform) method IgnoreOn (line 73) | public static void IgnoreOn(AssertedPlatform assertedPlatform, Action ... method GetExceptionFrom (line 84) | private static Exception GetExceptionFrom(Action code) FILE: GitSharp.Tests/GitSharp.Core/Util/AssertHelperFixture.cs class AssertHelperFixture (line 7) | [TestFixture] method TestPassWhenThrowingTheCorrectException (line 10) | [Test] method WhenOfTheCorrectTypeThrownExceptionCanBeFurtherExamined (line 16) | [Test] method ThrownExceptionCanBeDerivedFromExpected (line 23) | [Test] method ThrownExceptionHasToBeOfTheExactType (line 32) | [Test] method NotThrowingExceptionLeadsTheTestToFail (line 49) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/ByteArrayExtensionsFixture.cs class ByteArrayExtensionsFixture (line 8) | [TestFixture] method ReadLine_CanExtractWithNoLineEnding (line 11) | [Test] method ReadLine_CanNotExtractWithOutOfRangePosition (line 21) | [Test] method ReadLine_CanNotExtractAnEmptyByteArray (line 31) | [Test] method ReadLine_CanExtractAByteArrayContainingOnlyALF (line 41) | [Test] method ReadLine_CanExtractAByteArrayContainingOnlyACRLF (line 51) | [Test] method ReadLine_CanExtractWithACRAtTheEnd (line 61) | [Test] method ReadLine_CanExtractWithACRAtTheBegining (line 71) | [Test] method ReadLine_CanExtractFirstLineDelimitedWithALF (line 81) | [Test] method ReadLine_CanExtractFirstLineDelimitedWithACRLF (line 92) | [Test] method ReadLine_CanExtractSecondLineDelimitedWithALF (line 103) | [Test] method ReadLine_CanExtractSecondLineDelimitedWithACRLF (line 115) | [Test] method ReadLine_CanExtractSecondLineDelimitedWithALF2 (line 127) | [Test] method ReadLine_CanExtractSecondLineDelimitedWithACRLF2 (line 139) | [Test] method StartsWith_ReturnTrueeWhenInputStartsWithPrefix (line 151) | [Test] method StartsWith_ReturnFalseWhenInputDoesNotStartWithPrefix (line 159) | [Test] method StartsWith_ReturnFalseWhenPrefixIsLongerThanInput (line 167) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/CPUTimeStopWatch.cs class CPUTimeStopWatch (line 49) | public class CPUTimeStopWatch { method createInstance (line 59) | public static CPUTimeStopWatch createInstance() { method start (line 67) | public void start() { method stop (line 81) | public long stop() { method readout (line 95) | public long readout() { FILE: GitSharp.Tests/GitSharp.Core/Util/ExtensionsFixture.cs class ExtensionsFixture (line 13) | [TestFixture] method InitFixtureContext (line 19) | [TestFixtureSetUp] method CleanUpFixtureContext (line 28) | [TestFixtureTearDown] method IsDirectory (line 35) | [Test] method IsFile (line 51) | [Test] method getCurrentTime (line 67) | [Test] method MkDirs (line 74) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/IO/TimeoutStreamTest.cs class TimeoutStreamTest (line 55) | [TestFixture] method setUp (line 68) | [SetUp] method testTimeout_readByte_Success1 (line 85) | [Test] method testTimeout_readByte_Success2 (line 93) | [Test] method testTimeout_readByte_Timeout (line 113) | [Test] method testTimeout_readBuffer_Success1 (line 129) | [Test] method testTimeout_readBuffer_Success2 (line 139) | [Test] method testTimeout_readBuffer_Timeout (line 155) | [Test] method testTimeout_skip_Success (line 171) | [Test] method testTimeout_skip_Timeout (line 183) | [Test] method beginRead (line 199) | private void beginRead() method assertTimeout (line 204) | private void assertTimeout() method now (line 226) | private static long now() FILE: GitSharp.Tests/GitSharp.Core/Util/IntListTest.cs class IntListTest (line 46) | [TestFixture] method testEmpty_DefaultCapacity (line 49) | [Test] method testEmpty_SpecificCapacity (line 65) | [Test] method testAdd_SmallGroup (line 81) | [Test] method testAdd_ZeroCapacity (line 105) | [Test] method testAdd_LargeGroup (line 114) | [Test] method testFillTo0 (line 138) | [Test] method testFillTo1 (line 146) | [Test] method testFillTo100 (line 157) | [Test] method testClear (line 168) | [Test] method testSet (line 191) | [Test] method testToString (line 209) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/LinkedListFixture.cs class LinkedListFixture (line 8) | [TestFixture] method EmptyList (line 11) | [Test] method FilledList_NavigateForward (line 21) | [Test] method FilledList_NavigateForwardAndRemoval (line 45) | [Test] method AssertEndOfListHasBeenReached (line 69) | private static void AssertEndOfListHasBeenReached(LinkedListIterator env, method write (line 309) | protected FileInfo write(string body) { method write (line 340) | protected void write(FileInfo f, string body) { method read (line 359) | protected String read(FileInfo f) { method toEnvArray (line 366) | private static String[] toEnvArray(IDictionary env) { method cloneEnv (line 375) | private static IDictionary cloneEnv() method testName (line 387) | private String testName() { FILE: GitSharp.Tests/GitSharp.Core/Util/Md5MessageDigestTest.cs class Md5MessageDigestTest (line 8) | [TestFixture] method EmptyString (line 11) | [Test] method ShortStringOneUpdate (line 24) | [Test] method ShortStringTwoUpdates (line 38) | [Test] method LongStringOneUpdate (line 53) | [Test] method BlowTheHeap (line 73) | [Test] method CreateSUT (line 87) | private static MessageDigest CreateSUT() FILE: GitSharp.Tests/GitSharp.Core/Util/MockFileBasedConfig.cs class MockFileBasedConfig (line 38) | public class MockFileBasedConfig : FileBasedConfig method MockFileBasedConfig (line 40) | public MockFileBasedConfig(FileInfo cfgLocation) : base(null) method load (line 44) | public override void load() FILE: GitSharp.Tests/GitSharp.Core/Util/MockSystemReader.cs class MockSystemReader (line 42) | public class MockSystemReader : SystemReader method MockSystemReader (line 49) | public MockSystemReader() method init (line 60) | private void init(string n) method clearProperties (line 65) | public void clearProperties() method setProperty (line 70) | public void setProperty(string key, string value) method getenv (line 75) | public override string getenv(string variable) method getProperty (line 80) | public override string getProperty(string key) method openUserConfig (line 85) | public override FileBasedConfig openUserConfig() method getHostname (line 90) | public override string getHostname() method getCurrentTime (line 95) | public override long getCurrentTime() method getTimezone (line 100) | public override int getTimezone(long when) method getConfigFile (line 123) | public override FileBasedConfig getConfigFile(ConfigFileType fileType) method getConfigFile (line 128) | public override FileBasedConfig getConfigFile(string fileLocation) method getOperatingSystem (line 133) | public override PlatformType getOperatingSystem() FILE: GitSharp.Tests/GitSharp.Core/Util/NBTests.cs class NBTest (line 44) | [TestFixture] method testCompareUInt32 (line 47) | [Test] method testDecodeUInt16 (line 59) | [Test] method testDecodeInt32 (line 78) | [Test] method testDecodeUInt32 (line 100) | [Test] method testDecodeUInt64 (line 122) | [Test] method testEncodeInt16 (line 154) | [Test] method testEncodeInt32 (line 188) | [Test] method testEncodeInt64 (line 236) | [Test] method TestDecimalToBase (line 292) | [Test] method PrepareOutput (line 302) | private static void PrepareOutput(byte[] buf) method AssertOutput (line 308) | private static void AssertOutput(byte[] expect, byte[] buf, int offset) method b (line 318) | private static byte[] b(int a, int b) method Padb (line 323) | private static byte[] Padb(int len, int a, int b) method b (line 333) | private static byte[] b(int a, int b, int c, int d) method Padb (line 338) | private static byte[] Padb(int len, int a, int b, method b (line 351) | private static byte[] b(int a, int b, int c, int d, method Padb (line 358) | private static byte[] Padb(int len, int a, int b, FILE: GitSharp.Tests/GitSharp.Core/Util/PathUtils.cs class PathUtilsTest (line 11) | [TestFixture] method RelativePath (line 14) | [Test] method Join (line 27) | private string Join(params string[] parts) FILE: GitSharp.Tests/GitSharp.Core/Util/QuotedStringBourneStyleTest.cs class QuotedStringBourneStyleTest (line 46) | [TestFixture] method AssertQuote (line 49) | private static void AssertQuote(string inStr, string exp) method AssertDequote (line 57) | private static void AssertDequote(string exp, string inStr) method testDequote_BareA (line 64) | [Test] method testDequote_BareABCZ_OnlyBC (line 72) | [Test] method testDequote_Empty1 (line 81) | [Test] method testDequote_Empty2 (line 87) | [Test] method testDequote_LoneBackslash (line 93) | [Test] method testDequote_NamedEscapes (line 99) | [Test] method testDequote_SoleSq (line 109) | [Test] method testQuote_BareA (line 115) | [Test] method testQuote_Empty (line 121) | [Test] method testQuote_NamedEscapes (line 127) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/QuotedStringBourneUserPathStyleTest.cs class QuotedStringBourneUserPathStyleTest (line 47) | [TestFixture] method assertQuote (line 50) | private static void assertQuote(String in_str, String exp) method assertDequote (line 58) | private static void assertDequote(String exp, String in_str) method testQuote_Empty (line 65) | [Test] method testDequote_Empty1 (line 71) | [Test] method testDequote_Empty2 (line 77) | [Test] method testDequote_SoleSq (line 84) | [Test] method testQuote_BareA (line 90) | [Test] method testDequote_BareA (line 96) | [Test] method testDequote_BareABCZ_OnlyBC (line 104) | [Test] method testDequote_LoneBackslash (line 113) | [Test] method testQuote_NamedEscapes (line 119) | [Test] method testDequote_NamedEscapes (line 129) | [Test] method testQuote_User (line 139) | [Test] method testDequote_User (line 150) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/QuotedStringGitPathStyleTest.cs class QuotedStringGitPathStyleTest (line 49) | [TestFixture] method AssertQuote (line 54) | private static void AssertQuote(String exp, String in_str) method AssertDequote (line 62) | private static void AssertDequote(string exp, string inStr) method testQuote_Empty (line 70) | [Test] method testDequote_Empty1 (line 76) | [Test] method testDequote_Empty2 (line 82) | [Test] method testDequote_SoleDq (line 88) | [Test] method testQuote_BareA (line 94) | [Test] method testDequote_BareA (line 101) | [Test] method testDequote_BareABCZ_OnlyBC (line 109) | [Test] method testDequote_LoneBackslash (line 118) | [Test] method testQuote_NamedEscapes (line 124) | [Test] method testDequote_NamedEscapes (line 138) | [Test] method testDequote_OctalAll (line 152) | [Test] method octalEscape (line 168) | private String octalEscape(int i) method testQuote_OctalAll (line 177) | [Test] method testDequote_UnknownEscapeQ (line 185) | [Test] method testDequote_FooTabBar (line 191) | [Test] method testDequote_Latin1 (line 197) | [Test] method testDequote_UTF8 (line 203) | [Test] method testDequote_RawUTF8 (line 209) | [Test] method testDequote_RawLatin1 (line 215) | [Test] method testQuote_Ang (line 221) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/RawParseUtils_HexParseTest.cs class RawParseUtils_HexParseTest (line 47) | [TestFixture] method testInt4_1 (line 51) | [Test] method testInt16 (line 83) | [Test] method testInt32 (line 99) | [Test] method parse16 (line 114) | private static int parse16(string str) method parse32 (line 119) | private static int parse32(string str) method assertNotHex (line 124) | private static void assertNotHex(char c) FILE: GitSharp.Tests/GitSharp.Core/Util/RawParseUtils_LineMapTest.cs class RawParseUtils_LineMapTest (line 44) | [TestFixture] method testEmpty (line 49) | [Test] method testOneBlankLine (line 59) | [Test] method testTwoLineFooBar (line 69) | [Test] method testTwoLineNoLF (line 81) | [Test] method testFourLineBlanks (line 93) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/RawParseUtils_MatchTest.cs class RawParseUtils_MatchTest (line 45) | [TestFixture] method testMatch_Equal (line 48) | [Test] method testMatch_NotEqual (line 56) | [Test] method testMatch_Prefix (line 64) | [Test] method testMatch_TooSmall (line 73) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/RefListTest.cs class RefListTest (line 45) | [TestFixture] method testEmpty (line 57) | [Test] method testEmptyBuilder (line 79) | [Test] method testBuilder_AddThenSort (line 105) | [Test] method testBuilder_AddAll (line 124) | [Test] method testBuilder_Set (line 137) | [Test] method testBuilder_Remove (line 160) | [Test] method testSet (line 172) | [Test] method testAddToEmptyList (line 190) | [Test] method testAddToFrontOfList (line 204) | [Test] method testAddToEndOfList (line 219) | [Test] method testAddToMiddleOfListByInsertionPosition (line 234) | [Test] method testPutNewEntry (line 255) | [Test] method testPutReplaceEntry (line 273) | [Test] method testRemoveFrontOfList (line 293) | [Test] method testRemoveMiddleOfList (line 310) | [Test] method testRemoveEndOfList (line 327) | [Test] method testRemoveMakesEmpty (line 344) | [Test] method testToString (line 353) | [Test] method testBuilder_ToString (line 367) | [Test] method testFindContainsGet (line 383) | [Test] method testIterable (line 410) | [Test] method testCopyLeadingPrefix (line 445) | [Test] method testCopyConstructorReusesArray (line 462) | [Test] method toList (line 473) | private static RefList toList(params global... method newRef (line 480) | private static global::GitSharp.Core.Ref newRef(string name) FILE: GitSharp.Tests/GitSharp.Core/Util/RefMapTest.cs class RefMapTest (line 45) | [TestFixture] method setUp (line 60) | [SetUp] method testEmpty_NoPrefix1 (line 68) | [Test] method testEmpty_NoPrefix2 (line 82) | [Test] method testNotEmpty_NoPrefix (line 96) | [Test] method testEmpty_WithPrefix (line 109) | [Test] method testNotEmpty_WithPrefix (line 124) | [Test] method testClear (line 137) | [Test] method testIterator_RefusesRemove (line 152) | [Test] method testIterator_FailsAtEnd (line 173) | [Test] method testIterator_MissingUnresolvedSymbolicRefIsBug (line 194) | [Test] method testMerge_HeadMaster (line 218) | [Test] method testMerge_PackedLooseLoose (line 245) | [Test] method testMerge_WithPrefix (line 275) | [Test] method testPut_KeyMustMatchName_NoPrefix (line 310) | [Test] method testPut_KeyMustMatchName_WithPrefix (line 326) | [Test] method testPut_NoPrefix (line 342) | [Test] method testPut_WithPrefix (line 363) | [Test] method testPut_CollapseResolved (line 384) | [Test] method testRemove (line 401) | [Test] method testToString_NoPrefix (line 424) | [Test] method testToString_WithPrefix (line 443) | [Test] method testEntryType (line 464) | [Test] method testEntryTypeSet (line 484) | [Test] method toList (line 505) | private RefList toList(params global::GitSh... method newRef (line 512) | private static global::GitSharp.Core.Ref newRef(String name, String dst) method newRef (line 518) | private static global::GitSharp.Core.Ref newRef(String name, global::G... method newRef (line 523) | private static global::GitSharp.Core.Ref newRef(String name, ObjectId id) FILE: GitSharp.Tests/GitSharp.Core/Util/Sha1MessageDigestTest.cs class Sha1MessageDigestTest (line 8) | [TestFixture] method EmptyString (line 11) | [Test] method ShortStringOneUpdate (line 24) | [Test] method ShortStringTwoUpdates (line 38) | [Test] method LongStringOneUpdate (line 53) | [Test] method BlowTheHeap (line 73) | [Test] method CreateSUT (line 87) | private static MessageDigest CreateSUT() FILE: GitSharp.Tests/GitSharp.Core/Util/StringExtensionsFixture.cs class StringExtensionsFixture (line 9) | [TestFixture] method GetBytesShouldNotGenerateABOMWhenWorkingInUTF8 (line 12) | [Test] method GetBytesShouldThrowIfPassedAnUnknownEncodingAlias (line 22) | [Test] method SliceShouldReturnExpectedResult (line 28) | [Test] method SliceShouldThrowIfBeginIndexIsNegative (line 35) | [Test] method SliceShouldThrowIfEndIndexIsGreaterThanTheLengthOfTheString (line 41) | [Test] method SliceShouldThrowIfBeginIndexIsGreaterThanEndIndex (line 47) | [Test] method DifferentLength_compareTo_1 (line 53) | [Test] method DifferentLength_compareTo_2 (line 59) | [Test] method DifferentLength_compareTo_3 (line 65) | [Test] method DifferentLength_compareTo_4 (line 71) | [Test] method DifferentLength_compareTo_5 (line 77) | [Test] method DifferentLength_compareTo_6 (line 83) | [Test] method DifferentLength_compareTo_7 (line 89) | [Test] method SameLength_compareTo_1 (line 95) | [Test] method SameLength_compareTo_2 (line 100) | [Test] method SameLength_compareTo_3 (line 105) | [Test] method SameLength_compareTo_4 (line 111) | [Test] method SameLength_compareTo_5 (line 116) | [Test] method SameLength_compareTo_6 (line 122) | [Test] method SameLength_compareTo_7 (line 127) | [Test] method SameLength_compareTo_8 (line 132) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/StringUtilsTest.cs class StringUtilsTest (line 44) | [TestFixture] method testToLowerCaseChar (line 48) | [Test] method testToLowerCaseString (line 61) | [Test] method testEqualsIgnoreCase1 (line 67) | [Test] method testEqualsIgnoreCase2 (line 74) | [Test] method testEqualsIgnoreCase3 (line 80) | [Test] method testEqualsIgnoreCase4 (line 86) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/TemporaryBufferTest.cs class TemporaryBufferTest (line 51) | [TestFixture] method getName (line 54) | private string getName() method testEmpty (line 59) | [Test] method testOneByte (line 77) | [Test] method testOneBlock_BulkWrite (line 110) | [Test] method testOneBlockAndHalf_BulkWrite (line 147) | [Test] method testOneBlockAndHalf_SingleWrite (line 183) | [Test] method testOneBlockAndHalf_Copy (line 218) | [Test] method testLarge_SingleWrite (line 256) | [Test] method testInCoreLimit_SwitchOnAppendByte (line 289) | [Test] method testInCoreLimit_SwitchBeforeAppendByte (line 324) | [Test] method testInCoreLimit_SwitchOnCopy (line 359) | [Test] method testDestroyWhileOpen (line 397) | [Test] method testRandomWrites (line 412) | [Test] method testHeap (line 468) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/TestRepository.cs class TestRepository (line 52) | public class TestRepository method TestRepository (line 58) | static TestRepository() method TestRepository (line 88) | public TestRepository(global::GitSharp.Core.Repository db) method TestRepository (line 102) | public TestRepository(global::GitSharp.Core.Repository db, CoreRevWalk... method getRepository (line 111) | public global::GitSharp.Core.Repository getRepository() method getRevWalk (line 117) | public CoreRevWalk getRevWalk() method getClock (line 123) | public DateTime getClock() method tick (line 134) | public void tick(int secDelta) method blob (line 147) | public RevBlob blob(String content) method blob (line 160) | public RevBlob blob(byte[] content) method file (line 175) | public DirCacheEntry file(String path, RevBlob blob) method tree (line 192) | public RevTree tree(params DirCacheEntry[] entries) method get (line 214) | public RevObject get(RevTree tree, String path) method commit (line 245) | public RevCommit commit(params RevCommit[] parents) method commit (line 262) | public RevCommit commit(RevTree tree, params RevCommit[] parents) method commit (line 280) | public RevCommit commit(int secDelta, params RevCommit[] parents) method commit (line 301) | public RevCommit commit(int secDelta, RevTree tree, method commit (line 316) | public CommitBuilder commit() method tag (line 337) | public RevTag tag(String name, RevObject dst) method update (line 362) | public RevCommit update(String @ref, CommitBuilder to) method update (line 383) | public T update(String @ref, T obj) where T : ObjectId class MockRefWriter (line 416) | public class MockRefWriter : RefWriter method MockRefWriter (line 420) | public MockRefWriter(global::GitSharp.Core.Repository db, IEnumerabl... method writeFile (line 426) | protected override void writeFile(string file, byte[] content) method updateServerInfo (line 450) | public void updateServerInfo() method parseBody (line 471) | public T parseBody(T @object) where T : RevObject method branch (line 486) | public BranchBuilder branch(String @ref) class BranchBuilder (line 500) | public class BranchBuilder method BranchBuilder (line 505) | public BranchBuilder(TestRepository testRepository, String @ref) method commit (line 519) | public CommitBuilder commit() method update (line 532) | public RevCommit update(CommitBuilder to) method update (line 545) | public RevCommit update(RevCommit to) class CommitBuilder (line 552) | public class CommitBuilder method CommitBuilder (line 567) | public CommitBuilder(TestRepository testRepository) method CommitBuilder (line 573) | CommitBuilder(TestRepository testRepository, BranchBuilder b) method CommitBuilder (line 585) | CommitBuilder(TestRepository testRepository, CommitBuilder prior) method parent (line 598) | public CommitBuilder parent(RevCommit p) method noParents (line 611) | public CommitBuilder noParents() method noFiles (line 617) | public CommitBuilder noFiles() method add (line 623) | public CommitBuilder add(String path, String content) class MockPathEdit (line 628) | public class MockPathEdit : DirCacheEditor.PathEdit method MockPathEdit (line 632) | public MockPathEdit(RevBlob id, string entryPath) method Apply (line 638) | public override void Apply(DirCacheEntry ent) method add (line 645) | public CommitBuilder add(String path, RevBlob id) method rm (line 653) | public CommitBuilder rm(String path) method message (line 662) | public CommitBuilder message(String m) method tick (line 668) | public CommitBuilder tick(int secs) method create (line 674) | public RevCommit create() method child (line 695) | public CommitBuilder child() FILE: GitSharp.Tests/GitSharp.Core/Util/TestRng.cs class TestRng (line 49) | public class TestRng method TestRng (line 53) | public TestRng(string seed) method nextBytes (line 60) | public byte[] nextBytes(int cnt) method nextInt (line 68) | public int nextInt() FILE: GitSharp.Tests/GitSharp.Core/Util/UnionInputStreamTest.cs class UnionInputStreamTest (line 46) | [TestFixture] method testEmptyStream (line 49) | [Test] method testReadSingleBytes (line 61) | [Test] method testReadByteBlocks (line 94) | [Test] method testArrayConstructor (line 110) | [Test] method testMarkSupported (line 126) | [Test] method testSkip (line 135) | [Test] class MockMemoryStream (line 154) | private class MockMemoryStream : MemoryStream method MockMemoryStream (line 158) | public MockMemoryStream(byte[] buffer, Action closeBehavior) method Close (line 164) | public override void Close() method testAutoCloseDuringRead (line 176) | [Test] method testCloseDuringClose (line 200) | [Test] method testExceptionDuringClose (line 217) | [Test] FILE: GitSharp.Tests/GitSharp.Core/Util/VariousUtilityTests.cs class VariousUtilityTests (line 10) | [TestFixture] method TestBitCount (line 13) | [Test] method TestNumberOfTrailingZeros (line 21) | [Test] FILE: GitSharp.Tests/GitSharp.Core/ValidRefNameTest.cs class ValidRefNameTest (line 43) | [TestFixture] method assertValid (line 46) | private static void assertValid(bool exp, string name) method testEmptyString (line 51) | [Test] method testMustHaveTwoComponents (line 58) | [Test] method testValidHead (line 65) | [Test] method testValidTag (line 74) | [Test] method testNoLockSuffix (line 80) | [Test] method testNoDirectorySuffix (line 86) | [Test] method testNoSpace (line 92) | [Test] method testNoAsciiControlCharacters (line 98) | [Test] method testNoBareDot (line 105) | [Test] method testNoLeadingOrTrailingDot (line 114) | [Test] method testContainsDot (line 123) | [Test] method testNoMagicRefCharacters (line 130) | [Test] method testShellGlob (line 146) | [Test] method testValidSpecialCharacters (line 162) | [Test] method testUnicodeNames (line 195) | [Test] method testRefLogQueryIsValidRef (line 201) | [Test] FILE: GitSharp.Tests/GitSharp.Core/WindowCacheGetTest.cs class WindowCacheGetTest (line 47) | [TestFixture] method setUp (line 52) | public override void setUp() method testCache_Defaults (line 79) | [Test] method testCache_TooFewFiles (line 92) | [Test] method testCache_TooSmallLimit (line 101) | [Test] method CheckLimits (line 110) | private static void CheckLimits(WindowCacheConfig cfg) method DoCacheTests (line 119) | private void DoCacheTests() class TestObject (line 134) | private class TestObject FILE: GitSharp.Tests/GitSharp.Core/WindowCacheReconfigureTest.cs class WindowCacheReconfigureTest (line 46) | [TestFixture] method testConfigureCache_PackedGitLimit_0 (line 49) | [Test] method testConfigureCache_PackedGitWindowSize_0 (line 56) | [Test] method testConfigureCache_PackedGitWindowSize_512 (line 71) | [Test] method testConfigureCache_PackedGitWindowSize_4097 (line 86) | [Test] method testConfigureCache_PackedGitOpenFiles_0 (line 101) | [Test] method testConfigureCache_PackedGitWindowSizeAbovePackedGitLimit (line 116) | [Test] method testConfigureCache_Limits1 (line 131) | [Test] FILE: GitSharp.Tests/GitSharp.Core/WorkDirCheckoutTest.cs class WorkDirCheckoutTest (line 50) | [TestFixture] method testCheckingOutWithConflicts (line 54) | [Test] method testFindingConflicts (line 94) | [Test] FILE: GitSharp.Tests/GitSharp.Core/XInputStream.cs class XInputStream (line 45) | internal class XInputStream : IDisposable method XInputStream (line 50) | internal XInputStream(FileStream s) method Dispose (line 62) | public void Dispose() method CleanUp (line 67) | private void CleanUp() method ReadFully (line 80) | internal byte[] ReadFully(int len) method ReadFully (line 87) | internal void ReadFully(byte[] b, int o, int len) method ReadUInt8 (line 101) | internal int ReadUInt8() method ReadUInt32 (line 111) | internal long ReadUInt32() method Close (line 117) | internal void Close() FILE: GitSharp.Tests/GitSharp/AbstractTreeNodeTests.cs class AbstractTreeNodeTests (line 46) | [TestFixture] method NameAndPath (line 50) | [Test] method GetHistory (line 66) | [Test] method GetHistory1 (line 90) | [Ignore("this test fails because cgit (for some reason) selects a diff... method GetHistory2 (line 103) | [Ignore("this test fails because cgit filters out one duplicate change... FILE: GitSharp.Tests/GitSharp/ApiTestCase.cs class ApiTestCase (line 43) | public class ApiTestCase : SampleDataRepositoryTestCase method GetTrashRepository (line 45) | protected Repository GetTrashRepository() method AssertFileExistsInWD (line 50) | protected void AssertFileExistsInWD(string path) method AssertFileNotExistentInWD (line 56) | protected void AssertFileNotExistentInWD(string path) method AssertFileContentInWDEquals (line 62) | protected void AssertFileContentInWDEquals(string path, string content) method AssertRepoIsClean (line 68) | protected void AssertRepoIsClean(Repository r) FILE: GitSharp.Tests/GitSharp/BlobTests.cs class BlobTests (line 45) | [TestFixture] method WriteBlob (line 49) | [Test] FILE: GitSharp.Tests/GitSharp/BranchTest.cs class BranchTest (line 44) | [TestFixture] method Branch_from_HEAD (line 48) | [Test] method Branch_from_a_commit_in_history (line 65) | [Test] method Switch_to_Branch (line 77) | [Test] method GetFile (line 170) | private FileInfo GetFile(Repository r, string relative_path) method ResetHard (line 175) | [Test] method ResetHard1 (line 223) | [Test] method ResetSoft (line 236) | [Test] method ResetSoft1 (line 284) | [Test] method ResetMixed (line 300) | [Test] method ResetMixed1 (line 348) | [Test] method Rename (line 364) | [Test] method Delete (line 382) | [Test] FILE: GitSharp.Tests/GitSharp/CloneTests.cs class CloneTests (line 50) | [TestFixture] method Check_cloned_bare_repo (line 53) | [Test] method Check_cloned_repo_git (line 59) | [Test] method Try_cloning_non_existing_repo_git (line 80) | [Test] method Checked_cloned_local_dotGit_suffixed_repo (line 88) | [Test] method Check_cloned_repo_http (line 121) | [Test] FILE: GitSharp.Tests/GitSharp/CommitDateTests.cs class CommitDateTests (line 45) | [TestFixture] method ShouldBeAbleToReadAuthorDate (line 51) | [Test] method ShouldBeAbleToReadAuthorDate2 (line 73) | [Test] method ShouldBeAbleToReadCommitDate (line 84) | [Test] FILE: GitSharp.Tests/GitSharp/CommitTests.cs class CommitTests (line 10) | [TestFixture] method Commit_into_empty_repository (line 13) | [Test] method Commit_changes_to_existing_commit (line 43) | [Test] method Commit_changes_to_existing_commit1 (line 82) | [Test] method Commit_changes_against_multiple_parents (line 95) | [Test] method Checkout_Commit (line 114) | [Test] method Checkout_Paths (line 140) | [Test] method Commit_ancestors (line 160) | [Test] method Commit_file_list (line 171) | [Test] FILE: GitSharp.Tests/GitSharp/DiffTests.cs class DiffTests (line 47) | [TestFixture] method EmptyDiffTest (line 71) | [Test] method UnchangedTest (line 79) | [Test] method NothingAgainstEverythingTest (line 93) | [Test] method DifferenceAtTheBeginning (line 109) | [Test] method DifferenceAtTheEnd (line 130) | [Test] method MultipleReplacements (line 151) | [Test] method EditType (line 192) | [Test] method DumpSections (line 214) | private static void DumpSections(Diff diff) method IsBinary (line 227) | [Test] FILE: GitSharp.Tests/GitSharp/EncodingTests.cs class EncodingTests (line 50) | [TestFixture] method Chinese_UTF8 (line 53) | [Test] method French_UTF8 (line 96) | [Test] method Japanese_ShiftJIS (line 134) | [Test] method CanReadFromMsysGitJapaneseRepository (line 169) | [Test] method CommitHonorsConfigCommitEncoding (line 191) | [Test] method UTF8_to_ShiftJIS_filename (line 300) | private static string UTF8_to_ShiftJIS_filename(string utf8_japanese) method UTF8_to_ShiftJIS (line 306) | private static byte[] UTF8_to_ShiftJIS(string utf8_japanese) FILE: GitSharp.Tests/GitSharp/FindGitDirectoryTests.cs class FindGitDirectoryTests (line 12) | [TestFixture] method Honors_environment_variable_GIT_DIR (line 15) | [Test] method Honors_CurrentDirectory (line 35) | [Test] method Explicit_path_is_preferred (line 55) | [Test] FILE: GitSharp.Tests/GitSharp/IgnoreTests.cs class IgnoreTests (line 46) | [TestFixture] method TestIgnore (line 49) | [Test] method TestIgnore1 (line 72) | [Ignore("we need to improve IgnoreRules or IgnoreHandler to handle suc... method GetRules (line 83) | private static IgnoreRules GetRules() FILE: GitSharp.Tests/GitSharp/IndexTest.cs class IndexTest (line 50) | [TestFixture] method IndexAdd (line 53) | [Test] method Read_write_empty_index (line 92) | [Test] method Diff_special_msysgit_index (line 116) | [Test] method Add_and_Commit_directly (line 154) | [Test] method Access_Index_Members (line 175) | [Test] method Stage_Unstage (line 188) | [Test] method Checkout_From_Index (line 213) | [Test] method Checkout_Single_Files_From_Index (line 239) | [Test] method AddAll_No_New_Files (line 261) | [Test] method AddAll_New_Files (line 282) | [Test] method AddAll_New_Directory (line 307) | [Test] method AddAll_New_Directory_With_File (line 332) | [Test] method AddAll_New_File_And_New_Directory_With_File (line 360) | [Test] method AddAll_Directory_Recursive (line 391) | [Test] method AddAll_Ignore_Files (line 429) | [Test] FILE: GitSharp.Tests/GitSharp/InitTests.cs class InitTests (line 49) | [TestFixture] method IsBare (line 53) | [Test] method IsNonBare (line 65) | [Test] method IsBareValid (line 78) | [Test] method IsNonBareValid (line 91) | [Test] method ReinitializeDoesNotResetHead (line 104) | [Test] FILE: GitSharp.Tests/GitSharp/MergeTests.cs class MergeTests (line 10) | [TestFixture] method MergeStrategyOurs (line 13) | [Test] method MergeStrategyTheirs (line 28) | [Test] method MergeStrategyRecursive_FastForwardOff (line 46) | [Test] FILE: GitSharp.Tests/GitSharp/ObjectEqualityTests.cs class ObjectEqualityTests (line 43) | [TestFixture] method ShouldBeAbleToCompareNullObjects (line 46) | [Test] method ShouldBeAbleToCompareNullObjectsInverse (line 54) | [Test] method SameInstanceShouldBeEqual (line 62) | [Test] method DifferentInstancesShouldntBeEqual (line 74) | [Test] FILE: GitSharp.Tests/GitSharp/RefModelTests.cs class RefModelTests (line 48) | [TestFixture] method UpdateBranch (line 52) | [Test] method RefNameResolution (line 66) | [Test] method RefEquality (line 78) | [Test] FILE: GitSharp.Tests/GitSharp/RepositoryConfigTest.cs class RepositoryConfigTest (line 7) | [TestFixture] method PersistsSavesConfigChangesToDisk (line 10) | [Test] FILE: GitSharp.Tests/GitSharp/RepositoryStatusTests.cs class RepositoryStatusTests (line 49) | [TestFixture] method StatusEvenWorksWithHeadLessRepo (line 53) | [Test] method TracksAddedFiles (line 67) | [Test] method UntrackedFiles (line 123) | [Test] method Modified_and_Staged (line 144) | [Test] method Removed (line 176) | [Test] method UntrackedDirectory (line 207) | [Ignore("Gitsharp is not yet clever enough to collapse directories con... method Missing (line 224) | [Test] method IgnoreUntrackedFilesAndDirectories (line 261) | [Test] method AlternativeCallbackApiTest (line 304) | [Test] FILE: GitSharp.Tests/GitSharp/RepositoryTests.cs class RepositoryTests (line 48) | [TestFixture] method ImplicitConversionToCoreRepo (line 52) | [Test] method FindRepository (line 63) | [Test] method FindRepositoryReturnsNullInNonGitTree (line 87) | [Test] method AccessGitObjects (line 101) | [Test] method AccessGitObjectsMagic (line 124) | [Ignore] FILE: GitSharp.Tests/GitSharp/StatusTests.cs class StatusTests (line 49) | [TestFixture] method RunStatusTests (line 60) | void RunStatusTests(StatusOperation oper) method AssertStatus (line 189) | void AssertStatus (RepositoryStatus results, List filesToCheck... method TestRecursiveDirectoryRoot (line 225) | [Test] method TestRecursiveDirectorySubdir1 (line 236) | [Test] method TestRecursiveDirectorySubdir2 (line 246) | [Test] method TestNonrecursiveDirectoryRoot (line 255) | [Test] method TestNonrecursiveDirectorySubdir1 (line 264) | [Test] method TestNonrecursiveDirectorySubdir2 (line 273) | [Test] method TestFileStatus (line 282) | [Test] FILE: GitSharp.Tests/GitSharp/TextTests.cs class TextTests (line 46) | [TestFixture] method GetLineTest (line 68) | [Test] method EncodingTest (line 83) | [Test] method GetBlockTest (line 103) | [Test] FILE: GitSharp/AbstractObject.cs class AbstractObject (line 57) | public abstract class AbstractObject method AbstractObject (line 62) | internal AbstractObject(Repository repo, ObjectId id) method AbstractObject (line 68) | internal AbstractObject(Repository repo, string name) method Diff (line 164) | public Diff Diff(AbstractObject other) { } method Grep (line 166) | public ?? Grep(?? pattern) { } method Wrap (line 179) | internal static AbstractObject Wrap(Repository repo, ObjectId objectId) method Equals (line 206) | public override bool Equals(object obj) method GetHashCode (line 224) | public override int GetHashCode() FILE: GitSharp/AbstractTreeNode.cs class AbstractTreeNode (line 50) | public abstract class AbstractTreeNode : AbstractObject method AbstractTreeNode (line 52) | internal AbstractTreeNode(Repository repo, ObjectId id) : base(repo, i... method GetHistory (line 63) | public IEnumerable GetHistory() method GetHistoryBefore (line 73) | public IEnumerable GetHistoryBefore(Commit commit) method GetLastCommit (line 97) | public Commit GetLastCommit() method GetLastCommitBefore (line 106) | public Commit GetLastCommitBefore(Commit commit) FILE: GitSharp/Author.cs class Author (line 48) | public class Author method Author (line 54) | public Author() { } method Author (line 59) | public Author(string name, string email) method GetDefaultAuthor (line 80) | public static Author GetDefaultAuthor(Repository repo) FILE: GitSharp/Blob.cs class Blob (line 65) | public class Blob : AbstractObject method Blob (line 68) | internal Blob(Repository repo, ObjectId id) method Blob (line 73) | internal Blob(Repository repo, ObjectId id, byte[] blob) method Blob (line 84) | public Blob(Repository repo, string hash) : base(repo, hash) { } method ToString (line 119) | public override string ToString() method Create (line 130) | public static Blob Create(Repository repo, string content) method Create (line 142) | public static Blob Create(Repository repo, string content, Encoding en... method CreateFromFile (line 153) | public static Blob CreateFromFile(Repository repo, string path) method Create (line 166) | public static Blob Create(Repository repo, byte[] content) FILE: GitSharp/Branch.cs class Branch (line 56) | public class Branch : Ref method Branch (line 64) | public Branch(Ref @ref) method Branch (line 75) | public Branch(Repository repo, string name) method Branch (line 81) | internal Branch(Repository repo, CoreRef @ref) method GetBranchName (line 87) | static string GetBranchName (string name) method GetRefName (line 97) | static string GetRefName (string name) method Merge (line 189) | public MergeResult Merge(Branch other, MergeStrategy strategy) method Delete (line 200) | public void Delete() method Checkout (line 211) | public void Checkout() method Rename (line 222) | public void Rename (string name) method Reset (line 236) | public void Reset(ResetBehavior resetBehavior) method Reset (line 247) | public void Reset(string commitHash, ResetBehavior resetBehavior) method Reset (line 266) | public void Reset(Commit commit, ResetBehavior resetBehavior) method ResetMixed (line 288) | private void ResetMixed(Commit commit) method ResetSoft (line 298) | private static void ResetSoft(Commit commit) method ResetHard (line 303) | private void ResetHard(Commit commit) method Create (line 321) | public static Branch Create(Repository repo, string name) method Create (line 336) | public static Branch Create(Repository repo, string name, Commit commit) method ToString (line 350) | public override string ToString() FILE: GitSharp/Change.cs type ChangeType (line 46) | public enum ChangeType class Change (line 54) | public class Change method ToString (line 165) | public override string ToString() FILE: GitSharp/Commands/AbstractCommand.cs class AbstractCommand (line 50) | public abstract class AbstractCommand : IGitCommand method AbbreviateRef (line 58) | protected string AbbreviateRef(String dst, bool abbreviateRemote) method FindGitDirectory (line 73) | public static string FindGitDirectory(string rootDirectory, bool recur... method Execute (line 213) | public abstract void Execute(); FILE: GitSharp/Commands/AbstractFetchCommand.cs class AbstractFetchCommand (line 43) | public abstract class AbstractFetchCommand : AbstractCommand method showFetchResult (line 47) | protected void showFetchResult(GitSharp.Core.Transport.Transport tn, F... method longTypeOf (line 71) | private string longTypeOf(TrackingRefUpdate u) method shortTypeOf (line 112) | private static char shortTypeOf(RefUpdate.RefUpdateResult r) FILE: GitSharp/Commands/CloneCommand.cs class CloneCommand (line 55) | public class CloneCommand method CloneCommand (line 59) | public CloneCommand() method Execute (line 175) | public override void Execute() method saveRemote (line 250) | private void saveRemote(URIish uri) method runFetch (line 261) | private FetchResult runFetch() method guessHEAD (line 282) | private static GitSharp.Core.Ref guessHEAD(FetchResult result) method doCheckout (line 306) | private void doCheckout(GitSharp.Core.Ref branch) FILE: GitSharp/Commands/FetchCommand.cs class FetchCommand (line 44) | public class FetchCommand : AbstractFetchCommand method FetchCommand (line 59) | public FetchCommand() method Execute (line 65) | public override void Execute() FILE: GitSharp/Commands/IGitCommand.cs type IGitCommand (line 45) | public interface IGitCommand method Execute (line 47) | void Execute(); FILE: GitSharp/Commands/InitCommand.cs class InitCommand (line 49) | public class InitCommand : AbstractCommand method InitCommand (line 51) | public InitCommand() method Execute (line 122) | public override void Execute() FILE: GitSharp/Commands/LogCommand.cs class LogCommand (line 47) | public class LogCommand method LogCommand (line 51) | public LogCommand() { method Execute (line 659) | public override void Execute() method ShowCommit (line 669) | private void ShowCommit(Commit commit) FILE: GitSharp/Commands/MergeCommand.cs class MergeCommand (line 47) | public static class MergeCommand method Execute (line 49) | public static MergeResult Execute(MergeOptions options) method FormatMergeMessage (line 75) | private static string FormatMergeMessage(MergeOptions options) method SelectMerger (line 83) | private static Merger SelectMerger(MergeOptions options) type MergeStrategy (line 100) | public enum MergeStrategy { Ours, Theirs, Recursive } class MergeOptions (line 102) | public class MergeOptions method MergeOptions (line 104) | public MergeOptions() method Validate (line 157) | public void Validate() class MergeResult (line 166) | public class MergeResult FILE: GitSharp/Commands/PushCommand.cs class PushCommand (line 45) | public class PushCommand : AbstractCommand method PushCommand (line 63) | public PushCommand() method AddAll (line 69) | public void AddAll() method AddTags (line 74) | public void AddTags() method Execute (line 79) | public override void Execute() method printPushResult (line 113) | private void printPushResult(URIish uri, PushResult result) method printRefUpdateResult (line 147) | private void printRefUpdateResult(URIish uri, OperationResult result, ... method printUpdateLine (line 222) | private void printUpdateLine(char flag, string summary, string srcRef,... FILE: GitSharp/Commands/StatusCommand.cs class StatusCommand (line 48) | public class StatusCommand : AbstractCommand method StatusCommand (line 52) | public StatusCommand() method Execute (line 65) | public override void Execute() class StatusResults (line 146) | public class StatusResults method Clear (line 152) | public void Clear() method Search (line 160) | public Dictionary Search(string filepattern) method Contains (line 189) | public bool Contains(string filepattern, int state) type StatusState (line 235) | public struct StatusState type StatusType (line 242) | public struct StatusType FILE: GitSharp/Commit.cs class Commit (line 62) | public class Commit : AbstractObject method Commit (line 65) | public Commit(Repository repo, string hash_or_name) method Commit (line 70) | internal Commit(Repository repo, CoreRef @ref) method Commit (line 75) | internal Commit(Repository repo, Core.Commit internal_commit) method Commit (line 81) | internal Commit(Repository repo, ObjectId id) method Checkout (line 300) | public void Checkout() method Checkout (line 305) | private void Checkout(string working_directory) // [henon] made this p... method Checkout (line 328) | public void Checkout(params string[] paths) method Blame (line 349) | public Commit[] Blame (string path) method CompareCommits (line 403) | public static IEnumerable CompareCommits(Commit reference, Com... method CalculateCommitDiff (line 430) | private static IEnumerable CalculateCommitDiff(Repository repo... method CompareAgainst (line 515) | public IEnumerable CompareAgainst(Commit other) method CompareAgainstParents (line 538) | private IEnumerable CompareAgainstParents() method Create (line 556) | public static Commit Create(string message, Commit parent, Tree tree) method Create (line 565) | public static Commit Create(string message, Commit parent, Tree tree, ... method Create (line 570) | public static Commit Create(string message, Commit parent, Tree tree, ... method Create (line 575) | public static Commit Create(string message, IEnumerable parent... method GetCommitEncoding (line 594) | private static Encoding GetCommitEncoding(Repository repository) method ToString (line 613) | public override string ToString() FILE: GitSharp/Config.cs class Config (line 49) | public class Config : IEnumerable> method Config (line 53) | public Config(Repository repo) method GetEnumerator (line 114) | public IEnumerator> GetEnumerator() method GetEnumerator (line 131) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Persist (line 141) | public void Persist() FILE: GitSharp/Diff.cs class Diff (line 54) | public class Diff : IEnumerable method Diff (line 61) | public Diff(string a, string b) method Diff (line 71) | public Diff(Blob a, Blob b) method Diff (line 81) | public Diff(byte[] a, byte[] b) type SectionStatus (line 147) | public enum SectionStatus { Unchanged, Different, Conflicting } type EditType (line 149) | public enum EditType { Unchanged, Inserted, Deleted, Replaced } method GetEnumerator (line 160) | public IEnumerator
GetEnumerator() method GetEnumerator (line 172) | IEnumerator IEnumerable.GetEnumerator() class Section (line 185) | public class Section method Section (line 187) | public Section(Text a, Text b) method Section (line 196) | internal Section(Text a, Text b, Edit edit) method IsBinary (line 325) | public static bool? IsBinary(string path) method IsBinary (line 336) | public static bool? IsBinary(byte[] data) method IsBinary (line 344) | private static bool? IsBinary(Stream stream) FILE: GitSharp/Examples.cs class Manipulating_git_objects (line 51) | internal class Manipulating_git_objects method Repository (line 55) | public void Repository() method Commit (line 76) | public void Commit() method Tree_and_Leaf (line 94) | public void Tree_and_Leaf() method Blob (line 113) | public void Blob() method Branch (line 123) | public void Branch() class Using_git_commands (line 159) | internal class Using_git_commands method Init (line 161) | public void Init() method Clone (line 175) | public void Clone() FILE: GitSharp/Git.cs class Git (line 51) | public static class Git method ExtractCommitHashFrom (line 82) | private static string ExtractCommitHashFrom(string product) method Clone (line 142) | public static Repository Clone(string fromUrl, string toPath) method Clone (line 155) | public static Repository Clone(string fromUrl, string toPath, bool bare) method Clone (line 166) | public static Repository Clone(CloneCommand command) method Init (line 178) | public static void Init(string path) method Init (line 183) | public static void Init(string path, bool bare) method Init (line 188) | public static void Init(InitCommand command) method Merge (line 199) | public static MergeResult Merge(MergeOptions options) method Status (line 209) | public static StatusResults Status(StatusCommand command) FILE: GitSharp/IReferenceObject.cs type IReferenceObject (line 48) | public interface IReferenceObject FILE: GitSharp/IgnoreRules.cs class IgnoreRules (line 47) | public class IgnoreRules type Rule (line 49) | private struct Rule method IgnoreRules (line 58) | public IgnoreRules(string ignorePath) method IgnoreRules (line 64) | public IgnoreRules(string[] lines) method BuildRules (line 72) | private void BuildRules(List rules, string[] lines) method IgnoreDir (line 139) | public bool IgnoreDir(string workingDirectory, string fullDirectory) method IgnoreFile (line 167) | public bool IgnoreFile(string workingDirectory, string filePath) FILE: GitSharp/Index.cs class Index (line 51) | public class Index method Index (line 55) | public Index(Repository repo) method Index (line 63) | static Index() method AddAll (line 80) | public void AddAll() method Add (line 93) | public void Add(params string[] paths) method AddContent (line 117) | public void AddContent(string path, string content) method AddContent (line 127) | public void AddContent(byte[] encoded_relative_filepath, byte[] encode... method AddFile (line 134) | private void AddFile(FileInfo path) method AddDirectory (line 150) | private void AddDirectory(DirectoryInfo dir) method Remove (line 165) | public void Remove(params string[] paths) method Delete (line 191) | public void Delete(params string[] paths) method RemoveFile (line 209) | private void RemoveFile(FileInfo path, bool delete_file) method RemoveDirectory (line 216) | private void RemoveDirectory(DirectoryInfo dir, bool delete_dir) method Stage (line 230) | public void Stage(params string[] paths) method StageContent (line 238) | public void StageContent(string path, string content) method Unstage (line 247) | public void Unstage(params string[] paths) method Checkout (line 271) | public void Checkout() method Checkout (line 278) | private void Checkout(string directory) method Checkout (line 288) | public void Checkout(params string[] paths) method Write (line 306) | public void Write() method Read (line 314) | public void Read() method CommitChanges (line 342) | public Commit CommitChanges(string message, Author author) method ToString (line 359) | public override string ToString() method GetContent (line 383) | public string GetContent(string path) FILE: GitSharp/Leaf.cs class Leaf (line 50) | public class Leaf : AbstractTreeNode method Leaf (line 52) | internal Leaf(Repository repo, FileTreeEntry entry) FILE: GitSharp/Ref.cs class Ref (line 56) | public class Ref : IReferenceObject method Ref (line 61) | public Ref(Repository repo, string name) method Ref (line 67) | internal Ref(Repository repo, CoreRef @ref) method Update (line 110) | public void Update(Ref reference) method Update (line 119) | public void Update(AbstractObject reference) method Update (line 129) | public static void Update(string name, AbstractObject reference) method IsValidName (line 143) | public static bool IsValidName(string refName) method Equals (line 150) | public override bool Equals(object obj) method GetHashCode (line 171) | public override int GetHashCode() method ToString (line 181) | public override string ToString() FILE: GitSharp/Remote.cs class Remote (line 34) | public class Remote method Remote (line 40) | internal Remote (Repository repo, RemoteConfig config) method Update (line 46) | public void Update () method Delete (line 52) | internal void Delete () method AddURI (line 159) | public bool AddURI(URIish toAdd) method RemoveURI (line 169) | public bool RemoveURI(URIish toRemove) method AddPushURI (line 179) | public bool AddPushURI(URIish toAdd) method RemovePushURI (line 189) | public bool RemovePushURI(URIish toRemove) method AddFetchRefSpec (line 199) | public bool AddFetchRefSpec(RefSpec s) method SetFetchRefSpecs (line 211) | public void SetFetchRefSpecs(List specs) method SetPushRefSpecs (line 223) | public void SetPushRefSpecs(List specs) method RemoveFetchRefSpec (line 233) | public bool RemoveFetchRefSpec(RefSpec s) method AddPushRefSpec (line 243) | public bool AddPushRefSpec(RefSpec s) method RemovePushRefSpec (line 253) | public bool RemovePushRefSpec(RefSpec s) class RemoteCollection (line 259) | public class RemoteCollection: IEnumerable method RemoteCollection (line 263) | internal RemoteCollection (Repository repo) method GetEnumerator (line 268) | public IEnumerator GetEnumerator () method CreateRemote (line 274) | public Remote CreateRemote (string name) method Remove (line 281) | public void Remove (Remote remote) method GetEnumerator (line 287) | IEnumerator IEnumerable.GetEnumerator () FILE: GitSharp/Repository.cs class Repository (line 56) | public class Repository : IDisposable method Repository (line 65) | internal Repository(CoreRepository repo) method Repository (line 75) | public Repository(string path) method SwitchToBranch (line 170) | public void SwitchToBranch(string name) method SwitchToBranch (line 179) | public void SwitchToBranch(Branch branch) method Commit (line 189) | public Commit Commit(string message) method Commit (line 200) | public Commit Commit(string message, Author author) method Commit (line 211) | public Commit Commit(string message, params string[] paths) method Commit (line 223) | public Commit Commit(string message, Author author, params string[] pa... method GetDirectoryFiles (line 314) | IEnumerable GetDirectoryFiles (DirectoryInfo dir) method SaveTree (line 325) | ObjectId SaveTree (GitSharp.Core.Tree tree, HashSet(string identifier) where T : class method Get (line 761) | internal AbstractObject Get(ObjectId id) method GetTreeNode (line 766) | internal AbstractTreeNode GetTreeNode(string path) method GetLeaf (line 776) | internal Leaf GetLeaf(string path) method GetBlob (line 786) | internal Blob GetBlob(string path) method GetTag (line 799) | internal Tag GetTag(string identifier) method GetBranch (line 804) | internal Branch GetBranch(string identifier) method GetCommit (line 809) | internal Commit GetCommit(string identifier) method GetTree (line 814) | internal Tree GetTree(string path) FILE: GitSharp/RepositoryStatus.cs class RepositoryStatus (line 49) | public class RepositoryStatus method RepositoryStatus (line 58) | public RepositoryStatus(Repository repository) method RepositoryStatus (line 63) | public RepositoryStatus(Repository repository, RepositoryStatusOptions... method RepositoryStatus (line 72) | internal RepositoryStatus(Repository repository, RepositoryStatusOptio... method Update (line 139) | public void Update() method UpdateDirectoryRecursive (line 163) | private void UpdateDirectoryRecursive (string path) method UpdateDirectoryNotRecursive (line 174) | private void UpdateDirectoryNotRecursive (string path) method UpdateSingleFile (line 244) | private void UpdateSingleFile (string file) method CreateWorkingDirectoryTree (line 266) | private GitSharp.Core.Tree CreateWorkingDirectoryTree(string subdir) method FillTree (line 287) | private void FillTree(DirectoryInfo dir, Core.Tree tree) method OnVisitEntry (line 311) | private void OnVisitEntry(TreeEntry treeEntry, TreeEntry wdirEntry, Gi... method OnAdded (line 368) | private PathStatus OnAdded(string path, PathStatus status) method OnStaged (line 381) | private PathStatus OnStaged(string path, PathStatus status) method OnMissing (line 394) | private PathStatus OnMissing(string path, PathStatus status) method OnModified (line 407) | private PathStatus OnModified(string path, PathStatus status) method OnMergeConflict (line 420) | private PathStatus OnMergeConflict(string path, PathStatus status) method OnRemoved (line 433) | private PathStatus OnRemoved(string path, PathStatus status) method OnUntracked (line 446) | private PathStatus OnUntracked(string path, PathStatus status) class RepositoryStatusOptions (line 463) | public class RepositoryStatusOptions class PathStatus (line 479) | public class PathStatus method PathStatus (line 481) | public PathStatus(Repository repo, string path) type WorkingPathStatus (line 510) | public enum WorkingPathStatus { Unchanged, Modified, Missing, Untracked } type IndexPathStatus (line 511) | public enum IndexPathStatus { Unchanged, Added, Removed, Staged, MergeCo... FILE: GitSharp/ResetBehavior.cs type ResetBehavior (line 44) | public enum ResetBehavior FILE: GitSharp/Stash.cs class Stash (line 37) | public class Stash method Stash (line 59) | private Stash () method Stash (line 63) | internal Stash (string prevStashCommitId, string commitId, Author auth... method Parse (line 89) | internal static Stash Parse (string line) method Apply (line 125) | public void Apply () class StashCollection (line 131) | public class StashCollection: IEnumerable method StashCollection (line 135) | internal StashCollection (Repository repo) method Create (line 155) | public Stash Create () method Create (line 160) | public Stash Create (string message) method WriteWorkingDirectoryTree (line 204) | ObjectId WriteWorkingDirectoryTree (Core.Tree headTree, GitIndex index) method WriteTree (line 212) | void WriteTree (ObjectWriter writer, Core.Tree headTree, GitIndex inde... method Apply (line 233) | internal void Apply (Stash stash) method Remove (line 246) | public void Remove (Stash s) method Pop (line 252) | public void Pop () method Clear (line 260) | public void Clear () method Remove (line 268) | void Remove (List stashes, Stash s) method GetEnumerator (line 287) | public IEnumerator GetEnumerator () method ReadStashes (line 292) | List ReadStashes () method WriteStashes (line 319) | void WriteStashes (List list) method GetEnumerator (line 329) | IEnumerator IEnumerable.GetEnumerator () FILE: GitSharp/Stubs/AddCommand.cs class AddCommand (line 48) | public class AddCommand method AddCommand (line 52) | public AddCommand() { method Execute (line 180) | public override void Execute() FILE: GitSharp/Stubs/AmCommand.cs class AmCommand (line 46) | public class AmCommand method AmCommand (line 50) | public AmCommand() { method Execute (line 259) | public override void Execute() FILE: GitSharp/Stubs/AnnotateCommand.cs class AnnotateCommand (line 46) | public class AnnotateCommand method AnnotateCommand (line 50) | public AnnotateCommand() { method Execute (line 227) | public override void Execute() FILE: GitSharp/Stubs/ApplyCommand.cs class ApplyCommand (line 46) | public class ApplyCommand method ApplyCommand (line 50) | public ApplyCommand() { method Execute (line 327) | public override void Execute() FILE: GitSharp/Stubs/ArchiveCommand.cs class ArchiveCommand (line 46) | public class ArchiveCommand method ArchiveCommand (line 50) | public ArchiveCommand() { method Execute (line 129) | public override void Execute() FILE: GitSharp/Stubs/BlameCommand.cs class BlameCommand (line 46) | public class BlameCommand method BlameCommand (line 50) | public BlameCommand() { method Execute (line 284) | public override void Execute() FILE: GitSharp/Stubs/BranchCommand.cs class BranchCommand (line 46) | public class BranchCommand method BranchCommand (line 50) | public BranchCommand() { method Execute (line 224) | public override void Execute() FILE: GitSharp/Stubs/CatFileCommand.cs class CatFileCommand (line 46) | public class CatFileCommand method CatFileCommand (line 50) | public CatFileCommand() { method Execute (line 111) | public override void Execute() FILE: GitSharp/Stubs/CheckoutCommand.cs class CheckoutCommand (line 46) | public class CheckoutCommand : AbstractCommand method CheckoutCommand (line 50) | public CheckoutCommand() { method Execute (line 196) | public override void Execute() class CheckoutResults (line 251) | public class CheckoutResults FILE: GitSharp/Stubs/CheckoutIndexCommand.cs class CheckoutIndexCommand (line 46) | public class CheckoutIndexCommand method CheckoutIndexCommand (line 50) | public CheckoutIndexCommand() { method Execute (line 150) | public override void Execute() FILE: GitSharp/Stubs/CherryCommand.cs class CherryCommand (line 46) | public class CherryCommand method CherryCommand (line 50) | public CherryCommand() { method Execute (line 67) | public override void Execute() FILE: GitSharp/Stubs/CherryPickCommand.cs class CherryPickCommand (line 46) | public class CherryPickCommand method CherryPickCommand (line 50) | public CherryPickCommand() { method Execute (line 133) | public override void Execute() FILE: GitSharp/Stubs/CleanCommand.cs class CleanCommand (line 46) | public class CleanCommand method CleanCommand (line 50) | public CleanCommand() { method Execute (line 116) | public override void Execute() FILE: GitSharp/Stubs/CommitCommand.cs class CommitCommand (line 46) | public class CommitCommand method CommitCommand (line 50) | public CommitCommand() { method Execute (line 208) | public override void Execute() FILE: GitSharp/Stubs/CommitTreeCommand.cs class CommitTreeCommand (line 46) | public class CommitTreeCommand method CommitTreeCommand (line 50) | public CommitTreeCommand() { method Execute (line 67) | public override void Execute() FILE: GitSharp/Stubs/ConfigCommand.cs class ConfigCommand (line 49) | public class ConfigCommand : AbstractCommand method ConfigCommand (line 52) | public ConfigCommand() { method Execute (line 113) | public override void Execute() method doAdd (line 149) | private void doAdd(string name, string value) method doReplaceAll (line 154) | private void doReplaceAll(string name, string value, string regexValue) method doGet (line 159) | private void doGet(string name, string regexValue) method doGetAll (line 164) | private void doGetAll(string name, string regexValue) method doGetRegExp (line 169) | private void doGetRegExp(string nameRegex, string valueRegex) method doRemoveSection (line 174) | private void doRemoveSection(string name) method doRenameSection (line 179) | private void doRenameSection(string oldName, string newName) method doUnSet (line 184) | private void doUnSet(string name, string valueRegex) method doUnSetAll (line 189) | private void doUnSetAll(string name, string valueRegex) method doList (line 197) | private void doList() method doGetColorBool (line 207) | private void doGetColorBool(string color, string ouputToTerminal) method doGetColor (line 212) | private void doGetColor(string color, string defaultColor) method doEdit (line 217) | private void doEdit() method doDefault (line 222) | private void doDefault(string name, string value, string valueRegex) FILE: GitSharp/Stubs/CountObjectsCommand.cs class CountObjectsCommand (line 46) | public class CountObjectsCommand method CountObjectsCommand (line 50) | public CountObjectsCommand() { method Execute (line 71) | public override void Execute() FILE: GitSharp/Stubs/DescribeCommand.cs class DescribeCommand (line 46) | public class DescribeCommand method DescribeCommand (line 50) | public DescribeCommand() { method Execute (line 162) | public override void Execute() FILE: GitSharp/Stubs/DiffCommand.cs class DiffCommand (line 46) | public class DiffCommand method DiffCommand (line 50) | public DiffCommand() { method Execute (line 597) | public override void Execute() FILE: GitSharp/Stubs/DiffFilesCommand.cs class DiffFilesCommand (line 46) | public class DiffFilesCommand method DiffFilesCommand (line 50) | public DiffFilesCommand() { method Execute (line 672) | public override void Execute() FILE: GitSharp/Stubs/DiffIndexCommand.cs class DiffIndexCommand (line 46) | public class DiffIndexCommand method DiffIndexCommand (line 50) | public DiffIndexCommand() { method Execute (line 616) | public override void Execute() FILE: GitSharp/Stubs/DiffTreeCommand.cs class DiffTreeCommand (line 46) | public class DiffTreeCommand method DiffTreeCommand (line 50) | public DiffTreeCommand() { method Execute (line 777) | public override void Execute() FILE: GitSharp/Stubs/DifftoolCommand.cs class DifftoolCommand (line 46) | public class DifftoolCommand method DifftoolCommand (line 50) | public DifftoolCommand() { method Execute (line 113) | public override void Execute() FILE: GitSharp/Stubs/FastExportCommand.cs class FastExportCommand (line 46) | public class FastExportCommand method FastExportCommand (line 50) | public FastExportCommand() { method Execute (line 179) | public override void Execute() FILE: GitSharp/Stubs/FastImportCommand.cs class FastimportCommand (line 46) | public class FastimportCommand method FastimportCommand (line 50) | public FastimportCommand() { method Execute (line 172) | public override void Execute() FILE: GitSharp/Stubs/FetchPackCommand.cs class FetchPackCommand (line 46) | public class FetchPackCommand method FetchPackCommand (line 50) | public FetchPackCommand() { method Execute (line 156) | public override void Execute() FILE: GitSharp/Stubs/FilterBranchCommand.cs class FilterBranchCommand (line 46) | public class FilterBranchCommand method FilterBranchCommand (line 50) | public FilterBranchCommand() { method Execute (line 246) | public override void Execute() FILE: GitSharp/Stubs/ForEachRefCommand.cs class ForEachRefCommand (line 46) | public class ForEachRefCommand method ForEachRefCommand (line 50) | public ForEachRefCommand() { method Execute (line 103) | public override void Execute() FILE: GitSharp/Stubs/FormatPatchCommand.cs class FormatPatchCommand (line 46) | public class FormatPatchCommand method FormatPatchCommand (line 50) | public FormatPatchCommand() { method Execute (line 860) | public override void Execute() FILE: GitSharp/Stubs/FsckCommand.cs class FsckCommand (line 46) | public class FsckCommand method FsckCommand (line 50) | public FsckCommand() { method Execute (line 152) | public override void Execute() FILE: GitSharp/Stubs/GcCommand.cs class GcCommand (line 46) | public class GcCommand method GcCommand (line 50) | public GcCommand() { method Execute (line 121) | public override void Execute() FILE: GitSharp/Stubs/GrepCommand.cs class GrepCommand (line 46) | public class GrepCommand method GrepCommand (line 50) | public GrepCommand() { method Execute (line 356) | public override void Execute() FILE: GitSharp/Stubs/HashObjectCommand.cs class HashObjectCommand (line 46) | public class HashObjectCommand method HashObjectCommand (line 50) | public HashObjectCommand() { method Execute (line 116) | public override void Execute() FILE: GitSharp/Stubs/IndexPackCommand.cs class IndexpackCommand (line 46) | public class IndexpackCommand method IndexpackCommand (line 50) | public IndexpackCommand() { method Execute (line 153) | public override void Execute() FILE: GitSharp/Stubs/LsFilesCommand.cs class LsFilesCommand (line 46) | public class LsFilesCommand method LsFilesCommand (line 50) | public LsFilesCommand() { method Execute (line 255) | public override void Execute() FILE: GitSharp/Stubs/LsRemoteCommand.cs class LsRemoteCommand (line 46) | public class LsRemoteCommand method LsRemoteCommand (line 50) | public LsRemoteCommand() { method Execute (line 92) | public override void Execute() FILE: GitSharp/Stubs/LsTreeCommand.cs class LsTreeCommand (line 46) | public class LsTreeCommand method LsTreeCommand (line 50) | public LsTreeCommand() { method Execute (line 144) | public override void Execute() FILE: GitSharp/Stubs/MailinfoCommand.cs class MailinfoCommand (line 46) | public class MailinfoCommand method MailinfoCommand (line 50) | public MailinfoCommand() { method Execute (line 144) | public override void Execute() FILE: GitSharp/Stubs/MailsplitCommand.cs class MailsplitCommand (line 46) | public class MailsplitCommand method MailsplitCommand (line 50) | public MailsplitCommand() { method Execute (line 94) | public override void Execute() FILE: GitSharp/Stubs/MergeBaseCommand.cs class MergeBaseCommand (line 46) | public class MergeBaseCommand method MergeBaseCommand (line 50) | public MergeBaseCommand() { method Execute (line 66) | public override void Execute() FILE: GitSharp/Stubs/MergeFileCommand.cs class MergeFileCommand (line 46) | public class MergeFileCommand method MergeFileCommand (line 50) | public MergeFileCommand() { method Execute (line 89) | public override void Execute() FILE: GitSharp/Stubs/MergeIndexCommand.cs class MergeIndexCommand (line 46) | public class MergeIndexCommand method MergeIndexCommand (line 50) | public MergeIndexCommand() { method Execute (line 88) | public override void Execute() FILE: GitSharp/Stubs/MergetoolCommand.cs class MergetoolCommand (line 46) | public class MergetoolCommand method MergetoolCommand (line 50) | public MergetoolCommand() { method Execute (line 121) | public override void Execute() FILE: GitSharp/Stubs/MktreeCommand.cs class MktreeCommand (line 46) | public class MktreeCommand method MktreeCommand (line 50) | public MktreeCommand() { method Execute (line 88) | public override void Execute() FILE: GitSharp/Stubs/MvCommand.cs class MvCommand (line 46) | public class MvCommand method MvCommand (line 50) | public MvCommand() { method Execute (line 98) | public override void Execute() FILE: GitSharp/Stubs/NameRevCommand.cs class NameRevCommand (line 46) | public class NameRevCommand method NameRevCommand (line 50) | public NameRevCommand() { method Execute (line 119) | public override void Execute() FILE: GitSharp/Stubs/NotesCommand.cs class NotesCommand (line 46) | public class NotesCommand method NotesCommand (line 50) | public NotesCommand() { method Execute (line 80) | public override void Execute() FILE: GitSharp/Stubs/PackObjectsCommand.cs class PackObjectsCommand (line 46) | public class PackObjectsCommand method PackObjectsCommand (line 50) | public PackObjectsCommand() { method Execute (line 344) | public override void Execute() FILE: GitSharp/Stubs/PackRedundantCommand.cs class PackRedundantCommand (line 46) | public class PackRedundantCommand method PackRedundantCommand (line 50) | public PackRedundantCommand() { method Execute (line 83) | public override void Execute() FILE: GitSharp/Stubs/PackRefsCommand.cs class PackRefsCommand (line 46) | public class PackRefsCommand method PackRefsCommand (line 50) | public PackRefsCommand() { method Execute (line 73) | public override void Execute() FILE: GitSharp/Stubs/PatchIdCommand.cs class PatchIdCommand (line 46) | public class PatchIdCommand method PatchIdCommand (line 50) | public PatchIdCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/PeekRemoteCommand.cs class PeekRemoteCommand (line 46) | public class PeekRemoteCommand method PeekRemoteCommand (line 50) | public PeekRemoteCommand() { method Execute (line 76) | public override void Execute() FILE: GitSharp/Stubs/PruneCommand.cs class PruneCommand (line 46) | public class PruneCommand method PruneCommand (line 50) | public PruneCommand() { method Execute (line 84) | public override void Execute() FILE: GitSharp/Stubs/PrunePackedCommand.cs class PrunePackedCommand (line 46) | public class PrunePackedCommand method PrunePackedCommand (line 50) | public PrunePackedCommand() { method Execute (line 75) | public override void Execute() FILE: GitSharp/Stubs/QuiltimportCommand.cs class QuiltimportCommand (line 46) | public class QuiltimportCommand method QuiltimportCommand (line 50) | public QuiltimportCommand() { method Execute (line 91) | public override void Execute() FILE: GitSharp/Stubs/ReadTreeCommand.cs class ReadTreeCommand (line 46) | public class ReadTreeCommand method ReadTreeCommand (line 50) | public ReadTreeCommand() { method Execute (line 189) | public override void Execute() FILE: GitSharp/Stubs/RebaseCommand.cs class RebaseCommand (line 46) | public class RebaseCommand method RebaseCommand (line 50) | public RebaseCommand() method Execute (line 246) | public override void Execute() FILE: GitSharp/Stubs/ReceivePackCommand.cs class ReceivePackCommand (line 46) | public class ReceivePackCommand method ReceivePackCommand (line 50) | public ReceivePackCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/ReflogCommand.cs class ReflogCommand (line 46) | public class ReflogCommand method ReflogCommand (line 50) | public ReflogCommand() { method Execute (line 133) | public override void Execute() FILE: GitSharp/Stubs/RelinkCommand.cs class RelinkCommand (line 46) | public class RelinkCommand method RelinkCommand (line 50) | public RelinkCommand() { method Execute (line 68) | public override void Execute() FILE: GitSharp/Stubs/RemoteCommand.cs class RemoteCommand (line 46) | public class RemoteCommand method RemoteCommand (line 50) | public RemoteCommand() { method Execute (line 68) | public override void Execute() FILE: GitSharp/Stubs/RepackCommand.cs class RepackCommand (line 46) | public class RepackCommand method RepackCommand (line 50) | public RepackCommand() { method Execute (line 199) | public override void Execute() FILE: GitSharp/Stubs/ReplaceCommand.cs class ReplaceCommand (line 46) | public class ReplaceCommand method ReplaceCommand (line 50) | public ReplaceCommand() { method Execute (line 86) | public override void Execute() FILE: GitSharp/Stubs/RequestPullCommand.cs class RequestPullCommand (line 46) | public class RequestPullCommand method RequestPullCommand (line 50) | public RequestPullCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/ResetCommand.cs class ResetCommand (line 46) | public class ResetCommand method ResetCommand (line 50) | public ResetCommand() { method Execute (line 121) | public override void Execute() FILE: GitSharp/Stubs/RevParseCommand.cs class RevParseCommand (line 46) | public class RevParseCommand method RevParseCommand (line 50) | public RevParseCommand() { method Execute (line 357) | public override void Execute() FILE: GitSharp/Stubs/RevertCommand.cs class RevertCommand (line 46) | public class RevertCommand method RevertCommand (line 50) | public RevertCommand() { method Execute (line 124) | public override void Execute() FILE: GitSharp/Stubs/RmCommand.cs class RmCommand (line 46) | public class RmCommand method RmCommand (line 50) | public RmCommand() { method Execute (line 113) | public override void Execute() FILE: GitSharp/Stubs/SendPackCommand.cs class SendPackCommand (line 46) | public class SendPackCommand method SendPackCommand (line 50) | public SendPackCommand() { method Execute (line 124) | public override void Execute() FILE: GitSharp/Stubs/ShortlogCommand.cs class ShortlogCommand (line 46) | public class ShortlogCommand method ShortlogCommand (line 50) | public ShortlogCommand() { method Execute (line 103) | public override void Execute() FILE: GitSharp/Stubs/ShowBranchCommand.cs class ShowBranchCommand (line 46) | public class ShowBranchCommand method ShowBranchCommand (line 50) | public ShowBranchCommand() { method Execute (line 220) | public override void Execute() FILE: GitSharp/Stubs/ShowCommand.cs class ShowCommand (line 46) | public class ShowCommand method ShowCommand (line 50) | public ShowCommand() { method Execute (line 107) | public override void Execute() FILE: GitSharp/Stubs/ShowRefCommand.cs class ShowRefCommand (line 46) | public class ShowRefCommand method ShowRefCommand (line 50) | public ShowRefCommand() { method Execute (line 122) | public override void Execute() FILE: GitSharp/Stubs/StripspaceCommand.cs class StripspaceCommand (line 46) | public class StripspaceCommand method StripspaceCommand (line 50) | public StripspaceCommand() { method Execute (line 67) | public override void Execute() FILE: GitSharp/Stubs/SubmoduleCommand.cs class SubmoduleCommand (line 46) | public class SubmoduleCommand method SubmoduleCommand (line 50) | public SubmoduleCommand() { method Execute (line 169) | public override void Execute() FILE: GitSharp/Stubs/SvnCommand.cs class SvnCommand (line 46) | public class SvnCommand method SvnCommand (line 50) | public SvnCommand() { method Execute (line 158) | public override void Execute() FILE: GitSharp/Stubs/SymbolicRefCommand.cs class SymbolicRefCommand (line 46) | public class SymbolicRefCommand method SymbolicRefCommand (line 50) | public SymbolicRefCommand() { method Execute (line 77) | public override void Execute() FILE: GitSharp/Stubs/TagCommand.cs class TagCommand (line 46) | public class TagCommand method TagCommand (line 50) | public TagCommand() { method Execute (line 159) | public override void Execute() FILE: GitSharp/Stubs/TarTreeCommand.cs class TarTreeCommand (line 46) | public class TarTreeCommand method TarTreeCommand (line 50) | public TarTreeCommand() { method Execute (line 67) | public override void Execute() FILE: GitSharp/Stubs/UnpackFileCommand.cs class UnpackFileCommand (line 46) | public class UnpackFileCommand method UnpackFileCommand (line 50) | public UnpackFileCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/UnpackObjectsCommand.cs class UnpackObjectsCommand (line 46) | public class UnpackObjectsCommand method UnpackObjectsCommand (line 50) | public UnpackObjectsCommand() { method Execute (line 96) | public override void Execute() FILE: GitSharp/Stubs/UpdateIndexCommand.cs class UpdateIndexCommand (line 46) | public class UpdateIndexCommand method UpdateIndexCommand (line 50) | public UpdateIndexCommand() { method Execute (line 289) | public override void Execute() FILE: GitSharp/Stubs/UpdateServerInfoCommand.cs class UpdateServerInfoCommand (line 46) | public class UpdateServerInfoCommand method UpdateServerInfoCommand (line 50) | public UpdateServerInfoCommand() { method Execute (line 67) | public override void Execute() FILE: GitSharp/Stubs/UploadArchiveCommand.cs class UploadArchiveCommand (line 46) | public class UploadArchiveCommand method UploadArchiveCommand (line 50) | public UploadArchiveCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/UploadPackCommand.cs class UploadPackCommand (line 46) | public class UploadPackCommand method UploadPackCommand (line 50) | public UploadPackCommand() { method Execute (line 75) | public override void Execute() FILE: GitSharp/Stubs/VarCommand.cs class VarCommand (line 46) | public class VarCommand method VarCommand (line 50) | public VarCommand() { method Execute (line 69) | public override void Execute() FILE: GitSharp/Stubs/VerifyPackCommand.cs class VerifyPackCommand (line 46) | public class VerifyPackCommand method VerifyPackCommand (line 50) | public VerifyPackCommand() { method Execute (line 77) | public override void Execute() FILE: GitSharp/Stubs/VerifyTagCommand.cs class VerifyTagCommand (line 46) | public class VerifyTagCommand method VerifyTagCommand (line 50) | public VerifyTagCommand() { method Execute (line 59) | public override void Execute() FILE: GitSharp/Stubs/WhatchangedCommand.cs class WhatchangedCommand (line 46) | public class WhatchangedCommand method WhatchangedCommand (line 50) | public WhatchangedCommand() { method Execute (line 147) | public override void Execute() FILE: GitSharp/Tag.cs class Tag (line 54) | public class Tag : AbstractObject, IReferenceObject method Tag (line 57) | public Tag(Repository repo, string name) method Tag (line 65) | internal Tag(Repository repo, CoreRef @ref) method Tag (line 71) | internal Tag(Repository repo, CoreTag internal_tag) method Tag (line 77) | internal Tag(Repository repo, ObjectId id, string name) method ToString (line 140) | public override string ToString() FILE: GitSharp/Text.cs class Text (line 54) | public class Text method Text (line 61) | public Text(string text) method Text (line 71) | public Text(string text, Encoding encoding) method Text (line 76) | public Text(byte[] encoded_text) method Text (line 81) | internal Text(RawText raw_text, Encoding encoding) method GetRawLine (line 132) | public byte[] GetRawLine(int line) method GetLine (line 145) | public string GetLine(int line) method GetRawBlock (line 158) | public byte[] GetRawBlock(int start_line, int end_line) method GetBlock (line 173) | public string GetBlock(int start_line, int end_line) method ToString (line 178) | public override string ToString() FILE: GitSharp/Tree.cs class Tree (line 55) | public class Tree : AbstractTreeNode method Tree (line 57) | internal Tree(Repository repo, ObjectId id) : base(repo, id) { } method Tree (line 59) | internal Tree(Repository repo, CoreTree tree) method ToString (line 188) | public override string ToString() FILE: GitSharp/UserInfoProvider.cs class UserInfoProvider (line 41) | public static class UserInfoProvider FILE: tools/docu/templates/js/jquery.scrollTo-min.js function t (line 11) | function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})} function p (line 11) | function p(a){return typeof a=='object'?a:{top:a,left:a}}