summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/web-blame'Junio C Hamano2006-10-258-883/+483
|\
| * gitweb: spell "blame --porcelain" with -pJunio C Hamano2006-10-121-1/+1
| * Merge branch 'jc/blame' into jc/web-blameJunio C Hamano2006-10-127-713/+74
| |\
| | * blame: Document and add help text for -f, -n, and -pJunio C Hamano2006-10-122-4/+45
| | * Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-095-709/+29
| * | gitweb: blame porcelain: lineno and orig lineno swappedLuben Tuikov2006-10-111-1/+1
| * | gitweb: use blame --porcelainJunio C Hamano2006-10-061-21/+44
| * | Merge branch 'jc/blame' into jc/web-blameJunio C Hamano2006-10-0610-189/+339
| |\ \ | | |/
| | * git-blame --porcelainJunio C Hamano2006-10-061-22/+127
| | * blame.c: move code to output metainfo into a separate function.Junio C Hamano2006-10-051-31/+45
| | * git-blame: --show-number (and -n)Junio C Hamano2006-10-051-4/+38
| | * git-blame: --show-name (and -f)Junio C Hamano2006-10-051-5/+9
| | * blame.c: whitespace and formatting clean-up.Junio C Hamano2006-10-051-100/+100
| * | Gitweb - provide site headers and footersAlan Chandler2006-10-042-7/+42
| * | gitweb: blame: Mouse-over commit-8 shows author and dateLuben Tuikov2006-10-041-5/+7
| * | gitweb: blame: print commit-8 on the leading row of a commit-blockLuben Tuikov2006-10-041-3/+9
| * | Revert 954a6183756a073723a7c9fd8d2feb13132876b0Junio C Hamano2006-10-041-86/+13
| * | gitweb: prepare for repositories with packed refs.Junio C Hamano2006-10-031-6/+20
| * | gitweb: make leftmost column of blame less cluttered.Junio C Hamano2006-10-031-13/+86
* | | Merge branch 'maint'Junio C Hamano2006-10-259-17/+30
|\ \ \
| * | | xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis2006-10-251-2/+1
| * | | Update cherry documentation.Junio C Hamano2006-10-252-4/+5
| * | | Refer to git-rev-parse:Specifying Revisions from git.txtJunio C Hamano2006-10-251-0/+3
| * | | git-fetch.sh printed protocol fixTuncer Ayaz2006-10-251-1/+2
| * | | RPM package re-classification.Junio C Hamano2006-10-251-6/+6
| * | | Documentation: note about contrib/.Junio C Hamano2006-10-241-0/+5
| * | | git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong2006-10-241-3/+6
| * | | Set $HOME for selftestsGerrit Pape2006-10-241-1/+2
* | | | Merge branch 'maint'Junio C Hamano2006-10-237-6/+30
|\ \ \ \ | |/ / /
| * | | gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis2006-10-231-2/+1
| * | | daemon: do not die on older clients.Junio C Hamano2006-10-231-1/+5
| * | | xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering2006-10-231-1/+1
| * | | git-clone: honor --quietJim Meyering2006-10-231-1/+2
| * | | Documentation for the [remote] configSanti Béjar2006-10-232-0/+20
| * | | prune-packed: Fix uninitialized variable.Alexandre Julliard2006-10-231-1/+1
* | | | ignore-errors requires clKarl Hasselström2006-10-231-0/+2
* | | | git-send-email: do not pass custom Date: headerEric Wong2006-10-231-1/+1
* | | | Use column indexes in git-cvsserver where necessary.Shawn Pearce2006-10-221-1/+13
* | | | gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski2006-10-221-0/+24
* | | | gitweb: Improve git_print_page_pathJakub Narebski2006-10-221-8/+8
* | | | Merge branch 'np/pack'Junio C Hamano2006-10-2212-299/+602
|\ \ \ \
| * | | | add the capability for index-pack to read from a streamNicolas Pitre2006-10-201-101/+143
| * | | | index-pack: compare only the first 20-bytes of the key.Nicolas Pitre2006-10-181-4/+10
| * | | | git-repack: repo.usedeltabaseoffsetJunio C Hamano2006-10-133-1/+28
| * | | | pack-objects: document --delta-base-offset optionJunio C Hamano2006-10-102-2/+13
| * | | | allow delta data reuse even if base object is a preferred baseNicolas Pitre2006-09-271-1/+1
| * | | | zap a debug remnantNicolas Pitre2006-09-271-1/+0
| * | | | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-272-5/+10
| * | | | make pack data reuse compatible with both delta typesNicolas Pitre2006-09-273-96/+130
| * | | | make git-pack-objects able to create deltas with offset to baseNicolas Pitre2006-09-271-14/+33