summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fat find: encoding fixesjed/python3-win32-compatJed Brown2013-03-271-12/+13
* Count large blobs starting from 0 (affects diagnostics only)Jed Brown2013-03-271-1/+1
* Fix reading lines from 'git ls-files -s'Jed Brown2013-03-271-1/+1
* decode byte strings for diagnostic outputJed Brown2013-03-271-10/+17
* Emacs mode lineJed Brown2013-03-271-0/+1
* encoding: use uninterpreted bytes whenever possibleJed Brown2013-03-271-51/+54
* ensure_binary_mode: python3 and python2/win32 compatibilityJed Brown2013-03-271-1/+18
* test.sh: bash -ex option to see what is run and stop on errorsJed Brown2013-03-271-2/+2
* Making the test script more comprehensiveStephen Miller2013-03-271-1/+10
* Expanded test script to check push and pullStephen Miller2013-03-272-1/+26
* Converted from cmp= to key= for sortingStephen Miller2013-03-271-1/+1
* Fix broken rsync pull, bug introduced in 309f63097aJed Brown2013-02-182-1/+22
* Update readme on retroactive cleaningJed Brown2013-02-141-2/+8
* Add 'git fat index-filter .. --manage-gitattributes'Jed Brown2013-02-142-0/+46
* Merge pull request #3 from arnaudgelas/developJed Brown2013-01-291-14/+19
|\
| * fix the pull case when using rsync with ssh optionsArnaud Gelas2013-01-291-14/+19
|/
* Repair pipe handling in 6f1f0d65ba38, handle missing case, and de-duplicateJed Brown2013-01-281-10/+10
* add options rsync.sshuser and rsync.sshportArnaud Gelas2013-01-281-6/+17
* ignoe *~Arnaud Gelas2013-01-281-0/+1
* fat find: positively identify blobs, simplifying filterJed Brown2013-01-211-11/+13
* Fix quoteJed Brown2013-01-211-1/+1
* find and filter-index: experimental features for retroactive cleanupJed Brown2013-01-212-1/+154
* Naming consistency, factor filter_clean to be callable from PythonJed Brown2013-01-211-13/+16
* filter-clean: fix for zero-length files causing early StopIterationJed Brown2013-01-201-9/+7
* Find git-dir so that git-fat can run within a git filter-branch or aJed Brown2013-01-201-1/+2
* Skip files matching magiclen that fail to decode (they are not managed by us)Jed Brown2012-12-241-2/+5
* Fix deadlock when filtering large rev-list, reported by Jozsef BakoskiJed Brown2012-12-241-3/+11
* Rsync needs trailing slash when pushing one file to a directory that does not...Jed Brown2012-12-241-2/+2
* Add BSD-2 license fileJed Brown2012-12-222-0/+24
* Add introduction to READMEJed Brown2012-12-011-0/+18
* bad lingoJed Brown2012-11-281-1/+1
* Upgrade format to include file sizeJed Brown2012-11-281-19/+50
* Improved use of git-config in git init and reading .gitfatJed Brown2012-11-262-15/+26
* git fat push: default to only push objects reachable from the current HEAD, u...Jed Brown2012-11-261-5/+6
* Comment explaining how 'git fat checkout' forces resmudgingJed Brown2012-11-261-0/+7
* Better diagnostic when smudging a file that is missing in object storeJed Brown2012-11-261-2/+3
* Cleaner way to checkout files after pullJed Brown2012-11-261-5/+11
* Add note about sharing objectsJed Brown2012-11-261-0/+5
* Extend worked example and make several refinementsJed Brown2012-11-252-53/+169
* initial importJed Brown2012-11-253-0/+329