Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | color-words: take an optional regular expression describing words | Johannes Schindelin | 2009-01-17 | 4 | -10/+118 |
* | color-words: change algorithm to allow for 0-character word boundaries | Johannes Schindelin | 2009-01-17 | 2 | -66/+157 |
* | color-words: refactor word splitting and use ALLOC_GROW() | Johannes Schindelin | 2009-01-17 | 1 | -21/+19 |
* | Add color_fwrite_lines(), a function coloring each line individually | Johannes Schindelin | 2009-01-17 | 2 | -0/+29 |
* | Merge branch 'maint' | Junio C Hamano | 2009-01-13 | 2 | -1/+4 |
|\ | |||||
| * | Merge branch 'kk/maint-http-push' into maint | Junio C Hamano | 2009-01-13 | 1 | -6/+19 |
| |\ | |||||
| * \ | Merge branch 'js/maint-merge-recursive-r-d-conflict' into maint | Junio C Hamano | 2009-01-13 | 2 | -0/+28 |
| |\ \ | |||||
| * \ \ | Merge branch 'cb/maint-merge-recursive-fix' into maint | Junio C Hamano | 2009-01-13 | 2 | -0/+119 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'ap/maint-apply-modefix' into maint | Junio C Hamano | 2009-01-13 | 2 | -1/+65 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-13 | 2 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Avoid spurious error messages on error mistakes. | Pierre Habouzit | 2009-01-13 | 1 | -1/+1 |
| | * | | | | | contrib/examples/README: give an explanation of the status of these files | jidanni@jidanni.org | 2009-01-12 | 1 | -0/+3 |
* | | | | | | | Fix Documentation typos surrounding the word 'handful'. | Jon Loeliger | 2009-01-13 | 8 | -11/+11 |
* | | | | | | | sha1_file: make "read_object" static | Christian Couder | 2009-01-13 | 2 | -5/+5 |
* | | | | | | | contrib/vim: change URL to point to the latest syntax files | Markus Heidelberg | 2009-01-12 | 1 | -5/+7 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-11 | 1 | -3/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'mh/maint-sendmail-cc-doc' into maint | Junio C Hamano | 2009-01-11 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/maint-do-not-switch-to-non-commit' into maint | Junio C Hamano | 2009-01-11 | 2 | -1/+5 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation/git-push.txt: minor: compress one option | jidanni@jidanni.org | 2009-01-11 | 1 | -3/+1 |
* | | | | | | | | | git-svn: add --authors-file test | Eric Wong | 2009-01-11 | 1 | -0/+94 |
* | | | | | | | | | Cleanup of unused symcache variable inside diff-lib.c | Kjetil Barvik | 2009-01-11 | 1 | -29/+11 |
* | | | | | | | | | Makefile: clean up TEST_PROGRAMS definition | Jeff King | 2009-01-11 | 1 | -1/+8 |
* | | | | | | | | | t7501-commit.sh: explicitly check that -F prevents invoking the editor | Adeodato Simó | 2009-01-10 | 2 | -4/+21 |
* | | | | | | | | | bash completion: Use 'git add' completions for 'git stage' | Lee Marlow | 2009-01-10 | 1 | -0/+1 |
* | | | | | | | | | bash completion: Add '--intent-to-add' long option for 'git add' | Lee Marlow | 2009-01-10 | 1 | -1/+1 |
* | | | | | | | | | filter-branch: add git_commit_non_empty_tree and --prune-empty. | Pierre Habouzit | 2009-01-10 | 3 | -1/+50 |
* | | | | | | | | | Merge branch 'mh/maint-sendmail-cc-doc' | Junio C Hamano | 2009-01-07 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | doc/git-send-email: mention sendemail.cc config variable | Markus Heidelberg | 2008-12-29 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'rs/diff-ihc' | Junio C Hamano | 2009-01-07 | 7 | -1/+106 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | diff: add option to show context between close hunks | René Scharfe | 2008-12-29 | 7 | -1/+106 |
* | | | | | | | | | | Merge branch 'js/maint-merge-recursive-r-d-conflict' | Junio C Hamano | 2009-01-07 | 2 | -0/+28 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | merge-recursive: mark rename/delete conflict as unmerged | Johannes Schindelin | 2008-12-24 | 2 | -0/+28 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'mk/gitweb-feature' | Junio C Hamano | 2009-01-07 | 1 | -32/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gitweb: unify boolean feature subroutines | Matt Kraai | 2008-12-15 | 1 | -32/+9 |
* | | | | | | | | | | Merge branch 'cb/merge-recursive-fix' | Junio C Hamano | 2009-01-07 | 2 | -0/+119 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-recursive-fix | Junio C Hamano | 2008-12-15 | 2 | -0/+119 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| | * | | | | | | | | merge-recursive: do not clobber untracked working tree garbage | Junio C Hamano | 2008-12-15 | 2 | -1/+33 |
| | * | | | | | | | | modify/delete conflict resolution overwrites untracked file | Clemens Buchacher | 2008-12-15 | 1 | -0/+87 |
* | | | | | | | | | | Merge branch 'kk/maint-http-push' | Junio C Hamano | 2009-01-07 | 1 | -6/+19 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | http-push: support full URI in handle_remote_ls_ctx() | Kirill A. Korinskiy | 2008-12-24 | 1 | -6/+19 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'mv/um-pdf' | Junio C Hamano | 2009-01-07 | 3 | -0/+22 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add support for a pdf version of the user manual | Miklos Vajna | 2008-12-10 | 3 | -0/+22 |
* | | | | | | | | | | Merge branch 'jn/gitweb-blame' | Junio C Hamano | 2009-01-07 | 1 | -35/+51 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | gitweb: cache $parent_commit info in git_blame() | Jakub Narebski | 2008-12-10 | 1 | -5/+11 |
| * | | | | | | | | | | gitweb: A bit of code cleanup in git_blame() | Jakub Narebski | 2008-12-10 | 1 | -28/+39 |
| * | | | | | | | | | | gitweb: Move 'lineno' id from link to row element in git_blame | Jakub Narebski | 2008-12-09 | 1 | -2/+1 |
* | | | | | | | | | | | Merge branch 'wp/add-p-goto' | Junio C Hamano | 2009-01-07 | 1 | -0/+67 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add 'g' command to go to a hunk | William Pursell | 2008-12-04 | 1 | -0/+26 |
| * | | | | | | | | | | | Add subroutine to display one-line summary of hunks | William Pursell | 2008-12-04 | 1 | -0/+41 |
* | | | | | | | | | | | | strbuf: instate cleanup rule in case of non-memory errors | René Scharfe | 2009-01-06 | 2 | -6/+22 |