summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix install commandbaserock/morphRichard Ipsum2014-03-281-1/+1
* Add git-fat chunk morphRichard Ipsum2014-03-281-0/+4
* Merge branch 'master' of https://github.com/c00kiemon5ter/git-fatJed Brown2014-03-121-2/+11
|\
| * Explain rsync with ssh authenticationIvan Kanakarakis2014-02-241-2/+11
* | Merge branch 'jed/pull-all'Jed Brown2014-03-121-4/+3
|\ \
| * | pull: fix --all to avoid limiting by patterns in current treejed/pull-allJed Brown2014-03-121-0/+2
| * | filter_objects: remove printing that doesn't belong in internal functionsJed Brown2014-03-121-2/+0
| * | filter_objects: files is already a setJed Brown2014-03-121-2/+1
|/ /
* | Merge branch 'master' of https://github.com/wikimedia/git-fatJed Brown2014-03-071-2/+5
|\ \ | |/ |/|
| * Supporting multiple space separated rsync optionsAndrew Otto2014-03-071-1/+1
| * Adding support for extra rsync options via rsync.optionsAndrew Otto2014-03-071-2/+5
|/
* Merge branch 'patch-1' of github:mspacek/git-fatJed Brown2013-12-301-2/+2
|\
| * Fix README.md typosMartin Spacek2013-12-301-2/+2
|/
* Merge branch 'skip-broken-symlinks' of github:chhitz/git-fat (PR #16)Jed Brown2013-08-292-1/+7
|\
| * fix handling of broken symlinksChristian Hitz2013-08-292-1/+7
|/
* Merge branch 'symlinks-in-index-filter' of github:chhitz/git-fat (PR #15)Jed Brown2013-08-201-0/+3
|\
| * ignore symbolic links during index-filterChristian Hitz2013-08-201-0/+3
* | Emacs mode:pythonJed Brown2013-08-201-0/+1
* | Merge branch 'python2.6-compatibility' of github:chhitz/git-fat (PR #14)Jed Brown2013-08-201-0/+25
|\ \ | |/ |/|
| * make compatible with python2.6Christian Hitz2013-08-201-0/+25
|/
* Set permissions for object store using current umaskJed Brown2013-07-261-0/+8
* Merge branch 'pull-with-unicode-filenames' of https://github.com/michaelconte...Jed Brown2013-04-281-1/+1
|\
| * fix "git fat pull" for fancy named filesMichael Contento2013-04-281-1/+1
|/
* pull: test for selective retrievalJed Brown2013-04-251-0/+8
* test: echo each commandJed Brown2013-04-251-3/+1
* Added support for pulling only a subset of files.Tomas Herman2013-04-251-3/+24
* Fixed issue with decoding symlinksTomas Herman2013-04-041-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