index
:
go-git
master
push_url
A highly extensible Git implementation in pure Go.
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Make object repacking more configurable
Taru Karttunen
2017-11-29
3
-6
/
+18
*
|
Support for repacking objects
Taru Karttunen
2017-11-29
3
-13
/
+36
*
|
First pass of prune design
Taru Karttunen
2017-11-29
3
-10
/
+85
*
|
dotgit: use bufio for PackRefs
Jeremy Stribling
2017-11-29
1
-10
/
+8
*
|
dotgit: during rewriting, re-open packed-refs after locking
Jeremy Stribling
2017-11-29
1
-9
/
+21
*
|
filesystem: todo comment about "all" param
Jeremy Stribling
2017-11-29
1
-0
/
+4
*
|
dotgit: fix up PackRefs comment for upstreaming
Jeremy Stribling
2017-11-29
1
-26
/
+8
*
|
filesystem: implement PackRefs()
Jeremy Stribling
2017-11-29
4
-0
/
+203
|
/
*
all: simplification
ferhat elmas
2017-11-29
3
-16
/
+12
*
dotgit: add CheckAndSetReference tests
Jeremy Stribling
2017-11-28
2
-11
/
+27
*
Merge remote-tracking branch 'src-d/master' into gh-fast-forward-fetch
Jeremy Stribling
2017-11-28
2
-6
/
+76
|
\
|
*
dotgit: don't list references twice
Jeremy Stribling
2017-11-27
2
-4
/
+20
|
*
dotgit: add a test for removing a ref from a file and packed-refs
Jeremy Stribling
2017-11-27
1
-0
/
+29
|
*
dotgit: remove loose ref AND packed ref, if both exist
Jeremy Stribling
2017-11-27
1
-3
/
+28
*
|
Document Lock+Close usage
Taru Karttunen
2017-11-27
1
-0
/
+4
*
|
Use optionally locking when updating refs
Taru Karttunen
2017-11-27
4
-13
/
+76
|
/
*
all: fixes for ineffective assign
ferhat elmas
2017-11-26
2
-0
/
+2
*
update to go-billy.v4 and go-git-fixtures.v3
Máximo Cuadros
2017-11-23
10
-16
/
+16
*
dotgit: remove ref cache for packed refs
Miguel Molina
2017-11-21
1
-48
/
+29
*
dotgit: avoid duplicated references returned by Refs
Miguel Molina
2017-08-29
1
-10
/
+15
*
dotgit: rewrite the way references are looked up
Miguel Molina
2017-08-26
2
-24
/
+76
*
prevent PackWriter from using Notify if nothing was written
Miguel Molina
2017-08-10
2
-1
/
+22
*
Merge pull request #501 from smola/config-multiple-urls
Máximo Cuadros
2017-08-02
2
-4
/
+4
|
\
|
*
config: multiple values in RemoteConfig (URLs and Fetch)
Santiago M. Mola
2017-08-01
2
-4
/
+4
*
|
Merge pull request #515 from smola/reuse-packed-objects
Máximo Cuadros
2017-07-27
5
-9
/
+179
|
\
\
|
|
/
|
/
|
|
*
storage: reuse deltas from packfiles
Santiago M. Mola
2017-07-27
5
-9
/
+179
*
|
filesystem: reuse cache for packfile iterator
Santiago M. Mola
2017-07-27
1
-3
/
+4
|
/
*
plumbing/cache: change FIFO to LRU cache
Santiago M. Mola
2017-07-27
1
-1
/
+1
*
storage/filesystem: reuse delta cache
Santiago M. Mola
2017-07-27
1
-1
/
+9
*
packfile: create packfile.Index and reuse it
Santiago M. Mola
2017-07-26
2
-45
/
+26
*
Merge pull request #491 from smola/error-checks
Máximo Cuadros
2017-07-19
9
-26
/
+96
|
\
|
*
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
*
|
storage: dotgit, fix test not closing files
Máximo Cuadros
2017-07-19
2
-0
/
+2
*
|
storage: dotgit, close temp file before rename
Máximo Cuadros
2017-07-18
1
-6
/
+9
|
/
*
Fixed modules directory path
Cromel-PC\Cromel
2017-06-28
2
-2
/
+2
*
fix race on packfile writer
Santiago M. Mola
2017-06-27
1
-1
/
+1
*
storage/filesystem: Fix nil dereference in Shallow()
JP Sugarbroad
2017-06-23
1
-1
/
+1
*
internal/dotgit: rewrite code to avoid stackoverflow errors
Antonio Jesus Navarro Perez
2017-06-19
1
-6
/
+6
*
fix merge commit
Máximo Cuadros
2017-06-18
1
-4
/
+0
*
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
1
-0
/
+4
|
\
|
*
Merge pull request #369 from smola/windows
Máximo Cuadros
2017-06-17
2
-11
/
+10
|
|
\
|
|
*
dotgit: support reading reference files in Windows
Santiago M. Mola
2017-06-02
1
-9
/
+8
|
|
*
test: more Windows path handling
Santiago M. Mola
2017-06-02
1
-2
/
+2
*
|
|
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
9
-38
/
+43
|
/
/
*
|
fix gofmt
Santiago M. Mola
2017-06-13
1
-2
/
+2
*
|
storage/filesystem: call initialization explicitely, fixes #408
Santiago M. Mola
2017-06-01
3
-15
/
+16
|
/
*
storage: filesystem, initialize the default folder scaffolding
Máximo Cuadros
2017-05-21
4
-0
/
+66
*
worktree: reset and checkout support for submodules
Máximo Cuadros
2017-04-15
1
-1
/
+1
*
Lazily load object index.
JP Sugarbroad
2017-04-06
1
-6
/
+22
[prev]
[next]