Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib/difftool: change trap condition from SIGINT to INT | Markus Heidelberg | 2009-01-19 | 1 | -1/+1 |
* | commit: more compact summary and without extra quotes | Santi Béjar | 2009-01-19 | 1 | -2/+2 |
* | Merge branch 'kc/maint-diff-bwi-fix' | Junio C Hamano | 2009-01-19 | 0 | -0/+0 |
|\ | |||||
| * | test more combinations of ignore-whitespace options to diff | Keith Cascio | 2009-01-19 | 1 | -0/+27 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-01-19 | 1 | -2/+3 |
|\ \ | |||||
| * | | shell: Document that 'cvs server' is a valid command | Lars Noschinski | 2009-01-19 | 1 | -2/+3 |
* | | | bash completion: refactor diff options | Thomas Rast | 2009-01-19 | 1 | -15/+21 |
* | | | bash completion: move pickaxe options to log | Thomas Rast | 2009-01-19 | 1 | -1/+2 |
* | | | difftool: put the cursor on the editable file for Vim | David Aguilar | 2009-01-18 | 1 | -2/+6 |
* | | | difftool: fix documentation problems | David Aguilar | 2009-01-18 | 2 | -13/+12 |
* | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-01-18 | 7 | -20/+484 |
|\ \ \ | |||||
| * | | | git-svn: Show UUID in svn info for added directories with svn 1.5.5 | Marcel Koeppen | 2009-01-18 | 1 | -1/+2 |
| * | | | git-svn: avoid importing nested git repos | Eric Wong | 2009-01-18 | 2 | -4/+131 |
| * | | | git-svn: fix SVN 1.1.x compatibility | Eric Wong | 2009-01-18 | 2 | -3/+25 |
| * | | | git-svn: Add --localtime option to "fetch" | Pete Harlan | 2009-01-18 | 3 | -3/+64 |
| * | | | git-svn: better attempt to handle broken symlink updates | Eric Wong | 2009-01-18 | 2 | -4/+122 |
| * | | | git-svn: handle empty files marked as symlinks in SVN | Eric Wong | 2009-01-18 | 2 | -5/+140 |
* | | | | mergetool: put the cursor on the editable file for Vim | Markus Heidelberg | 2009-01-18 | 1 | -2/+7 |
|/ / / | |||||
* | | | t7700: demonstrate misbehavior of 'repack -a' when local packs exist | Brandon Casey | 2009-01-17 | 1 | -0/+19 |
* | | | test more combinations of ignore-whitespace options to diff | Keith Cascio | 2009-01-17 | 1 | -0/+27 |
* | | | Merge branch 'ds/uintmax-config' | Junio C Hamano | 2009-01-17 | 2 | -1/+6 |
|\ \ \ | |||||
| * | | | autoconf: Enable threaded delta search when pthreads are supported | David M. Syzdek | 2008-12-02 | 2 | -1/+6 |
* | | | | Merge branch 'gb/gitweb-opml' | Junio C Hamano | 2009-01-17 | 1 | -3/+7 |
|\ \ \ \ | |||||
| * | | | | gitweb: suggest name for OPML view | Giuseppe Bilotta | 2009-01-10 | 1 | -1/+5 |
| * | | | | gitweb: don't use pathinfo for global actions | Giuseppe Bilotta | 2009-01-06 | 1 | -2/+2 |
* | | | | | Merge branch 'mv/apply-parse-opt' | Junio C Hamano | 2009-01-17 | 3 | -128/+168 |
|\ \ \ \ \ | |||||
| * | | | | | Resurrect "git apply --flags -" to read from the standard input | Junio C Hamano | 2009-01-09 | 2 | -14/+31 |
| * | | | | | parse-opt: migrate builtin-apply. | Miklos Vajna | 2008-12-30 | 2 | -131/+154 |
* | | | | | | Merge branch 'tr/rebase-root' | Junio C Hamano | 2009-01-17 | 4 | -52/+322 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase: update documentation for --root | Thomas Rast | 2009-01-11 | 1 | -5/+16 |
| * | | | | | | rebase -i: learn to rebase root commit | Thomas Rast | 2009-01-11 | 2 | -31/+179 |
| * | | | | | | rebase: learn to rebase root commit | Thomas Rast | 2009-01-11 | 2 | -16/+126 |
| * | | | | | | rebase -i: execute hook only after argument checking | Thomas Rast | 2009-01-03 | 1 | -2/+3 |
* | | | | | | | Merge branch 'gb/gitweb-patch' | Junio C Hamano | 2009-01-17 | 1 | -3/+110 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gitweb: link to patch(es) view in commit(diff) and (short)log view | Giuseppe Bilotta | 2008-12-21 | 1 | -2/+28 |
| * | | | | | | | gitweb: add patches view | Giuseppe Bilotta | 2008-12-21 | 1 | -1/+14 |
| * | | | | | | | gitweb: change call pattern for git_commitdiff | Giuseppe Bilotta | 2008-12-21 | 1 | -3/+4 |
| * | | | | | | | gitweb: add patch view | Giuseppe Bilotta | 2008-12-21 | 1 | -1/+68 |
* | | | | | | | | Merge branch 'ap/clone-into-empty' | Junio C Hamano | 2009-01-17 | 11 | -50/+77 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Allow cloning to an existing empty directory | Alexander Potashev | 2009-01-11 | 4 | -3/+46 |
| * | | | | | | | | add is_dot_or_dotdot inline function | Alexander Potashev | 2009-01-11 | 9 | -47/+31 |
* | | | | | | | | | Merge branch 'jc/maint-format-patch' | Junio C Hamano | 2009-01-17 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | format-patch: show patch text for the root commit | Junio C Hamano | 2009-01-10 | 1 | -0/+7 |
* | | | | | | | | | | Merge branch 'tr/maint-no-index-fixes' | Junio C Hamano | 2009-01-17 | 3 | -10/+20 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | diff --no-index -q: fix endless loop | Thomas Rast | 2009-01-07 | 1 | -1/+3 |
| * | | | | | | | | | | diff --no-index: test for pager after option parsing | Thomas Rast | 2009-01-06 | 1 | -7/+7 |
| * | | | | | | | | | | diff: accept -- when using --no-index | Thomas Rast | 2009-01-06 | 3 | -3/+11 |
* | | | | | | | | | | | Merge branch 'as/autocorrect-alias' | Junio C Hamano | 2009-01-17 | 1 | -20/+33 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | git.c: make autocorrected aliases work | Adeodato Simó | 2009-01-05 | 1 | -20/+33 |
* | | | | | | | | | | | | Merge branch 'rs/fgrep' | Junio C Hamano | 2009-01-17 | 2 | -8/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ |