summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-205-0/+21
* sha1_name.c: understand "describe" output as a valid object nameJunio C Hamano2006-09-201-0/+26
* Make hexval() available to others.Junio C Hamano2006-09-203-49/+40
* gitweb: Fix thinko in git_tags and git_headsJakub Narebski2006-09-201-2/+2
* gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski2006-09-201-24/+42
* gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski2006-09-201-8/+2
* gitweb: Require project for almost all actionsJakub Narebski2006-09-201-0/+4
* gitweb: Even more support for PATH_INFO based URLsJakub Narebski2006-09-201-9/+20
* gitk(1): mention --allJonas Fonseca2006-09-201-0/+9
* Fix trivial typos and inconsistencies in hooks documentationJonas Fonseca2006-09-201-28/+28
* gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski2006-09-201-1/+1
* Patch for http-fetch.c and older curl releasesArt Haas2006-09-201-0/+4
* Merge branch 'sk/ftp'Junio C Hamano2006-09-171-8/+17
|\
| * Add ftp:// protocol support for git-http-fetchJunio C Hamano2006-09-161-1/+3
| * http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano2006-09-161-8/+15
* | Merge part of branch 'jc/upload-pack'Junio C Hamano2006-09-171-10/+12
|\ \
| * | upload-pack: minor clean-up in multi-ack logicJunio C Hamano2006-08-121-10/+12
* | | Merge branch 'jc/pack'Junio C Hamano2006-09-1712-225/+432
|\ \ \
| * | | pack-objects: document --revs, --unpacked and --all.Junio C Hamano2006-09-122-2/+21
| * | | pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-076-15/+47
| * | | pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-074-93/+85
| * | | pack-objects: run rev-list equivalent internally.Junio C Hamano2006-09-071-82/+215
| * | | Separate object listing routines out of rev-listJunio C Hamano2006-09-074-99/+130
* | | | Merge branch 'jc/am'Junio C Hamano2006-09-171-4/+19
|\ \ \ \
| * | | | 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