summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #83 from thcipriani/git-fat-upstreamHEADmasterJed Brown2018-08-211-5/+12
|\
| * 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
* Merge branch 'patch-1' of github:HalfVoxel/git-fat (PR #60)Jed Brown2015-03-241-1/+2
|\
| * Update README.mdAron Granberg2015-03-241-1/+2
|/
* Fix syntax and error cleanly on Python-3Jed Brown2014-08-261-1/+5
* README: add nuance to description of git clone --depthJed Brown2014-08-081-1/+1
* Exit without ugly stack trace when run from outside a Git repository (fixes #45)Jed Brown2014-07-191-1/+4
* Merge branch 'improve_referenced_objects_performance' of github:jmurty/git-fa...Jed Brown2014-07-191-4/+11
|\
| * 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-313-5/+60
| | |\ | |_|/ |/| |
* | | Merge branch 'osx_test_compat_fixes' of github:jmurty/git-fat (PR #35)Jed Brown2014-05-261-3/+6
|\ \ \
| * | | Use custom fullpath() fn to avoid confusion with realpath vs alternativeJames Murty2014-05-261-7/+4
| * | | Replace heavyweight use of python with a simple 'pwd' callJames Murty2014-05-261-1/+1
| * | | Make test-restrospective.sh test script compatible with OSXJames Murty2014-05-231-0/+6
* | | | 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-252-1/+29
|\ \ \ \
| * | | | Add `verify` command to check git-fat object data matches hash filename.James Murty2014-05-242-1/+29
| |/ / /
* | | | Merge branch 'jmurty/ensure-init-before-pull' (PR #33)Jed Brown2014-05-252-1/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Print fatal error message to stderrJed Brown2014-05-251-1/+2
| * | | Moved requirement for init to `checkout` operation.James Murty2014-05-242-2/+8
| * | | Fail with a clear error if 'git fat pull' is run on uninitialised repo.James Murty2014-05-232-1/+18
|/ / /
| | * 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-092-1/+10
|\
| * fix OSError on “git fat pull” with manually removed, tracked files in WCChristian Spurk2014-05-092-1/+10
* | Merge branch 'master' of github:nkovacs/git-fat (PR #31)Jed Brown2014-05-091-0/+4
|\ \ | |/ |/|
| * return rsync's exit codes if non-zero in pull and pushNikola Kovacs2014-05-091-0/+4
|/
* Merge branch 'master' of https://github.com/ChrisMarinos/git-fatJed Brown2014-04-291-1/+3
|\
| * allow fat settings to come from global git configurationChris Marinos2014-04-231-1/+3
|/
* 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