aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-20
* git-log --author and --committer are not left-anchored by defaultLinus Torvalds2006-09-20
* rev-list: fix segfault with --{author,committer,grep}Jeff King2006-09-20
* revision traversal: --author, --committer, and --grep.Junio C Hamano2006-09-20
* revision traversal: prepare for commit log match.Junio C Hamano2006-09-20
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-20
* gitweb: Fix thinko in git_tags and git_headsJakub Narebski2006-09-20
* gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski2006-09-20
* gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski2006-09-20
* gitweb: Require project for almost all actionsJakub Narebski2006-09-20
* gitweb: Even more support for PATH_INFO based URLsJakub Narebski2006-09-20
* gitk(1): mention --allJonas Fonseca2006-09-20
* Fix trivial typos and inconsistencies in hooks documentationJonas Fonseca2006-09-20
* gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski2006-09-20
* Patch for http-fetch.c and older curl releasesArt Haas2006-09-20
* Merge branch 'sk/ftp'Junio C Hamano2006-09-17
|\
| * Add ftp:// protocol support for git-http-fetchJunio C Hamano2006-09-16
| * http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano2006-09-16
* | Merge part of branch 'jc/upload-pack'Junio C Hamano2006-09-17
|\ \
| * | upload-pack: minor clean-up in multi-ack logicJunio C Hamano2006-08-12
* | | Merge branch 'jc/pack'Junio C Hamano2006-09-17
|\ \ \
| * | | pack-objects: document --revs, --unpacked and --all.Junio C Hamano2006-09-12
| * | | pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-07
| * | | pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-07
| * | | pack-objects: run rev-list equivalent internally.Junio C Hamano2006-09-07
| * | | Separate object listing routines out of rev-listJunio C Hamano2006-09-07
* | | | Merge branch 'jc/am'Junio C Hamano2006-09-17
|\ \ \ \
| * | | | Fix git-am safety checksJunio C Hamano2006-09-16
| | |_|/ | |/| |
* | | | Merge branch 'jk/diff'Junio C Hamano2006-09-17
|\ \ \ \
| * | | | wt-status: remove extraneous newline from 'deleted:' outputJeff King2006-09-13
| * | | | git-status: document colorization config optionsJeff King2006-09-12
| * | | | Teach runstatus about --untrackedJohannes Schindelin2006-09-12
| * | | | git-commit.sh: convert run_status to a C builtinJeff King2006-09-08
| * | | | Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-08
| * | | | diff: support custom callbacks for outputJeff King2006-09-07
* | | | | gitweb fix validating pg (page) parameterMatthias Lederhofer2006-09-17
* | | | | git-repack(1): document --window and --depthJonas Fonseca2006-09-17
* | | | | git-apply(1): document --unidiff-zeroJonas Fonseca2006-09-17
* | | | | gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer2006-09-17
* | | | | upload-archive: monitor child communication even more carefully.Franck Bui-Huu2006-09-17
* | | | | Merge branch 'jc/archive'Junio C Hamano2006-09-17
|\ \ \ \ \
| * | | | | git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe2006-09-17
| * | | | | git-archive: inline default_parse_extra()Rene Scharfe2006-09-13
| * | | | | builtin-archive.c: rename remote_request() to extract_remote_arg()Junio C Hamano2006-09-12
| * | | | | upload-archive: monitor child communication more carefully.Junio C Hamano2006-09-12
| * | | | | Add sideband status report to git-archive protocolJunio C Hamano2006-09-10
| * | | | | Merge branch 'jc/sideband' into jc/archiveJunio C Hamano2006-09-10
| |\ \ \ \ \
| | * | | | | Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-10
| | * | | | | Move sideband server side support into reusable form.Junio C Hamano2006-09-10
| | * | | | | Move sideband client side support into reusable form.Junio C Hamano2006-09-10