| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Implement a NoTags mode for fetch that mimics git fetch --no-tags | Nick Thomas | 2017-07-22 | 2 | -0/+18 |
|/ |
|
* | Merge pull request #491 from smola/error-checks | Máximo Cuadros | 2017-07-19 | 11 | -47/+118 |
|\ |
|
| * | storage/filesystem: check all Close errors | Santiago M. Mola | 2017-07-19 | 5 | -24/+32 |
| * | test: add more PackfileWriter tests | Santiago M. Mola | 2017-07-19 | 4 | -2/+64 |
| * | packfile: check close error in UpdateObjectStorage | Santiago M. Mola | 2017-07-19 | 1 | -8/+14 |
| * | packfile: check zlib reader closing error | Santiago M. Mola | 2017-07-19 | 1 | -13/+8 |
* | | Merge pull request #493 from src-d/windows | Máximo Cuadros | 2017-07-19 | 13 | -51/+95 |
|\ \ |
|
| * | | plumbing: transport server, remove letfover | Máximo Cuadros | 2017-07-19 | 1 | -3/+0 |
| * | | storage: dotgit, fix test not closing files | Máximo Cuadros | 2017-07-19 | 2 | -0/+2 |
| * | | utils: merkletrie filesystem based on path, and not in filepath | Máximo Cuadros | 2017-07-19 | 3 | -14/+14 |
| * | | plumbing: format config, escape back slash | Máximo Cuadros | 2017-07-19 | 2 | -4/+2 |
| * | | worktree: commit, use path package instead of filepath | Máximo Cuadros | 2017-07-19 | 2 | -2/+10 |
| * | | worktree: commit, use path package instead of filepath | Máximo Cuadros | 2017-07-19 | 1 | -13/+13 |
| * | | worktree: submodules, missing err validation on load config | Máximo Cuadros | 2017-07-19 | 1 | -0/+4 |
| * | | worktree: close .gitmodule files | Máximo Cuadros | 2017-07-19 | 1 | -0/+1 |
| * | | worktree: fix file system info in windows | Máximo Cuadros | 2017-07-19 | 2 | -1/+20 |
| * | | plumbing: transport git fix test on windows | Máximo Cuadros | 2017-07-18 | 1 | -1/+3 |
| * | | plumbing: server, fix loader in windows | Máximo Cuadros | 2017-07-18 | 1 | -1/+4 |
| * | | storage: dotgit, close temp file before rename | Máximo Cuadros | 2017-07-18 | 1 | -6/+9 |
| * | | utils: merkletrie fix test on windows | Máximo Cuadros | 2017-07-18 | 2 | -16/+23 |
* | | | Merge pull request #492 from ajnavarro/fix/panic-in-invalid-delta | Máximo Cuadros | 2017-07-19 | 2 | -16/+85 |
|\ \ \ |
|
| * | | | packfile: Avoid panics patching corrupted deltas | Antonio Jesus Navarro Perez | 2017-07-19 | 2 | -16/+85 |
| | |/
| |/| |
|
* | | | Merge pull request #489 from mcuadros/shallow-push | Máximo Cuadros | 2017-07-19 | 6 | -41/+166 |
|\ \ \
| |/ /
|/| | |
|
| * | | repository: allow push from shallow repositories | Máximo Cuadros | 2017-07-19 | 5 | -47/+83 |
| * | | plumbing: object, allow ignore commits in commit walkers | Máximo Cuadros | 2017-07-18 | 2 | -16/+105 |
| |/ |
|
* | | Merge pull request #487 from mcuadros/checkout-create | Máximo Cuadros | 2017-07-19 | 3 | -23/+116 |
|\ \
| |/
|/| |
|
| * | worktree: checkout, create branch | Máximo Cuadros | 2017-07-18 | 3 | -23/+116 |
* | | Merge pull request #484 from orirawlings/tagsExample | Máximo Cuadros | 2017-07-17 | 3 | -1/+46 |
|\ \
| |/
|/| |
|
| * | Add example code for listing tags | Ori Rawlings | 2017-07-17 | 3 | -1/+46 |
|/ |
|
* | Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12 | Máximo Cuadros | 2017-07-17 | 3 | -109/+205 |
|\ |
|
| * | remote: fetch, correct behaviour on tags | Máximo Cuadros | 2017-07-17 | 3 | -109/+205 |
* | | Merge pull request #480 from mcuadros/empty-status | Máximo Cuadros | 2017-07-16 | 4 | -16/+51 |
|\ \ |
|
| * | | remote: fix Worktree.Status on empty repository | Máximo Cuadros | 2017-07-13 | 4 | -16/+51 |
| |/ |
|
* | | Merge pull request #479 from mcuadros/duplicate | Máximo Cuadros | 2017-07-16 | 2 | -3/+32 |
|\ \
| |/
|/| |
|
| * | remote: avoid duplicate haves | Máximo Cuadros | 2017-07-13 | 2 | -3/+32 |
|/ |
|
* | Merge pull request #414 from Cromel/modules_dir | Máximo Cuadros | 2017-07-13 | 2 | -2/+2 |
|\ |
|
| * | Fixed modules directory path | Cromel-PC\Cromel | 2017-06-28 | 2 | -2/+2 |
* | | Merge pull request #478 from mcuadros/test-worktree | Máximo Cuadros | 2017-07-13 | 2 | -36/+61 |
|\ \ |
|
| * | | worktree: test improvemnts on empty worktree | Máximo Cuadros | 2017-07-13 | 2 | -36/+61 |
|/ / |
|
* | | Merge pull request #473 from taralx/patch-1 | Máximo Cuadros | 2017-07-13 | 1 | -2/+3 |
|\ \ |
|
| * | | Use buffered IO for decoding index files. | JP Sugarbroad | 2017-07-10 | 1 | -2/+3 |
* | | | Merge pull request #477 from taralx/patch-2 | Máximo Cuadros | 2017-07-13 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | git: remove ErrObjectNotFound in favor of plumbing.ErrObjectNotFound | JP Sugarbroad | 2017-07-12 | 1 | -5/+0 |
|/ / / |
|
* | | | Merge pull request #475 from mcuadros/fix-ack | Máximo Cuadros | 2017-07-12 | 2 | -23/+42 |
|\ \ \ |
|
| * | | | plumbing: protocol, fix handling multiple ACK on upload-pack | Máximo Cuadros | 2017-07-12 | 2 | -23/+42 |
* | | | | Merge pull request #476 from smola/server-as-client | Máximo Cuadros | 2017-07-11 | 3 | -7/+49 |
|\ \ \ \ |
|
| * | | | | transport/server: add NewClient | Santiago M. Mola | 2017-07-11 | 3 | -7/+49 |
| |/ / / |
|
* | | | | Merge pull request #472 from smola/fix-caps-delete-refs | Máximo Cuadros | 2017-07-11 | 5 | -41/+35 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | improve delete support on push | Santiago M. Mola | 2017-07-11 | 5 | -41/+35 |
| |/ / |
|
* | | | Merge pull request #469 from mcuadros/fix-multiple-ack | Máximo Cuadros | 2017-07-11 | 4 | -17/+76 |
|\ \ \
| |/ /
|/| | |
|