summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move pack creation to version 3Nicolas Pitre2006-09-222-3/+7
* Quote arguments to tr in test-libRobin Rosenberg2006-09-221-1/+1
* Fix snapshot link in tree viewPetr Baudis2006-09-221-1/+1
* gitweb: Fix @git_base_url_list usagePetr Baudis2006-09-221-1/+1
* gitweb: Fix tree link associated with each commit log entry.Petr Baudis2006-09-221-1/+1
* Make path in tree view look nicerPetr Baudis2006-09-221-5/+5
* gitweb: Relabel "head" as "HEAD"Petr Baudis2006-09-211-4/+4
* gitweb: Rename "plain" labels to "raw"Petr Baudis2006-09-211-4/+4
* gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis2006-09-211-0/+2
* gitweb: Link to latest tree from the head line in heads listPetr Baudis2006-09-211-1/+2
* gitweb: Link to tree instead of snapshot in shortlogPetr Baudis2006-09-211-7/+2
* gitweb: More per-view navigation bar linksPetr Baudis2006-09-211-4/+38
* gitweb: Link (HEAD) tree for each project from projects listPetr Baudis2006-09-211-1/+2
* gitweb: Make git_get_hash_by_path check type if providedJakub Narebski2006-09-211-0/+5
* Fix showing of path in tree viewPetr Baudis2006-09-211-5/+7
* gitweb: fix display of trees via PATH_INFO.Martin Waitz2006-09-211-0/+1
* Document receive.denyNonFastforwardsJohannes Schindelin2006-09-204-0/+27
* receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin2006-09-201-6/+7
* 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