Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 7 | -84/+74 |
* | Add support for negative refs | Linus Torvalds | 2006-09-17 | 1 | -0/+6 |
* | Start handling references internally as a sorted in-memory list | Linus Torvalds | 2006-09-17 | 5 | -54/+218 |
* | Merge branch 'sk/ftp' | Junio C Hamano | 2006-09-17 | 1 | -8/+17 |
|\ | |||||
| * | Add ftp:// protocol support for git-http-fetch | Junio C Hamano | 2006-09-16 | 1 | -1/+3 |
| * | http-fetch.c: consolidate code to detect missing fetch target | Junio C Hamano | 2006-09-16 | 1 | -8/+15 |
* | | Merge part of branch 'jc/upload-pack' | Junio C Hamano | 2006-09-17 | 1 | -10/+12 |
|\ \ | |||||
| * | | upload-pack: minor clean-up in multi-ack logic | Junio C Hamano | 2006-08-12 | 1 | -10/+12 |
* | | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-17 | 12 | -225/+432 |
|\ \ \ | |||||
| * | | | pack-objects: document --revs, --unpacked and --all. | Junio C Hamano | 2006-09-12 | 2 | -2/+21 |
| * | | | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 2006-09-07 | 6 | -15/+47 |
| * | | | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 2006-09-07 | 4 | -93/+85 |
| * | | | pack-objects: run rev-list equivalent internally. | Junio C Hamano | 2006-09-07 | 1 | -82/+215 |
| * | | | Separate object listing routines out of rev-list | Junio C Hamano | 2006-09-07 | 4 | -99/+130 |
* | | | | Merge branch 'jc/am' | Junio C Hamano | 2006-09-17 | 1 | -4/+19 |
|\ \ \ \ | |||||
| * | | | | Fix git-am safety checks | Junio C Hamano | 2006-09-16 | 1 | -4/+19 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 15 | -232/+576 |
|\ \ \ \ | |||||
| * | | | | wt-status: remove extraneous newline from 'deleted:' output | Jeff King | 2006-09-13 | 1 | -1/+1 |
| * | | | | git-status: document colorization config options | Jeff King | 2006-09-12 | 1 | -0/+14 |
| * | | | | Teach runstatus about --untracked | Johannes Schindelin | 2006-09-12 | 4 | -1/+10 |
| * | | | | git-commit.sh: convert run_status to a C builtin | Jeff King | 2006-09-08 | 10 | -100/+349 |
| * | | | | Move color option parsing out of diff.c and into color.[ch] | Jeff King | 2006-09-08 | 4 | -133/+194 |
| * | | | | diff: support custom callbacks for output | Jeff King | 2006-09-07 | 2 | -0/+11 |
* | | | | | gitweb fix validating pg (page) parameter | Matthias Lederhofer | 2006-09-17 | 1 | -1/+1 |
* | | | | | git-repack(1): document --window and --depth | Jonas Fonseca | 2006-09-17 | 1 | -1/+11 |
* | | | | | git-apply(1): document --unidiff-zero | Jonas Fonseca | 2006-09-17 | 1 | -0/+10 |
* | | | | | gitweb: fix warnings in PATH_INFO code and add export_ok/strict_export | Matthias Lederhofer | 2006-09-17 | 1 | -13/+21 |
* | | | | | upload-archive: monitor child communication even more carefully. | Franck Bui-Huu | 2006-09-17 | 1 | -1/+2 |
* | | | | | Merge branch 'jc/archive' | Junio C Hamano | 2006-09-17 | 18 | -142/+892 |
|\ \ \ \ \ | |||||
| * | | | | | git-tar-tree: devolve git-tar-tree into a wrapper for git-archive | Rene Scharfe | 2006-09-17 | 1 | -72/+18 |
| * | | | | | git-archive: inline default_parse_extra() | Rene Scharfe | 2006-09-13 | 1 | -12/+2 |
| * | | | | | builtin-archive.c: rename remote_request() to extract_remote_arg() | Junio C Hamano | 2006-09-12 | 1 | -2/+2 |
| * | | | | | upload-archive: monitor child communication more carefully. | Junio C Hamano | 2006-09-12 | 1 | -22/+38 |
| * | | | | | Add sideband status report to git-archive protocol | Junio C Hamano | 2006-09-10 | 2 | -6/+92 |
| * | | | | | Merge branch 'jc/sideband' into jc/archive | Junio C Hamano | 2006-09-10 | 7 | -81/+160 |
| |\ \ \ \ \ | |||||
| | * | | | | | Prepare larger packet buffer for upload-pack protocol. | Junio C Hamano | 2006-09-10 | 4 | -9/+20 |
| | * | | | | | Move sideband server side support into reusable form. | Junio C Hamano | 2006-09-10 | 3 | -37/+40 |
| | * | | | | | Move sideband client side support into reusable form. | Junio C Hamano | 2006-09-10 | 4 | -29/+66 |
| * | | | | | | Teach --exec to git-archive --remote | Junio C Hamano | 2006-09-10 | 1 | -3/+17 |
| * | | | | | | Add --verbose to git-archive | Junio C Hamano | 2006-09-10 | 4 | -1/+16 |
| * | | | | | | archive: force line buffered output to stderr | Junio C Hamano | 2006-09-10 | 1 | -0/+2 |
| * | | | | | | Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c | Rene Scharfe | 2006-09-10 | 2 | -2/+2 |
| * | | | | | | archive: allow remote to have more formats than we understand. | Junio C Hamano | 2006-09-09 | 2 | -33/+47 |
| * | | | | | | git-archive: make compression level of ZIP archives configurable | Rene Scharfe | 2006-09-09 | 3 | -2/+23 |
| * | | | | | | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | 7 | -0/+120 |
| * | | | | | | git-archive: wire up ZIP format. | Franck Bui-Huu | 2006-09-09 | 3 | -0/+30 |
| * | | | | | | git-archive: wire up TAR format. | Franck Bui-Huu | 2006-09-09 | 3 | -1/+72 |
| * | | | | | | Add git-archive | Franck Bui-Huu | 2006-09-09 | 8 | -1/+375 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | gitweb: export options | Matthias Lederhofer | 2006-09-17 | 2 | -3/+24 |
* | | | | | | gitweb: do not use 'No such directory' error message | Matthias Lederhofer | 2006-09-17 | 1 | -7/+4 |