index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-cat-file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-09-13
builtin-archive.c: rename remote_request() to extract_remote_arg()
Junio C Hamano
1
-2
/
+2
2006-09-13
upload-archive: monitor child communication more carefully.
Junio C Hamano
1
-22
/
+38
2006-09-11
Add sideband status report to git-archive protocol
Junio C Hamano
2
-6
/
+92
2006-09-11
Prepare larger packet buffer for upload-pack protocol.
Junio C Hamano
4
-9
/
+20
2006-09-10
Teach --exec to git-archive --remote
Junio C Hamano
1
-3
/
+17
2006-09-10
Add --verbose to git-archive
Junio C Hamano
4
-1
/
+16
2006-09-10
archive: force line buffered output to stderr
Junio C Hamano
1
-0
/
+2
2006-09-10
Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c
Rene Scharfe
2
-2
/
+2
2006-09-10
Move sideband server side support into reusable form.
Junio C Hamano
3
-37
/
+40
2006-09-10
Move sideband client side support into reusable form.
Junio C Hamano
4
-29
/
+66
2006-09-10
archive: allow remote to have more formats than we understand.
Junio C Hamano
2
-33
/
+47
2006-09-10
get_sha1_hex() micro-optimization
Junio C Hamano
1
-9
/
+37
2006-09-09
git-archive: make compression level of ZIP archives configurable
Rene Scharfe
3
-2
/
+23
2006-09-09
Add git-upload-archive
Franck Bui-Huu
7
-0
/
+120
2006-09-09
git-archive: wire up ZIP format.
Franck Bui-Huu
3
-0
/
+30
2006-09-09
git-archive: wire up TAR format.
Franck Bui-Huu
3
-1
/
+72
2006-09-09
Add git-archive
Franck Bui-Huu
8
-1
/
+375
2006-09-07
autoconf: Add config.cache to .gitignore
Jakub Narebski
1
-0
/
+1
2006-09-07
autoconf: Add support for setting NO_ICONV and ICONVDIR
Jakub Narebski
2
-1
/
+13
2006-09-07
autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv
Jakub Narebski
1
-2
/
+5
2006-09-07
Revert "daemon: add upload-tar service."
Junio C Hamano
2
-13
/
+1
2006-09-06
git-repack: create new packs inside $GIT_DIR, not cwd
Martin Langhoff
1
-4
/
+7
2006-09-06
Teach rev-list an option to read revs from the standard input.
Junio C Hamano
2
-0
/
+31
2006-09-06
revision.c: allow injecting revision parameters after setup_revisions().
Junio C Hamano
2
-74
/
+87
2006-09-06
Fix memory leak in prepend_to_path (git.c).
Christian Couder
1
-0
/
+2
2006-09-06
send-pack: remove remote reference limit
Andy Whitcroft
1
-1
/
+1
2006-09-05
autoconf: Fix copy'n'paste error
Jakub Narebski
1
-1
/
+1
2006-09-05
diff-index --cc shows a 3-way diff between HEAD, index and working tree.
Paul Mackerras
1
-0
/
+25
2006-09-05
autoconf: Quote AC_CACHE_CHECK arguments
Jakub Narebski
1
-4
/
+4
2006-09-05
autoconf: Check for subprocess.py
Jakub Narebski
1
-0
/
+10
2006-09-05
autoconf: Add -liconv to LIBS when NEEDS_LIBICONV
Jakub Narebski
1
-0
/
+1
2006-09-05
gitweb: Divide page path into directories -- path's "breadcrumbs"
Jakub Narebski
1
-8
/
+21
2006-09-05
gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body
Jakub Narebski
1
-4
/
+4
2006-09-05
gitweb: Add GIT favicon, assuming image/png type
Jakub Narebski
3
-0
/
+7
2006-09-05
Fix git-fsck-objects SIGSEGV/divide-by-zero
Linus Torvalds
1
-4
/
+5
2006-09-04
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
4
-41
/
+65
2006-09-04
gitweb: Change the name of diff to parent link in "commit" view to "diff
Jakub Narebski
1
-1
/
+1
2006-09-03
pack-objects: fix thinko in revalidate code
Junio C Hamano
1
-6
/
+7
2006-09-03
Update GIT_TRACE documentation.
Christian Couder
1
-1
/
+10
2006-09-03
pack-objects: re-validate data we copy from elsewhere.
Junio C Hamano
1
-4
/
+63
2006-09-02
Trace into a file or an open fd and refactor tracing code.
Christian Couder
10
-64
/
+229
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
34
-76
/
+84
2006-09-02
consolidate two copies of new style object header parsing code.
Junio C Hamano
1
-40
/
+45
2006-09-01
Documentation: Fix howto/revert-branch-rebase.html generation
Sergey Vlasov
1
-1
/
+1
2006-09-01
fmt-merge-msg: fix off-by-one bug
Johannes Schindelin
1
-1
/
+1
2006-09-01
git-rev-list(1): group options; reformat; document more options
Jonas Fonseca
1
-66
/
+188
2006-09-01
Constness tightening for move/link_temp_to_file()
Junio C Hamano
2
-3
/
+3
2006-09-01
gitweb: Fix git_blame
Aneesh Kumar K.V
1
-4
/
+6
2006-09-01
Include config.mak.autogen in the doc Makefile
Jonas Fonseca
1
-0
/
+2
2006-09-01
Use xmalloc instead of malloc
Jonas Fonseca
9
-16
/
+16
[next]