summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * teach git-index-pack about deltas with offset to baseNicolas Pitre2006-09-271-31/+80
| * teach git-unpack-objects about deltas with offset to baseNicolas Pitre2006-09-271-32/+106
| * introduce delta objects with offset to baseNicolas Pitre2006-09-275-45/+82
* | Merge branch 'maint'Junio C Hamano2006-10-228-42/+52
|\ \
| * | pager: default to LESS=FRSX not LESS=FRSJunio C Hamano2006-10-221-1/+1
| * | Make prune also run prune-packedJ. Bruce Fields2006-10-223-6/+8
| * | git-vc: better installation instructionsKarl Hasselström2006-10-221-1/+4
| * | gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski2006-10-221-3/+6
| * | gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski2006-10-221-30/+30
| * | Fix usagestring for git-branchLars Hjemli2006-10-221-1/+1
| * | git-merge: show usage if run without argumentsRene Scharfe2006-10-221-0/+2
* | | git-clone: define die() and use it.Dmitry V. Levin2006-10-201-37/+24
* | | Merge branch 'maint'Junio C Hamano2006-10-202-2/+2
|\ \ \ | |/ /
| * | Fix typo in show-index.cv1.4.3.1Lars Hjemli2006-10-201-1/+1
| * | pager: default to LESS=FRSJunio C Hamano2006-10-201-1/+1
* | | Merge branch 'maint'Junio C Hamano2006-10-192-0/+64
|\ \ \ | |/ /
| * | git-apply: prepare for upcoming GNU diff -u format change.Linus Torvalds2006-10-192-0/+64
* | | Don't use $author_name undefined when $from contains no /\s</.Jim Meyering2006-10-191-1/+1
* | | Merge branch 'mw/pathinfo'Junio C Hamano2006-10-182-20/+85
|\ \ \
| * | | gitweb: Fix search form when PATH_INFO is enabledPetr Baudis2006-10-111-0/+4
| * | | gitweb: Document features betterPetr Baudis2006-10-072-19/+56
| * | | gitweb: warn if feature cannot be overridden.Martin Waitz2006-10-041-0/+4
| * | | gitweb: start to generate PATH_INFO URLs.Martin Waitz2006-10-021-1/+21
* | | | Merge branch 'js/diff'Junio C Hamano2006-10-182-1/+2
|\ \ \ \
| * | | | Turn on recursive with --summaryJohannes Schindelin2006-10-052-1/+2
* | | | | Merge branch 'jc/send-email'Junio C Hamano2006-10-181-4/+23
|\ \ \ \ \
| * | | | | Make git-send-email detect mbox-style patches more readilyJunio C Hamano2006-10-071-3/+10
| * | | | | git-send-email: real name with period need to be dq-quoted on From: lineJunio C Hamano2006-10-051-0/+5
| * | | | | git-send-email: do not drop custom headers the user preparedJunio C Hamano2006-10-051-1/+8
* | | | | | Merge branch 'jc/grep'Junio C Hamano2006-10-185-20/+120
|\ \ \ \ \ \
| * | | | | | teach revision walker about --all-match.Junio C Hamano2006-09-271-1/+8
| * | | | | | grep --all-matchJunio C Hamano2006-09-274-19/+112
* | | | | | | Merge early part of branch 'jc/diff-apply-patch'Junio C Hamano2006-10-181-2/+2
|\ \ \ \ \ \ \
| * | | | | | | git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1)Junio C Hamano2006-09-291-2/+2
* | | | | | | | Merge branch 'jc/diff-numstat'Junio C Hamano2006-10-184-12/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | diff --numstatJunio C Hamano2006-10-134-12/+47