index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make ref resolution saner
Linus Torvalds
2006-09-17
*
Add support for negative refs
Linus Torvalds
2006-09-17
*
Start handling references internally as a sorted in-memory list
Linus Torvalds
2006-09-17
*
Merge branch 'sk/ftp'
Junio C Hamano
2006-09-17
|
\
|
*
Add ftp:// protocol support for git-http-fetch
Junio C Hamano
2006-09-16
|
*
http-fetch.c: consolidate code to detect missing fetch target
Junio C Hamano
2006-09-16
*
|
Merge part of branch 'jc/upload-pack'
Junio C Hamano
2006-09-17
|
\
\
|
*
|
upload-pack: minor clean-up in multi-ack logic
Junio C Hamano
2006-08-12
*
|
|
Merge branch 'jc/pack'
Junio C Hamano
2006-09-17
|
\
\
\
|
*
|
|
pack-objects: document --revs, --unpacked and --all.
Junio C Hamano
2006-09-12
|
*
|
|
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
2006-09-07
|
*
|
|
pack-objects: further work on internal rev-list logic.
Junio C Hamano
2006-09-07
|
*
|
|
pack-objects: run rev-list equivalent internally.
Junio C Hamano
2006-09-07
|
*
|
|
Separate object listing routines out of rev-list
Junio C Hamano
2006-09-07
*
|
|
|
Merge branch 'jc/am'
Junio C Hamano
2006-09-17
|
\
\
\
\
|
*
|
|
|
Fix git-am safety checks
Junio C Hamano
2006-09-16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/diff'
Junio C Hamano
2006-09-17
|
\
\
\
\
|
*
|
|
|
wt-status: remove extraneous newline from 'deleted:' output
Jeff King
2006-09-13
|
*
|
|
|
git-status: document colorization config options
Jeff King
2006-09-12
|
*
|
|
|
Teach runstatus about --untracked
Johannes Schindelin
2006-09-12
|
*
|
|
|
git-commit.sh: convert run_status to a C builtin
Jeff King
2006-09-08
|
*
|
|
|
Move color option parsing out of diff.c and into color.[ch]
Jeff King
2006-09-08
|
*
|
|
|
diff: support custom callbacks for output
Jeff King
2006-09-07
*
|
|
|
|
gitweb fix validating pg (page) parameter
Matthias Lederhofer
2006-09-17
*
|
|
|
|
git-repack(1): document --window and --depth
Jonas Fonseca
2006-09-17
*
|
|
|
|
git-apply(1): document --unidiff-zero
Jonas Fonseca
2006-09-17
*
|
|
|
|
gitweb: fix warnings in PATH_INFO code and add export_ok/strict_export
Matthias Lederhofer
2006-09-17
*
|
|
|
|
upload-archive: monitor child communication even more carefully.
Franck Bui-Huu
2006-09-17
*
|
|
|
|
Merge branch 'jc/archive'
Junio C Hamano
2006-09-17
|
\
\
\
\
\
|
*
|
|
|
|
git-tar-tree: devolve git-tar-tree into a wrapper for git-archive
Rene Scharfe
2006-09-17
|
*
|
|
|
|
git-archive: inline default_parse_extra()
Rene Scharfe
2006-09-13
|
*
|
|
|
|
builtin-archive.c: rename remote_request() to extract_remote_arg()
Junio C Hamano
2006-09-12
|
*
|
|
|
|
upload-archive: monitor child communication more carefully.
Junio C Hamano
2006-09-12
|
*
|
|
|
|
Add sideband status report to git-archive protocol
Junio C Hamano
2006-09-10
|
*
|
|
|
|
Merge branch 'jc/sideband' into jc/archive
Junio C Hamano
2006-09-10
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Prepare larger packet buffer for upload-pack protocol.
Junio C Hamano
2006-09-10
|
|
*
|
|
|
|
Move sideband server side support into reusable form.
Junio C Hamano
2006-09-10
|
|
*
|
|
|
|
Move sideband client side support into reusable form.
Junio C Hamano
2006-09-10
|
*
|
|
|
|
|
Teach --exec to git-archive --remote
Junio C Hamano
2006-09-10
|
*
|
|
|
|
|
Add --verbose to git-archive
Junio C Hamano
2006-09-10
|
*
|
|
|
|
|
archive: force line buffered output to stderr
Junio C Hamano
2006-09-10
|
*
|
|
|
|
|
Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c
Rene Scharfe
2006-09-10
|
*
|
|
|
|
|
archive: allow remote to have more formats than we understand.
Junio C Hamano
2006-09-09
|
*
|
|
|
|
|
git-archive: make compression level of ZIP archives configurable
Rene Scharfe
2006-09-09
|
*
|
|
|
|
|
Add git-upload-archive
Franck Bui-Huu
2006-09-09
|
*
|
|
|
|
|
git-archive: wire up ZIP format.
Franck Bui-Huu
2006-09-09
|
*
|
|
|
|
|
git-archive: wire up TAR format.
Franck Bui-Huu
2006-09-09
|
*
|
|
|
|
|
Add git-archive
Franck Bui-Huu
2006-09-09
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
gitweb: export options
Matthias Lederhofer
2006-09-17
*
|
|
|
|
|
gitweb: do not use 'No such directory' error message
Matthias Lederhofer
2006-09-17
[next]