Atiq Rahman

Results 10 comments of Atiq Rahman

@hhhanying are you trying to fix this bug? or just trying to log in?

Is it not approved yet because of inclusion of dll files in the commit?

You can iterate through the file list (after getting from command line arguments) and stage them like following, foreach(var file in fileList) { Repo.Index.Add(FilePath); Repo.Index.Write(); } Then, you call commit...

@uddeeqtkg this is not an issue, more like a general question. It might be good idea to move it to stackoverflow and tag with `libgit2sharp` ?

There doesn't seem to be a separate cred type for this yet. https://github.com/libgit2/libgit2sharp/blob/master/LibGit2Sharp/SupportedCredentialTypes.cs#L10 However, I have tried it with `UsernamePasswordCredentials` and it works perfectly. try it like, options.CredentialsProvider = new...

Highly desirable feature indeed!

Is there any update on this? Would love to set a default branch while initializing an empty repository. Thanks.

SharpCompress Version="0.32.2" Likewise, getting error on unrar / decryption, Unhandled exception. System.InvalidOperationException: TODO rar5 at SharpCompress.Common.Rar.Headers.FileHeader.get_FileCrc() at SharpCompress.Compressors.Rar.MultiVolumeReadOnlyStream.InitializeNextFilePart() at SharpCompress.Compressors.Rar.MultiVolumeReadOnlyStream..ctor(IEnumerable`1 parts, IExtractionListener streamListener) at SharpCompress.Archives.Rar.RarArchiveEntry.OpenEntryStream() at SharpCompress.Archives.IArchiveEntryExtensions.WriteTo(IArchiveEntry archiveEntry, Stream streamToWriteTo)...

@daveaglick @rdeago please have a look.