summaryrefslogtreecommitdiff
path: root/git-fat
Commit message (Expand)AuthorAgeFilesLines
* Invalidate git index cache before smudgingTyler Cipriani2018-08-201-5/+12
* Use '.' instead of '' to match any pathspec; needed by git >=2.16Jed Brown2018-01-211-0/+2
* Remove superfluous iteratorJed Brown2017-06-181-1/+0
* Fix sorted syntax for 'git fat find' with Python 2/3 [closes #74]Jed Brown2017-01-311-1/+1
* Fix syntax and error cleanly on Python-3Jed Brown2014-08-261-1/+5
* Exit without ugly stack trace when run from outside a Git repository (fixes #45)Jed Brown2014-07-191-1/+4
* Merge branch 'upstream' into improve_referenced_objects_performanceJames Murty2014-06-261-1/+1
|\
| * Merge branch 'jmurty/improve-referenced-objects-performance'Jed Brown2014-06-021-9/+38
| |\
| | * referenced_objects: make comment more preciseJed Brown2014-06-021-1/+1
* | | Merge branch 'upstream' into improve_referenced_objects_performanceJames Murty2014-05-311-2/+30
|\ \ \ | |/ /
| * | Move init diagnostics out of cmd_* sectionJed Brown2014-05-251-7/+7
| * | Merge branch 'add_verify_command' of github:jmurty/git-fat (PR #36)Jed Brown2014-05-251-1/+21
| |\ \
| | * | Add `verify` command to check git-fat object data matches hash filename.James Murty2014-05-241-1/+21
| * | | Print fatal error message to stderrJed Brown2014-05-251-1/+2
| * | | Moved requirement for init to `checkout` operation.James Murty2014-05-241-1/+1
| * | | Fail with a clear error if 'git fat pull' is run on uninitialised repo.James Murty2014-05-231-1/+8
| |/ /
* | | Avoid potential infinite loop if unexpected EOF received from cat-fileJames Murty2014-05-291-4/+11
| |/ |/|
* | More sophisticated use of cat-file bulk revision processing in two stagesJames Murty2014-05-281-18/+36
* | Improve performance when looking up referenced objects.James Murty2014-05-251-5/+16
|/
* Merge branch 'fix-OSError-on-removed-tracked-file' of github:cspurk/git-fat (...Jed Brown2014-05-091-1/+4
|\
| * fix OSError on “git fat pull” with manually removed, tracked files in WCChristian Spurk2014-05-091-1/+4
* | return rsync's exit codes if non-zero in pull and pushNikola Kovacs2014-05-091-0/+4
|/
* allow fat settings to come from global git configurationChris Marinos2014-04-231-1/+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
* 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
* fix handling of broken symlinksChristian Hitz2013-08-291-1/+4
* 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
* | 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
|/
* 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-181-1/+6
* Add 'git fat index-filter .. --manage-gitattributes'Jed Brown2013-02-141-0/+12
* 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
* fat find: positively identify blobs, simplifying filterJed Brown2013-01-211-11/+13
* find and filter-index: experimental features for retroactive cleanupJed Brown2013-01-211-1/+112
* 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