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
Graph
d0b452db02f8777c650b63118c396685ede1de2d
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Nov
12
11
10
9
8
7
6
5
4
2
1
31
Oct
30
29
28
27
26
25
24
25
24
25
24
23
22
20
19
20
19
18
17
16
15
16
15
14
11
10
9
8
7
5
2
1
30
Sep
29
28
27
25
24
23
22
21
22
21
20
19
17
16
14
13
14
13
14
13
11
10
9
7
6
5
4
30
Aug
29
28
27
26
25
24
23
22
21
20
19
15
14
13
12
11
9
6
4
3
2
1
2
1
2
1
31
Jul
30
29
28
27
26
27
26
27
26
http: Unrustle
Merge pull request #1016 from arrbee/fix-checkout-dir-removal
makefile: Fix the builtin Makefile
config: distinguish between a lone variable name and one without rhs
config: rename get_config_entry -> config_entry
Merge pull request #1055 from ethomson/sha1_win32
Merge pull request #1064 from libgit2/http-parser-2
filebuf now has a git_hash_ctx instead of a ctx*
unload dll / destroy hash ctxs at shutdown
move hash library func ptrs to global global
Remove git_hash_ctx_new - callers now _ctx_init()
Win32 CryptoAPI and CNG support for SHA1
Merge pull request #1065 from nulltoken/fix/memory-leak
Remove unused variables
test: fix memory leak
local: fix memory leak
Bump the builtin http-parser
clar-helpers: Oops, grab pointer
Merge remote-tracking branch 'ben/local-transport' into development
Merge pull request #1061 from nulltoken/topic/explicit-head-errors
Remove unnecessary progress logic
Fix error check
repository: Refine repository_head() error report
Fix compilation warning
Merge pull request #1010 from ethomson/fetch_head
create FETCH_HEAD specially instead of as a ref file
Merge pull request #1056 from nulltoken/duplicate-tree-entries
Merge pull request #1060 from nulltoken/topic/explicit-index-errors
index: prefer INDEX_OWNER usage
index: refine add_from_workdir() error report
index: make git_index_new() work with a NULL path
tests: Add missing assertions
Helpers for local-filesystem remote URLs
Fix warnings and valgrind issues
Fix various cross-platform build issues
Update reset hard test
fix regression in diff with submodule oid
Rework checkout with new strategy options
Some diff refactorings to help code reuse
Move pathspec code in separate files