-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
DONE
- Add experimental support for batch API calls Endpoint for batch upload/download operations #285 (@rubyist)
- Add
git lfs fetchcommand for downloading objects. Endpoint for batch upload/download operations #285 (@rubyist) - Fix
git lfs trackissues when run outside of a git repository Error when tracking in non-git directory #200, Fixed detection of LocalGitDir within submodules #312 - Fix
git lfs trackfor paths with spaces in them support tracking paths with spaces in the name #327 - Fix bug with zero length files Clean empty file #346 (@technoweenie)
- The Git
pre-pushwarns ifgit-lfsis not installed Make the pre-push hook check that git-lfs exists first #339 (@rubyist) - Fix Content-Type header Fix charset http Content-Type header #329 (@joerg)
- Trace performance in case of error while scanning refs Traced performance in case of error too #311 (@michael-k)
- Improve build linux build instructions Instruction nits #299 (@jsh)
- Various coding convention cleanups Codestyle #300 (@michael-k)
- Error handling refactoring Refactored and improved Errorhandling #305 (@michael-k)
- Performance tracing improvements Traced performance in case of error too #311 (@michael-k)
- Fix detection of
LocalGitDirandLocalWorkingDirFixed detection of LocalGitDir within submodules #312 Further improvements of LocalWorkingDir and LocalGitDir detection #354 Use .gitconfig in LocalWorkingDir instead of PWD #361 (@michael-k) - New integration test suite Integration tests 3 (one more time with feeling) #306 (@technoweenie)
- Prevent tracking a file outside of the git repository Prevent to track file outside git repository #294 (@aorjoa)
- Add script for building debian package Add debian package #309 (@ssgelm)
- Fix bug that prevented tracking files with spaces in the name. support tracking paths with spaces in the name #327 (@technoweenie)
- Fix charset parameter in Content-Type header Fix charset http Content-Type header #329 (@joerg)
- Move to nut for dependency management. setup nut for dependency management #331 (@technoweenie)
- Fix
pre-pushhook so it doesn't exit with an error ifgit lfsdoes not exist. Make the pre-push hook check that git-lfs exists first #339 (@rubyist) - Fix bug that prevented zero length files from being managed by Git LFS Clean empty file #346 (@technoweenie)
- Fix inconsistent file mode bits for directories created by Git LFS Used 0755 as file mode bits when creating directories #364 (@michael-k)
- Simple optimization to the clean and smudge filters Remove unnecessary exec the process by filter wrapper #377 (@bozaro)
- Fix bug in
git lfs untrackthat incorrectly some removed entries from.gitattributesImproved command untrack #398 (@michael-k) - Batch API improvements If the batch operation fails, fall back to individual #358 (@rubyist)
- Resolved race condition Resolved race condition #396 (@michael-k)
- Cleaned up arguments Cleaned up arguments #392 (@michael-k)
- Don't read configuration from nonexistent file Do not read the configuration from nonexistent file (remove redundant git call) #391 (@bozaro)
- Do not defer close in loop Do not defer close in loop #384 (@michael-k)
- Collect HTTP transfer stats Collect HTTP transfer stats #366, Stats code tweaks #400 (@rubyist)
- Fixed tracking issues Fixed some tracking issues and improved codebase of command track #356 (@michael-k)
- Support GIT_DIR and GIT_WORK_TREE Support environment variables GIT_DIR and GIT_WORK_TREE #370 (@michael-k)
- Hide Git application window in Windows Windows: hide git application window. #381 (@bozaro)
- Remove Git version from Git LFS version string Remove useless fork per every file for "git version" #382 (@bozaro)
- Enforce relative paths in
git lfs trackFixed some tracking issues and improved codebase of command track #356 (@michael-k) - Scripts for building package on CentOS Building on CentOS #313 RPMs for Centos 5/6/7 #332 (@andyneff)
- Add
git lfs fsckFsck command #373 (@zeroshirts, @michael-k) - Add support for configured URLs containing credentials per RFC1738 set request auth from optional endpoint url username/password #408 (@ewbankkit)
Reactions are currently unavailable