Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
dd5e74e5
Commit
dd5e74e5
authored
Mar 17, 2014
by
Russell Belfer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2191 from libgit2/cmn/projects
Add a few projects to the list
parents
2b40390f
5c8096c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
PROJECTS.md
+9
-0
No files found.
PROJECTS.md
View file @
dd5e74e5
...
@@ -58,6 +58,9 @@ These are good small projects to get started with libgit2.
...
@@ -58,6 +58,9 @@ These are good small projects to get started with libgit2.
*
Submit a PR to clarify documentation! While we do try to document all of
*
Submit a PR to clarify documentation! While we do try to document all of
the APIs, your fresh eyes on the documentation will find areas that are
the APIs, your fresh eyes on the documentation will find areas that are
confusing much more easily.
confusing much more easily.
*
Add support for the symref protocol extension, so we don't guess
what the remote's default branch is
[
#2006
](
https://github.com/libgit2/libgit2/issues/2006
)
If none of these appeal to you, take a look at our issues list to see if
If none of these appeal to you, take a look at our issues list to see if
there are any unresolved issues you'd like to jump in on.
there are any unresolved issues you'd like to jump in on.
...
@@ -80,3 +83,9 @@ projects above.
...
@@ -80,3 +83,9 @@ projects above.
*
Upgrade internal libxdiff code to latest from core Git
*
Upgrade internal libxdiff code to latest from core Git
*
Add a hashtable lookup for files in the index instead of binary search
*
Add a hashtable lookup for files in the index instead of binary search
every time
every time
*
Make the index write the cache out to disk (with tests to gain
confidence that the caching invalidation works correctly)
*
Have the tree builder use a hash table when building instead of a
list.
*
Move the tagopt mechanism to the newer git 1.9 interpretation of
--tags
[
#2120
](
https://github.com/libgit2/libgit2/issues/2120
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment