| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
format: diff, Handle no newline at end of file. Fixes #936
|
|/
|
|
| |
Signed-off-by: Stuart Jansen <sjansen@buscaluz.org>
|
|\
| |
| | |
Add numeric username support for SSH urls.
|
| |
| |
| |
| | |
Signed-off-by: Chief <admin@117.sh>
|
| |
| |
| |
| | |
Signed-off-by: Chief <admin@117.sh>
|
|/
|
|
| |
Signed-off-by: Chief <admin@117.sh>
|
|\
| |
| | |
Spelling mistake
|
| |
| |
| |
| | |
Signed-off-by: Robin Wood <robin@digi.ninja>
|
|\ \
| | |
| | | |
feat: improve patch delta performance
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nao YONASHIRO <owan.orisano@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fix typo on pull example
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Theodore Keloglou <theodorekeloglou@gmail.com>
|
|\ \ \
| | | |
| | | | |
Add limiting options to git log
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
|\ \ \
| | | |
| | | | |
Add -coverpkg to fix test coverage
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Handle EOF error in commitFileIter.ForEach
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
|\ \ \
| |/ /
|/| | |
worktree: force convert to int64 to support 32bit os. Fix #1202
|
|/ /
| |
| |
| | |
Signed-off-by: Antoine GIRARD <sapk@sapk.fr>
|
|\ \
| | |
| | | |
*: go module update
|
|/ /
| |
| |
| | |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
|
|\ \
| | |
| | | |
*: code quality improvements
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since we don't check the value anyway, as it can't possibly be anything but nil.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 293e70fbceb5c81f33a96d5705f10785c6063db9)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No need to convert these values, they're already of the right type.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit a1d8a7ac8bd0e4aff0f27dbb8bb37b8bd13a1346)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Just a bit easier to read, in my opinion.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 91d314ce8f13eff06fd4af8b869cee5a3e2ab014)
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 047bb4f6d0657389ddd4ca3230ff3bee08d66a6b)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When we assign a value to err, make sure to also check for it being nil
afterwards. If those were intentionally unchecked, we should remove the
assignment in the first place. Those checks certainly never harm, but please
review thoroughly and let me know.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 19d6f42a4d814a50bd262fbb69a9b670db9756a2)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added missing error handling around encodeCommitData and prevented shadowing
err.
- Removed tautological error checks.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 7d76176416551fc21d98bc17768d158a82281406)
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
- Use append instead of ranged for loop
- Simpler bool comparison
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
(cherry picked from commit 3918d0e1b73f5e59a8c93e2b5ae99295cef26cf9)
|
|\ \
| |/
|/| |
Make http.AuthMethod setAuth public. Fixes #1196
|
|/
|
|
| |
Signed-off-by: JACQUES Francois <Francois.JACQUES@murex.com>
|
|\
| |
| | |
Remote: add Prune option to PushOptions
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
According to:
https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt
> The packfile MUST NOT be sent if the only command used is 'delete'.
Signed-off-by: Stanislav Seletskiy <s.seletskiy@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Stanislav Seletskiy <s.seletskiy@gmail.com>
|
|\ \
| | |
| | | |
Fix typos in comments
|
| | |
| | |
| | |
| | |
| | |
| | | |
Just a few simple, nit-picky typo fixes.
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
|
|/ / |
|
|\ \
| | |
| | | |
config: added missing dot.
|
|/ /
| |
| |
| | |
Signed-off-by: Vladimir Masarik <masarik.vladimir7@gmail.com>
|
|\ \
| | |
| | | |
git : allows to create a Remote without a Repository
|
|/ /
| |
| |
| | |
Signed-off-by: Valentin Cocaud <v.cocaud@gmail.com>
|
|\ \
| | |
| | | |
fix wildcard handling in RefSpec matching
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1) The guard logic here was inverted, resulting in an always-false
branch, which meant that the suffix after the wildcard was
incorrectly ignored.
2) Wildcards were treated as 1-or-more matches, but git treats them as
0-or-more. This change aligns go-git with git, but represents a bit
of a breaking change for go-git.
Signed-off-by: Mike Lundy <mike@fluffypenguin.org>
|