首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
lincoln7406
/
git
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
v1.5.0-rc4
GIT 1.5.0-rc4
5c553ea
2007-02-08 06:31
下载
v1.5.0-rc3
GIT 1.5.0-rc3
8c4e4ef
2007-02-01 07:06
下载
v1.5.0-rc2
GIT 1.5.0-rc2
eaf6459
2007-01-21 15:44
下载
v1.5.0-rc1
GIT 1.5.0-rc1
ba70de0
2007-01-12 10:22
下载
v1.4.4.4
GIT 1.4.4.4
8977c11
2007-01-04 15:09
下载
v1.5.0-rc0
GIT 1.5.0 preview
d5e86da
2006-12-26 10:14
下载
v1.4.4.3
GIT 1.4.4.3
851a911
2006-12-21 03:23
下载
v1.4.4.2
GIT 1.4.4.2
49ed2bc
2006-12-05 11:44
下载
v1.4.4.1
GIT 1.4.4.1
e945f95
2006-11-23 08:57
下载
v1.4.4
GIT 1.4.4
e267c2f
2006-11-15 14:11
下载
v1.4.4-rc2
GIT 1.4.4-rc2
a74e60a
2006-11-12 10:22
下载
v1.4.3.5
GIT 1.4.3.5
e02cd63
2006-11-11 03:53
下载
v1.4.4-rc1
GIT 1.4.4-rc1
baf0bfc
2006-11-08 08:36
下载
v1.4.3.4
GIT 1.4.3.4 Among many minor fixes and documentation updates, this contains these fixes: - revision traversal now treats --unpacked as commit filter, not traversal limiter. If you have unpacked commits that are parents of packed ones which are in turn parents of commits that are unpacked, running rev-list starting at the latest unpacked commits used to _stop_ at the first packed commit and older unpacked commits were not shown. With this update, the traversal does not stop at packed commits, and shows the older unpacked commits. The updated semantics is easier to use with git-repack --unpacked. - In a repository configured for shared access, if the permission bits of existing directories are misconfigured (e.g. running repository commands as root by mistake), a codepath to create a new object failed with incorrect error message. Fixed. - An earlier fix to cope with traditional-style patches that were generated with --unified=0 broke handling of creation and deletion diffs in git-apply. Fixed. Andy Parkins (2): Minor grammar fixes for git-diff-index.txt git-clone documentation didn't mention --origin as equivalent of -o Christian Couder (3): Remove --syslog in git-daemon inetd documentation examples. Documentation: add upload-archive service to git-daemon. Documentation: add git in /etc/services. Edgar Toernig (1): Use memmove instead of memcpy for overlapping areas J. Bruce Fields (1): Documentation: updates to "Everyday GIT" Jakub Narebski (3): diff-format.txt: Combined diff format documentation supplement diff-format.txt: Correct information about pathnames quoting in patch format gitweb: Check git base URLs before generating URL from it Jan Harkes (1): Continue traversal when rev-list --unpacked finds a packed commit. Johannes Schindelin (1): link_temp_to_file: call adjust_shared_perm() only when we created the directory Junio C Hamano (9): Documentation: clarify refname disambiguation rules. combine-diff: a few more finishing touches. combine-diff: fix hunk_comment_line logic. combine-diff: honour --no-commit-id Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" quote.c: ensure the same quoting across platforms. revision traversal: --unpacked does not limit commit list anymore. link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure apply: handle "traditional" creation/deletion diff correctly. Nicolas Pitre (1): pack-objects doesn't create random pack names Rene Scharfe (1): git-cherry: document limit and add diagram Shawn O. Pearce (3): Use ULONG_MAX rather than implicit cast of -1. Remove SIMPLE_PROGRAMS and make git-daemon a normal program. Remove unsupported C99 style struct initializers in git-archive.
6c2f207
2006-11-05 13:37
下载
v1.4.3.3
GIT 1.4.3.3
84ab7b6
2006-10-26 05:38
下载
v1.4.3.2
GIT 1.4.3.2 This is primarily to fix two major issues discovered post 1.4.3.1 release. - The pager change to default to LESS=FRS exposed problem with less that switches to alternate screen, shows its output and then switches back immediately from the alternate screen afterwards -- which means the user would not have a chance to see _anything_. - Older upload-pack protocol clients did not pass host= and recent git-daemon change to support virtual hosting did not handle this correctly (although it attempted to do so, the check was borked). Alexandre Julliard (1): prune-packed: Fix uninitialized variable. J. Bruce Fields (1): Make prune also run prune-packed Jakub Narebski (2): gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2) gitweb: Do not esc_html $basedir argument to git_print_tree_entry Jim Meyering (2): git-clone: honor --quiet xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header. Junio C Hamano (2): pager: default to LESS=FRSX not LESS=FRS daemon: do not die on older clients. Karl Hasselström (1): git-vc: better installation instructions Lars Hjemli (1): Fix usagestring for git-branch Petr Baudis (1): gitweb: Fix setting $/ in parse_commit() Rene Scharfe (1): git-merge: show usage if run without arguments Santi Béjar (1): Documentation for the [remote] config
a153adf
2006-10-24 08:39
下载
v1.4.3.1
GIT 1.4.3.1 This is primarily to work around changes in the recent GNU diff output format. Also it contains irritation fix for "git diff" which now paginates its output by default.
0b92f1a
2006-10-21 05:24
下载
v1.4.3
GIT 1.4.3
e0b0830
2006-10-13 06:19
下载
v1.4.2.4
GIT 1.4.2.4 This is to fix performance bug of xdiff on 64-bit architectures.
9de0834
2006-10-17 10:58
下载
v1.4.3-rc3
GIT 1.4.3-rc3
0a24657
2006-10-15 09:25
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载