summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Built-in cherryRene Scharfe2006-10-235-93/+110
* 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
| * | 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