aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for default config valuesJavi Fontan2018-01-101-0/+9
* Set default pack window size in configJavi Fontan2018-01-091-1/+5
* Merge pull request #710 from wellsjo/patch-1v4.0.0Máximo Cuadros2018-01-081-1/+1
|\
| * fix typoWells Johnston2018-01-081-1/+1
|/
* Merge pull request #700 from jfontan/improvement/support-non-rw-filesystemsMáximo Cuadros2018-01-026-33/+142
|\
| * Add norwfs version of rewritePackedRefsWhileLockedJavi Fontan2017-12-224-4/+50
| * Check reference also in norwfs SetRefJavi Fontan2017-12-221-2/+25
| * Add comment to the norwfs version of SetRefJavi Fontan2017-12-211-0/+7
| * Add a setRef version that supports non rw fsJavi Fontan2017-12-213-29/+62
* | added DCOMáximo Cuadros2017-12-211-0/+36
* | remove old .travis folderMáximo Cuadros2017-12-212-9/+0
* | Merge pull request #698 from jfontan/improvement/use-decoder-cacheMáximo Cuadros2017-12-206-68/+113
|\ \
| * | Exercise NewObjectLRUDefault in testingJavi Fontan2017-12-201-41/+60
| * | Make DeltaBaseCache privateJavi Fontan2017-12-202-12/+19
| * | Fix typo and documentation of NewDecoderForTypeJavi Fontan2017-12-201-3/+3
| * | Enforce the use of cache in packfile decoderJavi Fontan2017-12-205-17/+36
| |/
* | Merge pull request #697 from ajnavarro/performance/improve-delta-reusingMáximo Cuadros2017-12-205-29/+152
|\ \ | |/ |/|
| * Improve delta reutilizationAntonio Jesus Navarro Perez2017-12-205-29/+152
* | Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspecMáximo Cuadros2017-12-203-35/+124
|\ \
| * | git: Worktree.Grep() support multiple patterns and pathspecsSunny2017-12-203-35/+124
* | | Merge pull request #690 from mcuadros/readmeMáximo Cuadros2017-12-191-18/+14
|\ \ \ | |_|/ |/| |
| * | README.md updateMáximo Cuadros2017-12-181-18/+14
* | | Merge pull request #696 from ferhatelmas/simplify-againOri Rawlings2017-12-173-11/+4
|\ \ \ | |_|/ |/| |
| * | *: simplicationferhat elmas2017-12-183-11/+4
|/ /
* / git: worktree, add Grep() method for git grep (#686)Sunny2017-12-124-1/+324
|/
* Merge pull request #687 from smithrobs/sshconfigMáximo Cuadros2017-12-112-0/+110
|\
| * plumbing: transport ssh, ssh_config implementationMáximo Cuadros2017-12-112-12/+107
| * check .ssh/config for host and port overrides; fixes #629Robert Smith2017-12-091-0/+15
* | Merge pull request #680 from mcuadros/license-contributingMáximo Cuadros2017-12-114-19/+336
|\ \
| * | code of conduct from https://www.contributor-covenant.org/Máximo Cuadros2017-12-071-0/+74
| * | contributing guidelinesMáximo Cuadros2017-12-071-0/+58
| * | *: licence change to Apache 2.0Máximo Cuadros2017-12-071-19/+201
| * | MAINTAINERS: add @mcuadros, @strib and @orirawlingsMáximo Cuadros2017-12-071-0/+3
* | | Merge pull request #688 from darkowlzz/compat-cleanMáximo Cuadros2017-12-111-1/+1
|\ \ \ | |_|/ |/| |
| * | doc: update compatibility for cleanSunny2017-12-101-1/+1
|/ /
* | Merge pull request #677 from krylovsk/bugffix/stats-on-empty-patchMáximo Cuadros2017-12-074-5/+51
|\ \
| * | format: diff, remove error when two files are empty, submodules are simply ig...Máximo Cuadros2017-12-072-5/+2
| * | object: patch, test patch on submodulesMáximo Cuadros2017-12-071-0/+44
| * | Ignore empty patches when calculating stats (fixes #654)Alexandr Krylovskiy2017-12-041-0/+5
* | | storage: filesystem, add support for git alternates (#663)Sunny2017-12-064-1/+148
| |/ |/|
* | Merge pull request #675 from darkowlzz/git-cleanMáximo Cuadros2017-12-043-0/+67
|\ \ | |/ |/|
| * test: git, Worktree.Clean()Sunny2017-12-041-0/+35
| * git: worktree, add Clean() method for git cleanSunny2017-12-042-0/+32
* | Merge pull request #674 from ferhatelmas/time-equalMáximo Cuadros2017-12-041-1/+1
|\ \ | |/ |/|
| * dotgit: use Equal method of time.Time for equalityferhat elmas2017-12-041-1/+1
|/
* Fix revision solver for branch and tag (#660)Anthony HAMON2017-12-017-54/+82
* Merge pull request #672 from ferhatelmas/gofmt-sMáximo Cuadros2017-12-0112-22/+22
|\
| * all: gofmt -sferhat elmas2017-11-3012-22/+22
* | Merge pull request #669 from keybase/strib/gh-gcMáximo Cuadros2017-12-0115-74/+928
|\ \ | |/ |/|
| * dotgit: rewrite packed-refs while holding lockJeremy Stribling2017-11-303-60/+103