Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'np/pack' | Junio C Hamano | 2006-10-22 | 12 | -299/+602 |
|\ | |||||
| * | add the capability for index-pack to read from a stream | Nicolas Pitre | 2006-10-20 | 1 | -101/+143 |
| * | index-pack: compare only the first 20-bytes of the key. | Nicolas Pitre | 2006-10-18 | 1 | -4/+10 |
| * | git-repack: repo.usedeltabaseoffset | Junio C Hamano | 2006-10-13 | 3 | -1/+28 |
| * | pack-objects: document --delta-base-offset option | Junio C Hamano | 2006-10-10 | 2 | -2/+13 |
| * | allow delta data reuse even if base object is a preferred base | Nicolas Pitre | 2006-09-27 | 1 | -1/+1 |
| * | zap a debug remnant | Nicolas Pitre | 2006-09-27 | 1 | -1/+0 |
| * | let the GIT native protocol use offsets to delta base when possible | Nicolas Pitre | 2006-09-27 | 2 | -5/+10 |
| * | make pack data reuse compatible with both delta types | Nicolas Pitre | 2006-09-27 | 3 | -96/+130 |
| * | make git-pack-objects able to create deltas with offset to base | Nicolas Pitre | 2006-09-27 | 1 | -14/+33 |
| * | teach git-index-pack about deltas with offset to base | Nicolas Pitre | 2006-09-27 | 1 | -31/+80 |
| * | teach git-unpack-objects about deltas with offset to base | Nicolas Pitre | 2006-09-27 | 1 | -32/+106 |
| * | introduce delta objects with offset to base | Nicolas Pitre | 2006-09-27 | 5 | -45/+82 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-10-22 | 8 | -42/+52 |
|\ \ | |||||
| * | | pager: default to LESS=FRSX not LESS=FRS | Junio C Hamano | 2006-10-22 | 1 | -1/+1 |
| * | | Make prune also run prune-packed | J. Bruce Fields | 2006-10-22 | 3 | -6/+8 |
| * | | git-vc: better installation instructions | Karl Hasselström | 2006-10-22 | 1 | -1/+4 |
| * | | gitweb: Do not esc_html $basedir argument to git_print_tree_entry | Jakub Narebski | 2006-10-22 | 1 | -3/+6 |
| * | | gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2) | Jakub Narebski | 2006-10-22 | 1 | -30/+30 |
| * | | Fix usagestring for git-branch | Lars Hjemli | 2006-10-22 | 1 | -1/+1 |
| * | | git-merge: show usage if run without arguments | Rene Scharfe | 2006-10-22 | 1 | -0/+2 |
* | | | git-clone: define die() and use it. | Dmitry V. Levin | 2006-10-20 | 1 | -37/+24 |
* | | | Merge branch 'maint' | Junio C Hamano | 2006-10-20 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix typo in show-index.cv1.4.3.1 | Lars Hjemli | 2006-10-20 | 1 | -1/+1 |
| * | | pager: default to LESS=FRS | Junio C Hamano | 2006-10-20 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2006-10-19 | 2 | -0/+64 |
|\ \ \ | |/ / | |||||
| * | | git-apply: prepare for upcoming GNU diff -u format change. | Linus Torvalds | 2006-10-19 | 2 | -0/+64 |
* | | | Don't use $author_name undefined when $from contains no /\s</. | Jim Meyering | 2006-10-19 | 1 | -1/+1 |
* | | | Merge branch 'mw/pathinfo' | Junio C Hamano | 2006-10-18 | 2 | -20/+85 |
|\ \ \ | |||||
| * | | | gitweb: Fix search form when PATH_INFO is enabled | Petr Baudis | 2006-10-11 | 1 | -0/+4 |
| * | | | gitweb: Document features better | Petr Baudis | 2006-10-07 | 2 | -19/+56 |
| * | | | gitweb: warn if feature cannot be overridden. | Martin Waitz | 2006-10-04 | 1 | -0/+4 |
| * | | | gitweb: start to generate PATH_INFO URLs. | Martin Waitz | 2006-10-02 | 1 | -1/+21 |
* | | | | Merge branch 'js/diff' | Junio C Hamano | 2006-10-18 | 2 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | Turn on recursive with --summary | Johannes Schindelin | 2006-10-05 | 2 | -1/+2 |
* | | | | | Merge branch 'jc/send-email' | Junio C Hamano | 2006-10-18 | 1 | -4/+23 |
|\ \ \ \ \ | |||||
| * | | | | | Make git-send-email detect mbox-style patches more readily | Junio C Hamano | 2006-10-07 | 1 | -3/+10 |
| * | | | | | git-send-email: real name with period need to be dq-quoted on From: line | Junio C Hamano | 2006-10-05 | 1 | -0/+5 |
| * | | | | | git-send-email: do not drop custom headers the user prepared | Junio C Hamano | 2006-10-05 | 1 | -1/+8 |
* | | | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-10-18 | 5 | -20/+120 |
|\ \ \ \ \ \ | |||||
| * | | | | | | teach revision walker about --all-match. | Junio C Hamano | 2006-09-27 | 1 | -1/+8 |
| * | | | | | | grep --all-match | Junio C Hamano | 2006-09-27 | 4 | -19/+112 |
* | | | | | | | Merge early part of branch 'jc/diff-apply-patch' | Junio C Hamano | 2006-10-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1) | Junio C Hamano | 2006-09-29 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'jc/diff-numstat' | Junio C Hamano | 2006-10-18 | 4 | -12/+47 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff --numstat | Junio C Hamano | 2006-10-13 | 4 | -12/+47 |
* | | | | | | | | | Merge branch 'pb/bisect' | Junio C Hamano | 2006-10-18 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect reset: Leave the tree in usable state if git-checkout failed | Petr Baudis | 2006-10-16 | 1 | -5/+6 |
* | | | | | | | | | | Merge branch 'mw/send-email' | Junio C Hamano | 2006-10-18 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add --dry-run option to git-send-email | Matthew Wilcox | 2006-10-11 | 1 | -2/+6 |