Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git --paginate: do not commit pager choice too early | Nguyễn Thái Ngọc Duy | 2010-06-28 | 2 | -13/+47 |
* | tests: local config file should be honored from subdirs of toplevel | Jonathan Nieder | 2010-06-28 | 1 | -0/+26 |
* | t7006: test pager configuration for several git commands | Jonathan Nieder | 2010-06-28 | 1 | -52/+84 |
* | t7006 (pager): introduce helper for parameterized tests | Jonathan Nieder | 2010-06-28 | 1 | -18/+54 |
* | Git 1.7.2-rc0v1.7.2-rc0 | Junio C Hamano | 2010-06-27 | 1 | -1/+11 |
* | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 2010-06-27 | 7 | -15/+155 |
|\ | |||||
| * | git-cat-file.txt: Document --textconv | Michael J Gruber | 2010-06-24 | 1 | -2/+8 |
| * | t/t8007: test textconv support for cat-file | Clément Poulain | 2010-06-18 | 1 | -0/+70 |
| * | textconv: support for cat_file | Clément Poulain | 2010-06-18 | 3 | -8/+40 |
| * | sha1_name: add get_sha1_with_context() | Clément Poulain | 2010-06-18 | 2 | -5/+37 |
* | | Merge branch 'pb/maint-perl-errmsg-no-dir' | Junio C Hamano | 2010-06-27 | 1 | -2/+2 |
|\ \ | |||||
| * | | Git.pm: better error message | Philippe Bruhat (BooK) | 2010-06-18 | 1 | -2/+2 |
* | | | Merge branch 'tr/send-email-8bit' | Junio C Hamano | 2010-06-27 | 3 | -0/+146 |
|\ \ \ | |||||
| * | | | send-email: ask about and declare 8bit mails | Thomas Rast | 2010-06-18 | 3 | -0/+146 |
* | | | | Merge branch 'js/maint-am-rebase-invalid-author' | Junio C Hamano | 2010-06-27 | 2 | -6/+17 |
|\ \ \ \ | |||||
| * | | | | am: use get_author_ident_from_commit instead of mailinfo when rebasing | Jay Soffian | 2010-06-16 | 2 | -6/+17 |
* | | | | | Merge branch 'ab/blame-textconv' | Junio C Hamano | 2010-06-27 | 4 | -21/+165 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | t/t8006: test textconv support for blame | Axel Bonnet | 2010-06-18 | 1 | -0/+80 |
| * | | | | textconv: support for blame | Axel Bonnet | 2010-06-18 | 1 | -13/+72 |
| * | | | | textconv: make the API public | Axel Bonnet | 2010-06-11 | 2 | -8/+12 |
* | | | | | Merge branch 'jn/show-num-walks' | Junio C Hamano | 2010-06-27 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | DWIM 'git show -5' to 'git show --do-walk -5' | Jonathan Nieder | 2010-06-02 | 1 | -0/+4 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-06-25 | 5 | -10/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | msvc: Fix some compiler warnings | Ramsay Jones | 2010-06-25 | 1 | -4/+4 |
| * | | | | | | Documentation: grep: fix asciidoc problem with -- | Christian Couder | 2010-06-25 | 1 | -1/+1 |
| * | | | | | | msvc: Fix some "expr evaluates to function" compiler warnings | Ramsay Jones | 2010-06-24 | 3 | -5/+5 |
* | | | | | | | Merge branch 'jk/url-decode' | Junio C Hamano | 2010-06-23 | 1 | -10/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | url.c: "<scheme>://" part at the beginning should not be URL decoded | Junio C Hamano | 2010-06-23 | 1 | -10/+18 |
* | | | | | | | | Update draft release notes to 1.7.2 | Junio C Hamano | 2010-06-22 | 1 | -12/+41 |
* | | | | | | | | Merge branch 'jc/maint-simpler-common-prefix' | Junio C Hamano | 2010-06-22 | 1 | -13/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | common_prefix: simplify and fix scanning for prefixes | Junio C Hamano | 2010-06-16 | 1 | -13/+13 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'sb/format-patch-signature' | Junio C Hamano | 2010-06-22 | 6 | -4/+85 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | completion: Add --signature and format.signature | Stephen Boyd | 2010-06-16 | 1 | -1/+2 |
| * | | | | | | | | format-patch: Add a signature option (--signature) | Stephen Boyd | 2010-06-16 | 5 | -3/+83 |
* | | | | | | | | | Merge branch 'mg/pretty-magic-space' | Junio C Hamano | 2010-06-22 | 3 | -4/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pretty: Introduce ' ' modifier to add space if non-empty | Michael J Gruber | 2010-06-16 | 3 | -3/+24 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jn/gitweb-return-or-exit-cleanup' | Junio C Hamano | 2010-06-22 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gitweb: Return or exit after done serving request | Jakub Narebski | 2010-06-14 | 1 | -1/+9 |
* | | | | | | | | | | Merge branch 'bd/maint-unpack-trees-parawalk-fix' | Junio C Hamano | 2010-06-22 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | unpack-trees: Make index lookahead less pessimal | Brian Downing | 2010-06-18 | 1 | -2/+10 |
* | | | | | | | | | | | Merge branch 'cc/cherry-pick-series' | Junio C Hamano | 2010-06-22 | 4 | -66/+264 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Documentation/revert: describe passing more than one commit | Christian Couder | 2010-06-02 | 1 | -14/+37 |
| * | | | | | | | | | | | Documentation/cherry-pick: describe passing more than one commit | Christian Couder | 2010-06-02 | 1 | -11/+53 |
| * | | | | | | | | | | | revert: add tests to check cherry-picking many commits | Christian Couder | 2010-06-02 | 1 | -0/+95 |
| * | | | | | | | | | | | revert: allow cherry-picking more than one commit | Christian Couder | 2010-06-02 | 1 | -10/+41 |
| * | | | | | | | | | | | revert: change help_msg() to take no argument | Christian Couder | 2010-06-02 | 1 | -4/+4 |
| * | | | | | | | | | | | revert: refactor code into a do_pick_commit() function | Christian Couder | 2010-06-02 | 1 | -19/+25 |
| * | | | | | | | | | | | revert: use run_command_v_opt() instead of execv_git_cmd() | Christian Couder | 2010-06-02 | 1 | -2/+9 |
| * | | | | | | | | | | | revert: cleanup code for -x option | Christian Couder | 2010-06-02 | 1 | -7/+1 |
* | | | | | | | | | | | | Merge branch 'jc/rev-list-ancestry-path' | Junio C Hamano | 2010-06-22 | 4 | -3/+226 |
|\ \ \ \ \ \ \ \ \ \ \ \ |