Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | rebase -m: do not trigger pre-commit verification | Junio C Hamano | 2008-03-16 | 1 | -1/+1 | |
* | | | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 2008-03-15 | 12 | -2431/+3155 | |
|\ \ \ | ||||||
| * | | | git-gui: Improve directions regarding POT update in po/README | Junio C Hamano | 2008-03-16 | 1 | -12/+50 | |
| * | | | git-gui: Update Japanese translation | しらいしななこ | 2008-03-15 | 1 | -13/+9 | |
| * | | | git-gui: Adjusted Japanese translation to updated POT | Shawn O. Pearce | 2008-03-15 | 1 | -249/+277 | |
| * | | | git-gui: Update Japanese translation | しらいしななこ | 2008-03-15 | 1 | -291/+266 | |
| * | | | git-gui: Don't translate the special Apple menu | Shawn O. Pearce | 2008-03-15 | 2 | -2/+2 | |
| * | | | git-gui: Updated Hungarian translation (e5fba18) | Miklos Vajna | 2008-03-15 | 1 | -14/+9 | |
| * | | | git-gui: update russian translation | Alex Riesen | 2008-03-15 | 1 | -27/+21 | |
| * | | | git-gui: remove spurious "fuzzy" attributes in po/it.po | Michele Ballabio | 2008-03-15 | 1 | -2/+0 | |
| * | | | git-gui: updated Swedish translation | Peter Karlsson | 2008-03-14 | 1 | -290/+375 | |
| * | | | git-gui: Regenerated po template and merged translations with it | Peter Karlsson | 2008-03-14 | 8 | -1841/+2311 | |
| * | | | Update Hungarian translation. 100% completed. | Miklos Vajna | 2008-03-13 | 1 | -38/+102 | |
| * | | | git-gui: update Italian translation | Michele Ballabio | 2008-03-13 | 1 | -265/+346 | |
* | | | | Redo "add test_cmp function for test scripts" | Junio C Hamano | 2008-03-15 | 2 | -2/+2 | |
* | | | | Merge branch 'jk/portable' | Junio C Hamano | 2008-03-15 | 70 | -202/+247 | |
|\ \ \ \ | ||||||
| * | | | | t6000lib: re-fix tr portability | Jeff King | 2008-03-14 | 1 | -4/+7 | |
| * | | | | t7505: use SHELL_PATH in hook | Jeff King | 2008-03-13 | 1 | -2/+3 | |
| * | | | | t9112: add missing #!/bin/sh header | Jeff King | 2008-03-13 | 1 | -0/+2 | |
| * | | | | filter-branch: use $SHELL_PATH instead of 'sh' | Jeff King | 2008-03-13 | 2 | -1/+2 | |
| * | | | | filter-branch: don't use xargs -0 | Jeff King | 2008-03-13 | 1 | -1/+1 | |
| * | | | | add NO_EXTERNAL_GREP build option | Jeff King | 2008-03-13 | 2 | -2/+16 | |
| * | | | | t6000lib: tr portability fix | Jeff King | 2008-03-13 | 1 | -1/+4 | |
| * | | | | t4020: don't use grep -a | Jeff King | 2008-03-13 | 2 | -1/+2 | |
| * | | | | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 40 | -115/+133 | |
| * | | | | remove use of "tail -n 1" and "tail -1" | Jeff King | 2008-03-13 | 7 | -20/+20 | |
| * | | | | grep portability fix: don't use "-e" or "-q" | Jeff King | 2008-03-13 | 9 | -43/+42 | |
| * | | | | more tr portability test script fixes | Jeff King | 2008-03-13 | 10 | -17/+17 | |
| * | | | | t0050: perl portability fix | Jeff King | 2008-03-13 | 1 | -2/+2 | |
| * | | | | tr portability fixes | Jeff King | 2008-03-12 | 4 | -6/+9 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'py/submodule' | Junio C Hamano | 2008-03-15 | 3 | -8/+386 | |
|\ \ \ \ | ||||||
| * | | | | git-submodule summary: fix that some "wc" flavors produce leading spaces | Johannes Sixt | 2008-03-12 | 1 | -1/+1 | |
| * | | | | git-submodule summary: test | Ping Yin | 2008-03-11 | 1 | -0/+195 | |
| * | | | | git-submodule summary: documentation | Ping Yin | 2008-03-11 | 1 | -3/+16 | |
| * | | | | git-submodule summary: limit summary size | Ping Yin | 2008-03-11 | 1 | -2/+19 | |
| * | | | | git-submodule summary: show commit summary | Ping Yin | 2008-03-11 | 1 | -0/+102 | |
| * | | | | git-submodule summary: code framework | Ping Yin | 2008-03-11 | 1 | -5/+56 | |
* | | | | | Merge branch 'db/diff-to-fp' | Junio C Hamano | 2008-03-15 | 3 | -155/+171 | |
|\ \ \ \ \ | ||||||
| * | | | | | wt-status.c: no need for dup() dance anymore | Kristian Høgsberg | 2008-03-14 | 1 | -15/+2 | |
| * | | | | | Write diff output to a file in struct diff_options | Daniel Barkalow | 2008-03-14 | 2 | -140/+169 | |
* | | | | | | Merge branch 'cc/help' | Junio C Hamano | 2008-03-15 | 3 | -11/+168 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Documentation/git-help: typofix | Junio C Hamano | 2008-03-13 | 1 | -1/+1 | |
| * | | | | | | help: warn if specified 'man.viewer' is unsupported, instead of erroring out | Christian Couder | 2008-03-12 | 1 | -1/+1 | |
| * | | | | | | Documentation: help: explain 'man.viewer' multiple values | Christian Couder | 2008-03-12 | 2 | -2/+29 | |
| * | | | | | | help: implement multi-valued "man.viewer" config option | Christian Couder | 2008-03-11 | 1 | -78/+113 | |
| * | | | | | | Documentation: help: describe 'man.viewer' config variable | Christian Couder | 2008-03-11 | 2 | -10/+26 | |
| * | | | | | | help: add "man.viewer" config var to use "woman" or "konqueror" | Christian Couder | 2008-03-11 | 1 | -1/+80 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | shortlog: do not require to run from inside a git repository | Jonas Fonseca | 2008-03-15 | 3 | -2/+9 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-03-15 | 7 | -22/+71 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | format-patch: generate MIME header as needed even when there is format.header | Junio C Hamano | 2008-03-15 | 5 | -16/+57 |