Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
* | | | | | | gitweb: fix uninitialized variable warning. | Martin Waitz | 2006-09-17 | 1 | -8/+8 | |
* | | | | | | gitweb: more support for PATH_INFO based URLs | Martin Waitz | 2006-09-17 | 1 | -7/+27 | |
* | | | | | | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches | Junio C Hamano | 2006-09-17 | 3 | -34/+197 | |
* | | | | | | t1400: make test debuggable. | Junio C Hamano | 2006-09-16 | 1 | -43/+43 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Allow multiple "git_path()" uses | Linus Torvalds | 2006-09-16 | 1 | -1/+9 | |
* | | | | | gitweb: Add link to "project_index" view to "project_list" page | Jakub Narebski | 2006-09-16 | 1 | -1/+10 | |
* | | | | | gitweb: Allow for href() to be used for links without project param | Jakub Narebski | 2006-09-16 | 1 | -7/+10 | |
* | | | | | Define fallback PATH_MAX on systems that do not define one in <limits.h> | Junio C Hamano | 2006-09-15 | 2 | -2/+8 | |
* | | | | | Document git-grep -[Hh] | Junio C Hamano | 2006-09-15 | 1 | -1/+8 | |
* | | | | | Fix duplicate xmalloc in builtin-add | Liu Yubao | 2006-09-15 | 1 | -1/+0 | |
* | | | | | gitweb: Add git_project_index for generating index.aux | Jakub Narebski | 2006-09-14 | 1 | -0/+25 | |
* | | | | | gitweb: Do not parse refs by hand, use git-peek-remote instead | Jakub Narebski | 2006-09-14 | 1 | -22/+19 | |
* | | | | | gitweb: Use File::Find::find in git_get_projects_list | Jakub Narebski | 2006-09-14 | 1 | -10/+20 | |
* | | | | | Handle invalid argc gently | Dmitry V. Levin | 2006-09-14 | 3 | -3/+3 | |
* | | | | | Add "-h/-H" parsing to "git grep" | Linus Torvalds | 2006-09-14 | 1 | -4/+11 |