Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dl/xdiff' | Junio C Hamano | 2008-11-12 | 1 | -2/+13 |
|\ | |||||
| * | xdiff: give up scanning similar lines early | Davide Libenzi | 2008-11-08 | 1 | -2/+13 |
* | | Merge branch 'lt/decorate' | Junio C Hamano | 2008-11-12 | 8 | -14/+113 |
|\ \ | |||||
| * | | rev-list documentation: clarify the two parts of history simplification | Santi BĂ©jar | 2008-11-12 | 1 | -2/+46 |
| * | | Document "git log --simplify-by-decoration" | Nanako Shiraishi | 2008-11-12 | 1 | -0/+8 |
| * | | Document "git log --source" | Nanako Shiraishi | 2008-11-11 | 1 | -0/+4 |
| * | | revision traversal: '--simplify-by-decoration' | Linus Torvalds | 2008-11-04 | 2 | -0/+28 |
| * | | Make '--decorate' set an explicit 'show_decorations' flag | Linus Torvalds | 2008-11-04 | 3 | -2/+4 |
| * | | revision: make tree comparison functions take commits rather than trees | Linus Torvalds | 2008-11-04 | 1 | -5/+9 |
| * | | Add a 'source' decorator for commits | Linus Torvalds | 2008-11-04 | 6 | -5/+14 |
* | | | Merge branch 'jk/diff-convfilter' | Junio C Hamano | 2008-11-12 | 9 | -42/+81 |
|\ \ \ | |||||
| * | | | enable textconv for diff in verbose status/commit | Jeff King | 2008-10-26 | 2 | -0/+9 |
| * | | | wt-status: load diff ui config | Jeff King | 2008-10-26 | 2 | -1/+17 |
| * | | | only textconv regular files | Jeff King | 2008-10-26 | 2 | -1/+3 |
| * | | | userdiff: require explicitly allowing textconv | Jeff King | 2008-10-26 | 7 | -27/+17 |
| * | | | refactor userdiff textconv code | Jeff King | 2008-10-26 | 2 | -16/+38 |
* | | | | Merge branch 'jk/diff-convfilter-test-fix' | Junio C Hamano | 2008-11-12 | 7 | -20/+178 |
|\ \ \ \ | |||||
| * | | | | Avoid using non-portable `echo -n` in tests. | Brian Gernhardt | 2008-10-31 | 5 | -7/+7 |
| |/ / / | |||||
| * | | | add userdiff textconv tests | Jeff King | 2008-10-26 | 1 | -0/+118 |
| * | | | document the diff driver textconv feature | Jeff King | 2008-10-26 | 1 | -13/+53 |
| * | | | diff: add missing static declaration | Jeff King | 2008-10-26 | 1 | -1/+1 |
* | | | | Merge branch 'st/tag' | Junio C Hamano | 2008-11-12 | 2 | -7/+23 |
|\ \ \ \ | |||||
| * | | | | tag: Add more tests about mixing incompatible modes and options | Samuel Tardieu | 2008-11-04 | 1 | -0/+11 |
| * | | | | tag: Check that options are only allowed in the appropriate mode | Samuel Tardieu | 2008-11-04 | 1 | -7/+12 |
* | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-11-12 | 4 | -17/+41 |
|\ \ \ \ \ | |||||
| * | | | | | git-gui: Request blame metadata in utf-8. | Alexander Gavrilov | 2008-11-11 | 1 | -1/+1 |
| * | | | | | git-gui: Add the Show SSH Key item to the clone dialog. | Alexander Gavrilov | 2008-11-11 | 2 | -9/+17 |
| * | | | | | git-gui: Fix focus transition in the blame viewer. | Alexander Gavrilov | 2008-11-11 | 2 | -7/+23 |
* | | | | | | git.html: Update the links to stale versions | Junio C Hamano | 2008-11-12 | 1 | -1/+3 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-12 | 8 | -6/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Start 1.6.0.5 cycle | Junio C Hamano | 2008-11-12 | 2 | -1/+22 |
| * | | | | | | Fix pack.packSizeLimit and --max-pack-size handling | Nicolas Pitre | 2008-11-12 | 2 | -2/+16 |
| * | | | | | | checkout: Fix "initial checkout" detection | Junio C Hamano | 2008-11-12 | 4 | -3/+9 |
| * | | | | | | Remove the period after the git-check-attr summary | Matt Kraai | 2008-11-12 | 1 | -1/+1 |
* | | | | | | | git-diff: Add --staged as a synonym for --cached. | David Symonds | 2008-11-11 | 2 | -2/+4 |
* | | | | | | | git-p4: Cache git config for performance | John Chapman | 2008-11-11 | 1 | -1/+4 |
* | | | | | | | git-p4: Support purged files and optimize memory usage | John Chapman | 2008-11-11 | 1 | -7/+7 |
* | | | | | | | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 2 | -2/+2 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 11 | -15/+24 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 8 | -12/+12 |
| * | | | | | | git-submodule: Avoid printing a spurious message. | Alexandre Julliard | 2008-11-11 | 1 | -1/+1 |
| * | | | | | | git ls-remote: make usage string match manpage | Stefan Naewe | 2008-11-11 | 1 | -1/+1 |
| * | | | | | | Makefile: help people who run 'make check' by mistake | Junio C Hamano | 2008-11-11 | 1 | -1/+10 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-09 | 4 | -11/+29 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Documentation: bisect: change a few instances of "git-cmd" to "git cmd" | Christian Couder | 2008-11-09 | 1 | -3/+3 |
| * | | | | | | Documentation: rev-list: change a few instances of "git-cmd" to "git cmd" | Christian Couder | 2008-11-09 | 1 | -4/+4 |
| * | | | | | | checkout: Don't crash when switching away from an invalid branch. | Alexandre Julliard | 2008-11-09 | 2 | -4/+22 |
* | | | | | | | bisect: fix missing "exit" | Christian Couder | 2008-11-09 | 1 | -1/+1 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-08 | 5 | -23/+55 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | GIT 1.6.0.4v1.6.0.4 | Junio C Hamano | 2008-11-08 | 1 | -6/+5 |