8000 GitHub - dongpingwang/git-source-learn: 源码分析:git第一个提交是怎么样的?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dongpingwang/git-source-learn

Repository files navigation

源码分析:git第一个提交是怎么样的?

编译

编译环境:Ubuntu-14.04

安装一些依赖:

sudo apt-get install libssl-dev

修改Makefile

-LIBS= -lssl
+LIBS= -lssl -lz -lcrypto

编译后生成的可执行文件如下:

find ./ -perm /+x -type f 
./read-tree
./show-diff
./update-cache
./cat-file
./write-tree
./init-db
./commit-tree

分析

About

源码分析:git第一个提交是怎么样的?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0