Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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' | Junio C Hamano | 2012-02-23 | 1 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | configure: don't use -lintl when there is no gettext supportjs/configure-libintl | John Szakmeister | 2012-02-20 | 1 | -8/+12 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'pj/remote-set-branches-usage-fix' | Junio C Hamano | 2012-02-23 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remote: fix set-branches usage and documentationpj/remote-set-branches-usage-fix | Philip Jägenstedt | 2012-02-19 | 2 | -2/+2 | |
* | | | | | | | | | Merge branch 'tr/perftest' | Junio C Hamano | 2012-02-23 | 14 | -552/+1363 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add a performance test for git-greptr/perftest | Thomas Rast | 2012-02-17 | 1 | -0/+23 | |
| * | | | | | | | | | Introduce a performance testing framework | Thomas Rast | 2012-02-17 | 12 | -5/+774 | |
| * | | | | | | | | | Move the user-facing test library to test-lib-functions.sh | Thomas Rast | 2012-02-17 | 2 | -549/+568 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-02-23 | 2 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | 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 | |
* | | | | | | | | | | merge: do not trust fstat(2) too much when checking interactiveness | Junio C Hamano | 2012-02-23 | 1 | -1/+1 | |
* | | | | | | | | | | Sync with 1.7.9.2 | Junio C Hamano | 2012-02-22 | 2 | -17/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | 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 | |
* | | | | | | | | | | git-p4: the option to specify 'host' is -H, not -h | Russell Myers | 2012-02-22 | 1 | -1/+1 | |
* | | | | | | | | | | t9100: remove bogus " || test" after each test scriptlet | Junio C Hamano | 2012-02-21 | 1 | -5/+9 | |
* | | | | | | | | | | Merge branch 'master' of git://bogomips.org/git-svn | Junio C Hamano | 2012-02-21 | 3 | -44/+59 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-svn.perl: fix a false-positive in the "already exists" test | Steven Walter | 2012-02-21 | 2 | -32/+44 | |
| * | | | | | | | | | | git-svn.perl: perform deletions before anything else | Steven Walter | 2012-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | git-svn: Fix time zone in --localtime | Wei-Yin Chen (陳威尹) | 2012-02-21 | 1 | -7/+11 | |
| * | | | | | | | | | | git-svn: un-break "git svn rebase" when log.abbrevCommit=true | Ævar Arnfjörð Bjarmason | 2012-02-21 | 1 | -2/+1 | |
| * | | | | | | | | | | git-svn: remove redundant porcelain option to rev-list | Ævar Arnfjörð Bjarmason | 2012-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | completion: add --interactive option to git svn dcommit | Frederic Heitzmann | 2012-02-21 | 1 | -1/+1 | |
* | | | | | | | | | | | Update draft release notes to 1.7.10 | Junio C Hamano | 2012-02-21 | 1 | -40/+6 | |
* | | | | | | | | | | | Merge branch 'jn/gitweb-unborn-head' | Junio C Hamano | 2012-02-21 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gitweb: Fix "heads" view when there is no current branchjn/gitweb-unborn-head | Jakub Narebski | 2012-02-17 | 2 | -2/+11 | |
* | | | | | | | | | | | | Merge branch 'jk/diff-highlight' | Junio C Hamano | 2012-02-21 | 2 | -37/+181 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | diff-highlight: document some non-optimal casesjk/diff-highlight | Jeff King | 2012-02-13 | 1 | -0/+93 | |
| * | | | | | | | | | | | | diff-highlight: match multi-line hunks | Jeff King | 2012-02-13 | 2 | -34/+52 | |
| * | | | | | | | | | | | | diff-highlight: refactor to prepare for multi-line hunks | Jeff King | 2012-02-13 | 1 | -8/+14 | |
| * | | | | | | | | | | | | diff-highlight: don't highlight whole lines | Jeff King | 2012-02-13 | 1 | -2/+26 | |
| * | | | | | | | | | | | | diff-highlight: make perl strict and warnings fatal | Jeff King | 2012-02-13 | 1 | -0/+3 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-02-21 | 2 | -17/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | / / / / / / / / / | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 2012-02-21 | 7 | -21/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 2012-02-21 | 5 | -5/+109 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/diff-stat-scaler' into maint | Junio C Hamano | 2012-02-21 | 1 | -7/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'zj/term-columns' into maint | Junio C Hamano | 2012-02-21 | 3 | -22/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cb/maint-rev-list-verify-object' into maint | Junio C Hamano | 2012-02-21 | 2 | -2/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cb/maint-t5541-make-server-port-portable' into maint | Junio C Hamano | 2012-02-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'dp/i18n-libcharset' into maint | Junio C Hamano | 2012-02-21 | 3 | -0/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/grep-binary-attribute' into maint | Junio C Hamano | 2012-02-21 | 5 | -192/+308 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/diffstat-gramnum' into maint | Junio C Hamano | 2012-02-21 | 69 | -118/+168 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maint | Junio C Hamano | 2012-02-21 | 1 | -38/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'tt/profile-build-fix' into maint | Junio C Hamano | 2012-02-21 | 2 | -22/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 2012-02-21 | 1 | -56/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |