| Commit message (Expand) | Author | Age | Files | Lines |
* | post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctly | Michael Haggerty | 2012-02-27 | 1 | -3/+3 |
* | post-receive-email: remove unused variable | Michael Haggerty | 2012-02-27 | 1 | -1/+0 |
* | Document accumulated fixes since 1.7.9.2 | Junio C Hamano | 2012-02-26 | 2 | -1/+18 |
* | Merge branch 'jc/add-refresh-unmerged' into maint | Junio C Hamano | 2012-02-26 | 2 | -2/+24 |
|\ |
|
| * | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmerged | Junio C Hamano | 2012-02-17 | 2 | -2/+24 |
* | | Merge branch 'js/configure-libintl' into maint | Junio C Hamano | 2012-02-26 | 1 | -8/+12 |
|\ \ |
|
| * | | configure: don't use -lintl when there is no gettext supportjs/configure-libintl | John Szakmeister | 2012-02-20 | 1 | -8/+12 |
* | | | Sync with 1.7.8.5 | Junio C Hamano | 2012-02-26 | 6 | -6/+39 |
|\ \ \ |
|
| * | | | Git 1.7.8.5v1.7.8.5 | Junio C Hamano | 2012-02-26 | 3 | -2/+21 |
| * | | | grep -P: Fix matching ^ and $ | Michał Kiedrowicz | 2012-02-26 | 1 | -1/+1 |
| * | | | am: don't infloop for an empty input file | Jim Meyering | 2012-02-26 | 2 | -1/+11 |
| * | | | rebase -m: only call "notes copy" when rewritten exists and is non-empty | Andrew Wong | 2012-02-26 | 1 | -4/+7 |
| * | | | Makefile: add thread-utils.h to LIB_H | Dmitry V. Levin | 2012-02-26 | 1 | -0/+1 |
* | | | | git-p4: remove bash-ism in t9800 | Pete Wyckoff | 2012-02-26 | 1 | -9/+15 |
* | | | | git-p4: remove bash-ism in t9809 | Pete Wyckoff | 2012-02-26 | 1 | -1/+1 |
* | | | | git-p4: fix submit regression with clientSpec and subdir clone | Pete Wyckoff | 2012-02-26 | 2 | -43/+185 |
* | | | | git-p4: set useClientSpec variable on initial clone | Pete Wyckoff | 2012-02-26 | 3 | -4/+34 |
* | | | | README: point to Documentation/SubmittingPatches | Matthieu Moy | 2012-02-23 | 1 | -4/+6 |
* | | | | Document merge.branchdesc configuration variable | Junio C Hamano | 2012-02-23 | 1 | -0/+5 |
* | | | | Git 1.7.9.2v1.7.9.2 | Junio C Hamano | 2012-02-22 | 2 | -2/+3 |
* | | | | completion: use tabs for indentation | Philip Jägenstedt | 2012-02-22 | 1 | -4/+4 |
* | | | | completion: remove stale "to submit patches" documentation | Philip Jägenstedt | 2012-02-22 | 1 | -12/+0 |
* | | | | Update draft release notes to 1.7.9.2 | Junio C Hamano | 2012-02-21 | 1 | -16/+55 |
* | | | | Merge branch 'cb/receive-pack-keep-errors' into maint | Junio C Hamano | 2012-02-21 | 2 | -11/+35 |
|\ \ \ \ |
|
| * | | | | do not override receive-pack errorscb/receive-pack-keep-errors | Clemens Buchacher | 2012-02-13 | 2 | -11/+35 |
| |/ / / |
|
* | | | | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 2012-02-21 | 7 | -21/+28 |
|\ \ \ \ |
|
| * | | | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 7 | -21/+28 |
* | | | | | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 2012-02-21 | 5 | -5/+109 |
|\ \ \ \ \ |
|
| * | | | | | standardize and improve lookup rules for external local reposjk/git-dir-lookup | Jeff King | 2012-02-02 | 5 | -5/+109 |
* | | | | | | Merge branch 'jc/diff-stat-scaler' into maint | Junio C Hamano | 2012-02-21 | 1 | -7/+20 |
|\ \ \ \ \ \ |
|
| * | | | | | | diff --stat: show bars of same length for paths with same amount of changesjc/diff-stat-scaler | Junio C Hamano | 2012-02-14 | 1 | -7/+20 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'zj/term-columns' into maint | Junio C Hamano | 2012-02-21 | 3 | -22/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | pager: find out the terminal width before spawning the pagerzj/term-columns | Zbigniew Jędrzejewski-Szmek | 2012-02-13 | 3 | -22/+38 |
| |/ / / / / |
|
* | | | | | | Merge branch 'cb/maint-rev-list-verify-object' into maint | Junio C Hamano | 2012-02-21 | 2 | -2/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | git rev-list: fix invalid typecastcb/maint-rev-list-verify-object | Clemens Buchacher | 2012-02-13 | 2 | -2/+28 |
| |/ / / / / |
|
* | | | | | | Merge branch 'cb/maint-t5541-make-server-port-portable' into maint | Junio C Hamano | 2012-02-21 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | t5541: check error message against the real port number usedcb/maint-t5541-make-server-port-portable | Clemens Buchacher | 2012-02-13 | 1 | -1/+1 |
* | | | | | | | Merge branch 'dp/i18n-libcharset' into maint | Junio C Hamano | 2012-02-21 | 3 | -0/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharset | Дилян Палаузов | 2012-02-13 | 3 | -0/+16 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge branch 'jk/grep-binary-attribute' into maint | Junio C Hamano | 2012-02-21 | 5 | -192/+308 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | grep: pre-load userdiff drivers when threadedjk/grep-binary-attribute | Jeff King | 2012-02-02 | 1 | -4/+6 |
| * | | | | | | | grep: load file data after checking binary-ness | Jeff King | 2012-02-02 | 1 | -3/+3 |
| * | | | | | | | grep: respect diff attributes for binary-ness | Jeff King | 2012-02-02 | 3 | -2/+39 |
| * | | | | | | | grep: cache userdiff_driver in grep_source | Jeff King | 2012-02-02 | 2 | -6/+20 |
| * | | | | | | | grep: drop grep_buffer's "name" parameter | Jeff King | 2012-02-02 | 3 | -4/+3 |
| * | | | | | | | convert git-grep to use grep_source interface | Jeff King | 2012-02-02 | 1 | -119/+23 |
| * | | | | | | | grep: refactor the concept of "grep source" into an object | Jeff King | 2012-02-02 | 2 | -34/+186 |
| * | | | | | | | grep: move sha1-reading mutex into low-level code | Jeff King | 2012-02-02 | 3 | -23/+29 |
| * | | | | | | | grep: make locking flag global | Jeff King | 2012-02-02 | 3 | -11/+13 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'nd/diffstat-gramnum' into maint | Junio C Hamano | 2012-02-21 | 69 | -118/+168 |
|\ \ \ \ \ \ \ |
|