summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix git-am safety checksJunio C Hamano2006-09-161-4/+19
| | |_|/ | |/| |
* | | | Merge branch 'jk/diff'Junio C Hamano2006-09-1715-232/+576
|\ \ \ \
| * | | | wt-status: remove extraneous newline from 'deleted:' outputJeff King2006-09-131-1/+1
| * | | | git-status: document colorization config optionsJeff King2006-09-121-0/+14
| * | | | Teach runstatus about --untrackedJohannes Schindelin2006-09-124-1/+10
| * | | | git-commit.sh: convert run_status to a C builtinJeff King2006-09-0810-100/+349
| * | | | Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-084-133/+194
| * | | | diff: support custom callbacks for outputJeff King2006-09-072-0/+11
* | | | | gitweb fix validating pg (page) parameterMatthias Lederhofer2006-09-171-1/+1
* | | | | git-repack(1): document --window and --depthJonas Fonseca2006-09-171-1/+11
* | | | | git-apply(1): document --unidiff-zeroJonas Fonseca2006-09-171-0/+10
* | | | | gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer2006-09-171-13/+21
* | | | | upload-archive: monitor child communication even more carefully.Franck Bui-Huu2006-09-171-1/+2
* | | | | Merge branch 'jc/archive'Junio C Hamano2006-09-1718-142/+892
|\ \ \ \ \
| * | | | | git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe2006-09-171-72/+18
| * | | | | git-archive: inline default_parse_extra()Rene Scharfe2006-09-131-12/+2
| * | | | | builtin-archive.c: rename remote_request() to extract_remote_arg()Junio C Hamano2006-09-121-2/+2
| * | | | | upload-archive: monitor child communication more carefully.Junio C Hamano2006-09-121-22/+38
| * | | | | Add sideband status report to git-archive protocolJunio C Hamano2006-09-102-6/+92
| * | | | | Merge branch 'jc/sideband' into jc/archiveJunio C Hamano2006-09-107-81/+160
| |\ \ \ \ \
| | * | | | | Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-104-9/+20
| | * | | | | Move sideband server side support into reusable form.Junio C Hamano2006-09-103-37/+40
| | * | | | | Move sideband client side support into reusable form.Junio C Hamano2006-09-104-29/+66
| * | | | | | Teach --exec to git-archive --remoteJunio C Hamano2006-09-101-3/+17
| * | | | | | Add --verbose to git-archiveJunio C Hamano2006-09-104-1/+16
| * | | | | | archive: force line buffered output to stderrJunio C Hamano2006-09-101-0/+2
| * | | | | | Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe2006-09-102-2/+2
| * | | | | | archive: allow remote to have more formats than we understand.Junio C Hamano2006-09-092-33/+47
| * | | | | | git-archive: make compression level of ZIP archives configurableRene Scharfe2006-09-093-2/+23
| * | | | | | Add git-upload-archiveFranck Bui-Huu2006-09-097-0/+120
| * | | | | | git-archive: wire up ZIP format.Franck Bui-Huu2006-09-093-0/+30
| * | | | | | git-archive: wire up TAR format.Franck Bui-Huu2006-09-093-1/+72
| * | | | | | Add git-archiveFranck Bui-Huu2006-09-098-1/+375
| | |/ / / / | |/| | | |
* | | | | | gitweb: export optionsMatthias Lederhofer2006-09-172-3/+24
* | | | | | gitweb: do not use 'No such directory' error messageMatthias Lederhofer2006-09-171-7/+4
* | | | | | gitweb: fix uninitialized variable warning.Martin Waitz2006-09-171-8/+8
* | | | | | gitweb: more support for PATH_INFO based URLsMartin Waitz2006-09-171-7/+27
* | | | | | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano2006-09-173-34/+197
* | | | | | t1400: make test debuggable.Junio C Hamano2006-09-161-43/+43
| |_|/ / / |/| | | |
* | | | | Allow multiple "git_path()" usesLinus Torvalds2006-09-161-1/+9
* | | | | gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski2006-09-161-1/+10
* | | | | gitweb: Allow for href() to be used for links without project paramJakub Narebski2006-09-161-7/+10
* | | | | Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2006-09-152-2/+8
* | | | | Document git-grep -[Hh]Junio C Hamano2006-09-151-1/+8
* | | | | Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-151-1/+0
* | | | | gitweb: Add git_project_index for generating index.auxJakub Narebski2006-09-141-0/+25
* | | | | gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski2006-09-141-22/+19
* | | | | gitweb: Use File::Find::find in git_get_projects_listJakub Narebski2006-09-141-10/+20
* | | | | Handle invalid argc gentlyDmitry V. Levin2006-09-143-3/+3
* | | | | Add "-h/-H" parsing to "git grep"Linus Torvalds2006-09-141-4/+11