| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix typo and documentation of NewDecoderForType | Javi Fontan | 2017-12-20 | 1 | -3/+3 |
| * | | Enforce the use of cache in packfile decoder | Javi Fontan | 2017-12-20 | 5 | -17/+36 |
| |/ |
|
* | | Merge pull request #697 from ajnavarro/performance/improve-delta-reusing | Máximo Cuadros | 2017-12-20 | 5 | -29/+152 |
|\ \
| |/
|/| |
|
| * | Improve delta reutilization | Antonio Jesus Navarro Perez | 2017-12-20 | 5 | -29/+152 |
* | | Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspec | Máximo Cuadros | 2017-12-20 | 3 | -35/+124 |
|\ \ |
|
| * | | git: Worktree.Grep() support multiple patterns and pathspecs | Sunny | 2017-12-20 | 3 | -35/+124 |
* | | | Merge pull request #690 from mcuadros/readme | Máximo Cuadros | 2017-12-19 | 1 | -18/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | README.md update | Máximo Cuadros | 2017-12-18 | 1 | -18/+14 |
* | | | Merge pull request #696 from ferhatelmas/simplify-again | Ori Rawlings | 2017-12-17 | 3 | -11/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | *: simplication | ferhat elmas | 2017-12-18 | 3 | -11/+4 |
|/ / |
|
* / | git: worktree, add Grep() method for git grep (#686) | Sunny | 2017-12-12 | 4 | -1/+324 |
|/ |
|
* | Merge pull request #687 from smithrobs/sshconfig | Máximo Cuadros | 2017-12-11 | 2 | -0/+110 |
|\ |
|
| * | plumbing: transport ssh, ssh_config implementation | Máximo Cuadros | 2017-12-11 | 2 | -12/+107 |
| * | check .ssh/config for host and port overrides; fixes #629 | Robert Smith | 2017-12-09 | 1 | -0/+15 |
* | | Merge pull request #680 from mcuadros/license-contributing | Máximo Cuadros | 2017-12-11 | 4 | -19/+336 |
|\ \ |
|
| * | | code of conduct from https://www.contributor-covenant.org/ | Máximo Cuadros | 2017-12-07 | 1 | -0/+74 |
| * | | contributing guidelines | Máximo Cuadros | 2017-12-07 | 1 | -0/+58 |
| * | | *: licence change to Apache 2.0 | Máximo Cuadros | 2017-12-07 | 1 | -19/+201 |
| * | | MAINTAINERS: add @mcuadros, @strib and @orirawlings | Máximo Cuadros | 2017-12-07 | 1 | -0/+3 |
* | | | Merge pull request #688 from darkowlzz/compat-clean | Máximo Cuadros | 2017-12-11 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | doc: update compatibility for clean | Sunny | 2017-12-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #677 from krylovsk/bugffix/stats-on-empty-patch | Máximo Cuadros | 2017-12-07 | 4 | -5/+51 |
|\ \ |
|
| * | | format: diff, remove error when two files are empty, submodules are simply ig... | Máximo Cuadros | 2017-12-07 | 2 | -5/+2 |
| * | | object: patch, test patch on submodules | Máximo Cuadros | 2017-12-07 | 1 | -0/+44 |
| * | | Ignore empty patches when calculating stats (fixes #654) | Alexandr Krylovskiy | 2017-12-04 | 1 | -0/+5 |
* | | | storage: filesystem, add support for git alternates (#663) | Sunny | 2017-12-06 | 4 | -1/+148 |
| |/
|/| |
|
* | | Merge pull request #675 from darkowlzz/git-clean | Máximo Cuadros | 2017-12-04 | 3 | -0/+67 |
|\ \
| |/
|/| |
|
| * | test: git, Worktree.Clean() | Sunny | 2017-12-04 | 1 | -0/+35 |
| * | git: worktree, add Clean() method for git clean | Sunny | 2017-12-04 | 2 | -0/+32 |
* | | Merge pull request #674 from ferhatelmas/time-equal | Máximo Cuadros | 2017-12-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | dotgit: use Equal method of time.Time for equality | ferhat elmas | 2017-12-04 | 1 | -1/+1 |
|/ |
|
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 7 | -54/+82 |
* | Merge pull request #672 from ferhatelmas/gofmt-s | Máximo Cuadros | 2017-12-01 | 12 | -22/+22 |
|\ |
|
| * | all: gofmt -s | ferhat elmas | 2017-11-30 | 12 | -22/+22 |
* | | Merge pull request #669 from keybase/strib/gh-gc | Máximo Cuadros | 2017-12-01 | 15 | -74/+928 |
|\ \
| |/
|/| |
|
| * | dotgit: rewrite packed-refs while holding lock | Jeremy Stribling | 2017-11-30 | 3 | -60/+103 |
| * | dotgit: open+lock packed-refs file until it doesn't change | Jeremy Stribling | 2017-11-29 | 1 | -18/+46 |
| * | repository: oops, fix the prune test | Jeremy Stribling | 2017-11-29 | 1 | -2/+3 |
| * | repository: add tests for pruning and object re-packing | Jeremy Stribling | 2017-11-29 | 3 | -0/+150 |
| * | storer: separate loose and packed object mgmt into optional ifaces | Jeremy Stribling | 2017-11-29 | 4 | -49/+58 |
| * | storage: some minor code cleanup | Jeremy Stribling | 2017-11-29 | 3 | -13/+5 |
| * | plumbing: add `HasEncodedObject` method to Storer | Jeremy Stribling | 2017-11-29 | 3 | -0/+43 |
| * | Use object walker in repacking code | Taru Karttunen | 2017-11-29 | 1 | -12/+9 |
| * | Make prune object walker generic | Taru Karttunen | 2017-11-29 | 2 | -91/+107 |
| * | Use Storer.Config pack window when repacking objects | Taru Karttunen | 2017-11-29 | 1 | -3/+5 |
| * | Make object repacking more configurable | Taru Karttunen | 2017-11-29 | 6 | -15/+44 |
| * | Support for repacking objects | Taru Karttunen | 2017-11-29 | 6 | -13/+107 |
| * | Address CI and move code around | Taru Karttunen | 2017-11-29 | 3 | -126/+149 |
| * | First pass of prune design | Taru Karttunen | 2017-11-29 | 6 | -10/+236 |
| * | dotgit: use bufio for PackRefs | Jeremy Stribling | 2017-11-29 | 1 | -10/+8 |