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/object: avoid O(N^2) string building when decoding commit message
David Symonds
2020-03-10
1
-2
/
+5
*
Merge pull request #1 from go-git/pr-1269
Máximo Cuadros
2020-03-09
3
-0
/
+80
|
\
|
*
Add Plan 9 support
Fazlul Shahriar
2019-12-25
3
-0
/
+80
*
|
*: add gh actions
Máximo Cuadros
2020-03-09
1
-0
/
+18
|
/
*
Merge pull request #1231 from alexandear/fix-typos
Máximo Cuadros
2019-11-01
38
-70
/
+70
|
\
|
*
Fix typos in comments, variables and function names
Oleksandr Redko
2019-10-24
38
-70
/
+70
*
|
Merge pull request #1235 from jmahler/master
Máximo Cuadros
2019-11-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix broken link (s/ftp/https/)
Jeremiah Mahler
2019-10-31
1
-1
/
+1
|
/
*
Merge pull request #1226 from asynts/patch-1
Máximo Cuadros
2019-10-15
1
-1
/
+1
|
\
|
*
typo
Paul Scharnofske
2019-10-14
1
-1
/
+1
*
|
Merge pull request #1225 from sjansen/issues/936
Máximo Cuadros
2019-10-15
3
-30
/
+114
|
\
\
|
|
/
|
/
|
|
*
format: diff, Handle no newline at end of file. Fixes #936
Stuart Jansen
2019-10-13
3
-30
/
+114
|
/
*
Merge pull request #1214 from 117/master
Máximo Cuadros
2019-08-31
2
-1
/
+61
|
\
|
*
Use gocheck for test.
Chief
2019-08-30
1
-17
/
+27
|
*
Add tests for SSH url matching.
Chief
2019-08-30
1
-0
/
+50
|
*
Add numeric username support for SSH urls.
Chief
2019-08-28
1
-1
/
+1
|
/
*
Merge pull request #1195 from digininja/master
Máximo Cuadros
2019-08-16
1
-1
/
+1
|
\
|
*
Spelling mistake
Robin Wood
2019-07-27
1
-1
/
+1
*
|
Merge pull request #1180 from orisano/feat-improve-patch-delta
Máximo Cuadros
2019-08-11
2
-63
/
+89
|
\
\
|
*
|
feat: avoid memory allocation on ApplyDelta, PatchDelta
Nao YONASHIRO
2019-07-31
1
-15
/
+30
|
*
|
refactor: use bufPool
Nao YONASHIRO
2019-07-31
1
-12
/
+3
|
*
|
feat: avoid memory allocation on resolveDeltas
Nao YONASHIRO
2019-07-31
1
-46
/
+53
|
*
|
feat: avoid ioutil.ReadAll on ApplyDelta
Nao YONASHIRO
2019-07-31
1
-2
/
+15
*
|
|
Merge pull request #1208 from sirodoht/fix-example-pull
Máximo Cuadros
2019-08-11
1
-1
/
+1
|
\
\
\
|
*
|
|
examples: Fix typo on pull example
Theodore Keloglou
2019-08-07
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1206 from knqyf263/feature/add_log_limiting
Máximo Cuadros
2019-08-05
5
-2
/
+218
|
\
\
\
|
*
|
|
Add limiting options to git log
knqyf263
2019-08-04
5
-2
/
+218
|
/
/
/
*
|
|
Merge pull request #1205 from knqyf263/fix/test_coverage
Máximo Cuadros
2019-08-04
1
-11
/
+1
|
\
\
\
|
*
|
|
Add -coverpkg to fix test coverage
knqyf263
2019-08-04
1
-11
/
+1
*
|
|
|
Merge pull request #1204 from knqyf263/fix/handle_eof_err
Máximo Cuadros
2019-08-04
2
-3
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove else
knqyf263
2019-08-04
1
-1
/
+2
|
*
|
|
Add TestLogFileWithError for coverage
knqyf263
2019-08-03
1
-1
/
+23
|
*
|
|
Handle io.EOF error in commitFileIter.ForEach
knqyf263
2019-08-03
2
-2
/
+5
|
*
|
|
Add assertion for unhandled error in TestLogFile
knqyf263
2019-08-03
1
-4
/
+8
|
/
/
/
*
|
|
Merge pull request #1203 from sapk-fork/fix-int64
v4.13.1
Máximo Cuadros
2019-08-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
worktree: force convert to int64 to support 32bit os. Fix #1202
Antoine GIRARD
2019-08-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #1200 from src-d/go-mod
v4.13.0
Máximo Cuadros
2019-07-29
2
-10
/
+30
|
\
\
|
*
|
*: go module update
Máximo Cuadros
2019-07-29
2
-10
/
+30
|
/
/
*
|
Merge pull request #1199 from src-d/clean-up
Máximo Cuadros
2019-07-29
28
-49
/
+40
|
\
\
|
*
|
plumbing/object: don't assign err from ForEach loop
Christian Muehlhaeuser
2019-07-29
1
-1
/
+1
|
*
|
*: avoid unnecessary conversions
Christian Muehlhaeuser
2019-07-29
14
-18
/
+18
|
*
|
plumbing/format: simplify code
Christian Muehlhaeuser
2019-07-29
2
-2
/
+2
|
*
|
plumbing/format: idxfile, unsigned values are never < 0
Christian Muehlhaeuser
2019-07-29
1
-4
/
+0
|
*
|
*: added missing error checks in tests
Christian Muehlhaeuser
2019-07-29
7
-2
/
+10
|
*
|
*: fixed tautological error conditionsautological error conditions
Christian Muehlhaeuser
2019-07-29
3
-14
/
+7
|
*
|
plumbing/object: simplify code
Christian Muehlhaeuser
2019-07-29
1
-8
/
+2
|
/
/
*
|
Merge pull request #1197 from hypnoce/master
Máximo Cuadros
2019-07-29
2
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Make http.AuthMethod setAuth public. Fixes #1196
JACQUES Francois
2019-07-28
2
-5
/
+5
|
/
*
Merge pull request #1165 from seletskiy/push-prune
Máximo Cuadros
2019-07-26
5
-16
/
+129
|
\
|
*
send PACK only if non-delete command present
Stanislav Seletskiy
2019-07-25
1
-10
/
+26
[next]