Age | Commit message (Expand) | Author | Files | Lines |
2009-03-20 | t7700-repack: add two new tests demonstrating repacking flaws | Brandon Casey | 1 | -0/+44 |
2009-03-20 | Documentation: reword example text in git-bisect.txt. | David J. Mellor | 1 | -20/+24 |
2009-03-19 | doc: clarify how -S works | Jeff King | 1 | -1/+4 |
2009-03-19 | Documentation: reworded the "Description" section of git-bisect.txt. | David J. Mellor | 1 | -8/+9 |
2009-03-18 | blame: read custom grafts given by -S before calling setup_revisions() | Junio C Hamano | 1 | -4/+4 |
2009-03-17 | Documentation: minor grammatical fixes in git-branch.txt. | David J. Mellor | 1 | -25/+25 |
2009-03-17 | Documentation: minor grammatical fixes in git-blame.txt. | David J. Mellor | 3 | -38/+37 |
2009-03-17 | Documentation: reword the "Description" section of git-bisect.txt. | David J. Mellor | 1 | -77/+77 |
2009-03-17 | Documentation: minor grammatical fixes in git-archive.txt. | David J. Mellor | 1 | -4/+4 |
2009-03-16 | Remove total confusion from git-fetch and git-push | Junio C Hamano | 1 | -18/+3 |
2009-03-15 | GIT 1.6.2.1 | Junio C Hamano | 2 | -7/+1 |
2009-03-12 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 0 | -0/+0 |
2009-03-12 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 4 | -38/+82 |
2009-03-12 | Merge branch 'en/maint-1.6.1-hash-object' into maint-1.6.1 | Junio C Hamano | 1 | -2/+2 |
2009-03-12 | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0 | Junio C Hamano | 22 | -10/+229 |
2009-03-12 | Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0 | Junio C Hamano | 2 | -36/+73 |
2009-03-12 | Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0 | Junio C Hamano | 2 | -2/+9 |
2009-03-12 | Merge branch 'js/maint-1.6.1-filter-branch-submodule' into maint-1.6.1 | Junio C Hamano | 1 | -1/+1 |
2009-03-12 | Merge branch 'gt/maint-1.6.1-utf8-width' into maint-1.6.1 | Junio C Hamano | 3 | -5/+27 |
2009-03-12 | Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1 | Junio C Hamano | 2 | -7/+58 |
2009-03-12 | Merge branch 'ek/maint-1.6.1-filter-branch-bare' into maint-1.6.1 | Junio C Hamano | 2 | -13/+16 |
2009-03-12 | Merge branch 'jc/maint-1.6.1-add-u-remove-conflicted' into maint-1.6.1 | Junio C Hamano | 2 | -1/+69 |
2009-03-12 | Merge branch 'js/maint-1.6.1-rebase-i-submodule' into maint-1.6.1 | Junio C Hamano | 2 | -5/+30 |
2009-03-12 | Merge branch 'jc/maint-1.6.1-allow-uninteresting-missing' into maint-1.6.1 | Junio C Hamano | 2 | -3/+44 |
2009-03-12 | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.1 | Junio C Hamano | 22 | -10/+229 |
2009-03-12 | Merge branch 'jk/maint-1.6.1-cleanup-after-exec-failure' into maint-1.6.1 | Junio C Hamano | 3 | -10/+30 |
2009-03-12 | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0 | Junio C Hamano | 2 | -66/+98 |
2009-03-12 | read-tree A B C: do not create a bogus index and do not segfault | Junio C Hamano | 2 | -3/+34 |
2009-03-11 | send-email: test --no-thread --in-reply-to combination | Thomas Rast | 1 | -0/+11 |
2009-03-11 | Update draft release notes for 1.6.2.1 | Junio C Hamano | 1 | -0/+19 |
2009-03-11 | Merge branch 'js/maint-send-email' into maint | Junio C Hamano | 3 | -112/+305 |
2009-03-11 | Merge branch 'jk/sane-relative-time' into maint | Junio C Hamano | 1 | -1/+19 |
2009-03-11 | Merge branch 'jc/maint-add-p-unquote' into maint | Junio C Hamano | 2 | -10/+52 |
2009-03-11 | Merge branch 'fg/maint-exclude-bq' into maint | Junio C Hamano | 2 | -2/+9 |
2009-03-11 | Merge branch 'en/maint-hash-object' into maint | Junio C Hamano | 1 | -2/+2 |
2009-03-10 | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2 | -27/+35 |
2009-03-10 | Give error when no remote is configured | Daniel Barkalow | 3 | -8/+35 |
2009-03-07 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2 | -0/+34 |
2009-03-07 | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2 | -0/+34 |
2009-03-07 | document config --bool-or-int | Jeff King | 1 | -0/+4 |
2009-03-07 | t1300: use test_must_fail as appropriate | Jeff King | 1 | -5/+5 |
2009-03-07 | cleanup: add isascii() | René Scharfe | 2 | -2/+3 |
2009-03-07 | Documentation: fix badly indented paragraphs in "--bisect-all" description | Christian Couder | 1 | -2/+2 |
2009-03-04 | Make the 'lock file' exists error more informative | John Tapsell | 1 | -2/+2 |
2009-03-04 | Beginning of 1.6.2 maintenance track | Junio C Hamano | 2 | -1/+7 |
2009-03-03 | GIT 1.6.2 | Junio C Hamano | 3 | -7/+6 |
2009-03-03 | git submodule: Fix adding of submodules at paths with ./, .. and // | Michael J Gruber | 2 | -7/+16 |
2009-03-03 | git submodule: Add test cases for git submodule add | Michael J Gruber | 1 | -0/+49 |
2009-03-03 | Documentation: Typo / spelling / formatting fixes | Mike Ralphson | 3 | -4/+4 |
2009-03-03 | Documentation: Expand a couple of abbreviations | Mike Ralphson | 1 | -1/+1 |