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
Commit message (
Expand
)
Author
Age
Files
Lines
*
plumbing: use sliding window in delta calculations, like git CL
Jeremy Stribling
2017-08-28
2
-1
/
+23
*
Merge pull request #554 from strib/strib/fix-win-cmd-lookup
Máximo Cuadros
2017-08-28
2
-2
/
+2
|
\
|
*
plumbing: use LookPath instead of Stat to fix Windows executables
Jeremy Stribling
2017-08-27
2
-2
/
+2
*
|
Merge pull request #564 from strib/tree-walker-use-seen-cache
Máximo Cuadros
2017-08-28
5
-11
/
+43
|
\
\
|
|
/
|
/
|
|
*
plumbing: use `seen` map in tree walker
Jeremy Stribling
2017-08-27
5
-11
/
+43
|
/
*
Merge pull request #558 from orirawlings/cloneAnnotatedTag
Máximo Cuadros
2017-08-27
2
-12
/
+62
|
\
|
*
repository: Resolve commit when cloning annotated tag, fixes #557
Ori Rawlings
2017-08-24
2
-12
/
+62
*
|
Merge pull request #563 from erizocosmico/perf/dotgit-ref-cache
Máximo Cuadros
2017-08-27
2
-24
/
+76
|
\
\
|
|
/
|
/
|
|
*
dotgit: rewrite the way references are looked up
Miguel Molina
2017-08-26
2
-24
/
+76
*
|
grammar correction
Zach Gershman
2017-08-24
1
-1
/
+1
|
/
*
Merge pull request #555 from mcuadros/ctx-example
Máximo Cuadros
2017-08-22
3
-0
/
+48
|
\
|
*
_examples: context
Máximo Cuadros
2017-08-22
3
-0
/
+48
|
/
*
Merge pull request #552 from mcarmonaa/fix/packp-adv-refs-encode
Máximo Cuadros
2017-08-19
2
-38
/
+56
|
\
|
*
packp: fixed encoding when HEAD is not a valid ref
Manuel Carmona
2017-08-18
2
-38
/
+56
|
/
*
Merge pull request #546 from orirawlings/pullExample
Máximo Cuadros
2017-08-14
3
-1
/
+61
|
\
|
*
Add example for pulling changes
Ori Rawlings
2017-08-13
3
-1
/
+61
|
/
*
Merge pull request #544 from erizocosmico/fix/race-condition-object-lru
Máximo Cuadros
2017-08-12
2
-0
/
+39
|
\
|
*
fix race condition on ObjectLRU
Miguel Molina
2017-08-11
2
-0
/
+39
|
/
*
Merge pull request #543 from erizocosmico/fix/packwriter-unused-notify
Máximo Cuadros
2017-08-10
2
-1
/
+22
|
\
|
*
prevent PackWriter from using Notify if nothing was written
Miguel Molina
2017-08-10
2
-1
/
+22
|
/
*
README.md: added appveyor
Máximo Cuadros
2017-08-10
1
-1
/
+1
*
Merge pull request #540 from mcarmonaa/fix/git-transport-windows-test
Máximo Cuadros
2017-08-10
1
-0
/
+6
|
\
|
*
skipped receive_pack_test for git transport in windows
Manuel Carmona
2017-08-10
1
-0
/
+6
*
|
Merge pull request #538 from kimh/user-current-crosscompile-error
Máximo Cuadros
2017-08-10
1
-6
/
+20
|
\
\
|
*
|
Avoid using user.Current()
Kim, Hirokuni
2017-08-08
1
-6
/
+20
|
|
/
*
|
Merge pull request #542 from mcarmonaa/fix/config-marhal
Máximo Cuadros
2017-08-10
2
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
serialized remotes in alphabetical order
Manuel Carmona
2017-08-10
2
-4
/
+12
|
/
*
*: windows support, some more fixes (2) (#536)
Manuel Carmona
2017-08-07
5
-1
/
+33
*
Merge pull request #527 from strib/win-pack-cmds
Máximo Cuadros
2017-08-04
2
-2
/
+75
|
\
|
*
plumbing: fix pack commands for the file client on Windows
Jeremy Stribling
2017-08-03
2
-2
/
+75
*
|
*: windows support, some more fixes (#533)
Manuel Carmona
2017-08-03
5
-7
/
+15
*
|
Merge pull request #526 from joshbetz/fix/filename-form
Máximo Cuadros
2017-08-02
3
-2
/
+61
|
\
\
|
*
|
worktree: normalized string comparison tests
Máximo Cuadros
2017-08-02
2
-1
/
+54
|
*
|
Normalize filenames before comparing.
Josh Betz
2017-07-31
1
-1
/
+7
*
|
|
Merge pull request #532 from mcuadros/fix-shallo
Máximo Cuadros
2017-08-02
2
-15
/
+44
|
\
\
\
|
*
|
|
Remote.Clone fix clone of tags in shallow mode
Máximo Cuadros
2017-08-02
2
-15
/
+44
|
/
/
/
*
|
|
Merge pull request #531 from mcuadros/ref-name
Máximo Cuadros
2017-08-02
7
-39
/
+37
|
\
\
\
|
*
|
|
*: use the new API for ReferenceName.Is* methods
Máximo Cuadros
2017-08-02
5
-15
/
+13
|
*
|
|
plumbing: moved `Reference.Is*` methods to `ReferenceName.Is*`
Máximo Cuadros
2017-08-02
2
-24
/
+24
*
|
|
|
Merge pull request #501 from smola/config-multiple-urls
Máximo Cuadros
2017-08-02
17
-81
/
+219
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
config: preserve option order on config marshalling
Santiago M. Mola
2017-08-01
7
-24
/
+99
|
*
|
|
format/config: add GoString
Santiago M. Mola
2017-08-01
2
-1
/
+32
|
*
|
|
config: multiple values in RemoteConfig (URLs and Fetch)
Santiago M. Mola
2017-08-01
12
-61
/
+93
*
|
|
|
Merge pull request #522 from devonbarrett/reuse-auth-#521
Máximo Cuadros
2017-07-29
2
-8
/
+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
reuse Auth method when recursing submodules, fixes #521
Devon Barrett
2017-07-29
2
-8
/
+11
|
/
/
*
|
transport: fix ssh override config, fixes #519
v4.0.0-rc13
Máximo Cuadros
2017-07-28
2
-5
/
+40
*
|
Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520
Máximo Cuadros
2017-07-28
2
-1
/
+3
*
|
Merge pull request #516 from smola/revlist-perf
Máximo Cuadros
2017-07-28
1
-1
/
+28
|
\
\
|
*
|
revlist: ignore all objects reachable from ignored objects
Santiago M. Mola
2017-07-27
1
-1
/
+28
*
|
|
Merge pull request #515 from smola/reuse-packed-objects
Máximo Cuadros
2017-07-27
12
-93
/
+493
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]