Artem V. Navrotskiy

Results 59 comments of Artem V. Navrotskiy

I create PoC for `ImportParams`. Sorry for formatting: I can't find sutable C autoformatter.

This issue was fixed by #166 and can be closed. But original issue is more complex, then expected: https://github.com/libvips/libvips/issues/2309

@apoelstra I think, this change is better then #294 because this change affects all digests (SHA1, SHA256, MD5, HMAC etc).

Usage example: ``` rust use crypto::digest::Digest; use crypto::md5::Md5; use std::io; use std::io::{Error, Read, Write}; pub fn stream_md5(reader: &mut R) -> Result { let mut hash = Md5::new(); try! (io::copy(reader, &mut...

Greate change! Without it I can't build with stable-x86_64-pc-windows-msvc toolchain.

Option `lfs-size-threshold` would be great. It can greatly speed up the work with the repository in the event of a large variation in file size. For example, in the case...

I see two ways for this feature implementation: 1. mapping file for change remote commit SHA1; 2. batch configuration for convert multiple repositories in single run. First one is likely...

Looks like you lost `vendors` directory from `git-lfs-migrate.zip` archive...

Command is correct, but vendors directory should presend near `git-lfs-migrate.jar`. So, you simply need unpack whole .zip-archive and run command without moving/deleting files.

Idea is good. But I want to make another implementation for this feature: I think template for modified commit message should be changeable by user.