aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin2009-01-17
* Merge branch 'maint'Junio C Hamano2009-01-13
|\
| * Merge branch 'kk/maint-http-push' into maintJunio C Hamano2009-01-13
| |\
| * \ Merge branch 'js/maint-merge-recursive-r-d-conflict' into maintJunio C Hamano2009-01-13
| |\ \
| * \ \ Merge branch 'cb/maint-merge-recursive-fix' into maintJunio C Hamano2009-01-13
| |\ \ \
| * \ \ \ Merge branch 'ap/maint-apply-modefix' into maintJunio C Hamano2009-01-13
| |\ \ \ \
| * \ \ \ \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-13
| |\ \ \ \ \
| | * | | | | Avoid spurious error messages on error mistakes.Pierre Habouzit2009-01-13
| | * | | | | contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org2009-01-12
* | | | | | | Fix Documentation typos surrounding the word 'handful'.Jon Loeliger2009-01-13
* | | | | | | sha1_file: make "read_object" staticChristian Couder2009-01-13
* | | | | | | contrib/vim: change URL to point to the latest syntax filesMarkus Heidelberg2009-01-12
* | | | | | | Merge branch 'maint'Junio C Hamano2009-01-11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'mh/maint-sendmail-cc-doc' into maintJunio C Hamano2009-01-11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-do-not-switch-to-non-commit' into maintJunio C Hamano2009-01-11
| |\ \ \ \ \ \ \
| * | | | | | | | Documentation/git-push.txt: minor: compress one optionjidanni@jidanni.org2009-01-11
* | | | | | | | | git-svn: add --authors-file testEric Wong2009-01-11
* | | | | | | | | Cleanup of unused symcache variable inside diff-lib.cKjetil Barvik2009-01-11
* | | | | | | | | Makefile: clean up TEST_PROGRAMS definitionJeff King2009-01-11
* | | | | | | | | t7501-commit.sh: explicitly check that -F prevents invoking the editorAdeodato Simó2009-01-10
* | | | | | | | | bash completion: Use 'git add' completions for 'git stage'Lee Marlow2009-01-10
* | | | | | | | | bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow2009-01-10
* | | | | | | | | filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit2009-01-10
* | | | | | | | | Merge branch 'mh/maint-sendmail-cc-doc'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | doc/git-send-email: mention sendemail.cc config variableMarkus Heidelberg2008-12-29
* | | | | | | | | Merge branch 'rs/diff-ihc'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: add option to show context between close hunksRené Scharfe2008-12-29
* | | | | | | | | | Merge branch 'js/maint-merge-recursive-r-d-conflict'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | merge-recursive: mark rename/delete conflict as unmergedJohannes Schindelin2008-12-24
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mk/gitweb-feature'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: unify boolean feature subroutinesMatt Kraai2008-12-15
* | | | | | | | | | Merge branch 'cb/merge-recursive-fix'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-recursive-fixJunio C Hamano2008-12-15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | merge-recursive: do not clobber untracked working tree garbageJunio C Hamano2008-12-15
| | * | | | | | | | modify/delete conflict resolution overwrites untracked fileClemens Buchacher2008-12-15
* | | | | | | | | | Merge branch 'kk/maint-http-push'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | http-push: support full URI in handle_remote_ls_ctx()Kirill A. Korinskiy2008-12-24
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mv/um-pdf'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support for a pdf version of the user manualMiklos Vajna2008-12-10
* | | | | | | | | | Merge branch 'jn/gitweb-blame'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: cache $parent_commit info in git_blame()Jakub Narebski2008-12-10
| * | | | | | | | | | gitweb: A bit of code cleanup in git_blame()Jakub Narebski2008-12-10
| * | | | | | | | | | gitweb: Move 'lineno' id from link to row element in git_blameJakub Narebski2008-12-09
* | | | | | | | | | | Merge branch 'wp/add-p-goto'Junio C Hamano2009-01-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add 'g' command to go to a hunkWilliam Pursell2008-12-04
| * | | | | | | | | | | Add subroutine to display one-line summary of hunksWilliam Pursell2008-12-04
* | | | | | | | | | | | strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-06
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-06
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-01-06
| | |\ \ \ \ \ \ \ \ \ \