..
foreachref
Go 1.19 format ( #20758 )
2 years ago
pipeline
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
tests/ repos
…
url
…
README.md
…
batch_reader.go
…
blame.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
blame_test.go
…
blob.go
Read expected buffer size ( #17409 )
3 years ago
blob_gogit.go
…
blob_nogogit.go
…
blob_test.go
…
command.go
Prevent panic in doctor command when running default checks ( #21791 ) ( #21807 )
2 years ago
command_race_test.go
…
command_test.go
Follow improve code quality ( #21465 )
2 years ago
commit.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
commit_convert_gogit.go
…
commit_info.go
…
commit_info_gogit.go
…
commit_info_nogogit.go
…
commit_info_test.go
…
commit_reader.go
…
commit_test.go
…
diff.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
diff_test.go
…
error.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
git.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
git_test.go
…
hook.go
…
last_commit_cache.go
…
last_commit_cache_gogit.go
…
last_commit_cache_nogogit.go
…
log_name_status.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
notes.go
…
notes_gogit.go
…
notes_nogogit.go
…
notes_test.go
…
parse_gogit.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
parse_gogit_test.go
…
parse_nogogit.go
Refactor parseTreeEntries, speed up tree list ( #21368 )
2 years ago
parse_nogogit_test.go
Refactor parseTreeEntries, speed up tree list ( #21368 )
2 years ago
ref.go
…
remote.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
repo_archive.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_attribute.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
repo_attribute_test.go
…
repo_base.go
…
repo_base_gogit.go
…
repo_base_nogogit.go
…
repo_blame.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_blob.go
…
repo_blob_gogit.go
…
repo_blob_nogogit.go
…
repo_blob_test.go
…
repo_branch.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_branch_gogit.go
…
repo_branch_nogogit.go
On tag/branch-exist check, dont panic if repo is nil ( #21787 ) ( #21788 )
2 years ago
repo_branch_test.go
Sort branches and tags by date descending ( #21136 )
2 years ago
repo_commit.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_commit_gogit.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
repo_commit_nogogit.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
repo_commit_test.go
…
repo_commitgraph.go
…
repo_commitgraph_gogit.go
…
repo_compare.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
repo_compare_test.go
…
repo_gpg.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
repo_hook.go
…
repo_index.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
repo_language_stats.go
…
repo_language_stats_gogit.go
…
repo_language_stats_nogogit.go
Refactor parseTreeEntries, speed up tree list ( #21368 )
2 years ago
repo_language_stats_test.go
…
repo_object.go
…
repo_ref.go
…
repo_ref_gogit.go
…
repo_ref_nogogit.go
…
repo_ref_test.go
…
repo_stats.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_stats_test.go
…
repo_tag.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )
2 years ago
repo_tag_gogit.go
…
repo_tag_nogogit.go
On tag/branch-exist check, dont panic if repo is nil ( #21787 ) ( #21788 )
2 years ago
repo_tag_test.go
…
repo_test.go
…
repo_tree.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
repo_tree_gogit.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
repo_tree_nogogit.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
sha1.go
Use complete SHA to create and query commit status ( #22244 ) ( #22257 )
2 years ago
sha1_gogit.go
…
sha1_nogogit.go
…
sha1_test.go
probe if sha before exec git ( #21467 )
2 years ago
signature.go
…
signature_gogit.go
Handle empty author names ( #21902 ) ( #22027 )
2 years ago
signature_nogogit.go
Handle empty author names ( #21902 ) ( #22027 )
2 years ago
submodule.go
…
submodule_test.go
…
tag.go
…
tag_test.go
…
tree.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
tree_blob.go
…
tree_blob_gogit.go
…
tree_blob_nogogit.go
…
tree_entry.go
…
tree_entry_gogit.go
…
tree_entry_mode.go
…
tree_entry_nogogit.go
…
tree_entry_test.go
…
tree_gogit.go
Refactor parseTreeEntries, speed up tree list ( #21368 )
2 years ago
tree_nogogit.go
Refactor git command arguments and make all arguments to be safe to be used ( #21535 )
2 years ago
utils.go
Prepend refs/heads/ to issue template refs ( #20461 ) ( #22427 )
2 years ago
utils_test.go
…