Age | Commit message (Expand) | Author | Files | Lines |
2010-07-06 | add missing && to submodule-merge testcase | Heiko Voigt | 1 | -1/+1 |
2010-07-05 | t0006: test timezone parsing | Jeff King | 1 | -2/+3 |
2010-06-29 | t/t9001: use egrep when regular expressions are involved | Brandon Casey | 1 | -3/+3 |
2010-06-28 | Merge branch 'tr/send-email-8bit' into maint | Junio C Hamano | 1 | -0/+77 |
2010-06-28 | Merge branch 'js/maint-am-rebase-invalid-author' into maint | Junio C Hamano | 1 | -2/+7 |
2010-06-28 | notes: check number of parameters to "git notes copy" | Jeff King | 1 | -0/+6 |
2010-06-22 | Merge branch 'ic/maint-rebase-i-abort' into maint | Junio C Hamano | 1 | -0/+10 |
2010-06-22 | Merge branch 'cc/maint-commit-reflog-msg' into maint | Junio C Hamano | 1 | -2/+4 |
2010-06-22 | Merge branch 'tc/commit-abbrev-fix' into maint | Junio C Hamano | 1 | -0/+68 |
2010-06-22 | Merge branch 'jn/document-rebase-i-p-limitation' into maint | Junio C Hamano | 1 | -0/+6 |
2010-06-22 | Merge branch 'cc/maint-diff-CC-binary' into maint | Junio C Hamano | 2 | -0/+82 |
2010-06-22 | Merge branch 'jc/t9129-any-utf8' into maint | Junio C Hamano | 1 | -7/+13 |
2010-06-22 | Merge branch 'cb/ls-files-cdup' into maint | Junio C Hamano | 1 | -8/+4 |
2010-06-22 | Merge branch 'tc/merge-m-log' into maint | Junio C Hamano | 1 | -4/+20 |
2010-06-22 | Merge branch 'jn/maint-amend-missing-name' into maint | Junio C Hamano | 1 | -0/+46 |
2010-06-22 | Merge branch 'pc/remove-warn' into maint | Junio C Hamano | 1 | -0/+38 |
2010-06-21 | tests: remove unnecessary '^' from 'expr' regular expression | Junio C Hamano | 2 | -3/+3 |
2010-06-21 | Merge branch 'cb/assume-unchanged-fix' into maint | Junio C Hamano | 1 | -0/+24 |
2010-06-21 | Merge branch 'jn/notes-doc' into maint | Junio C Hamano | 1 | -0/+38 |
2010-06-21 | Merge branch 'ab/test-cleanup' into maint | Junio C Hamano | 5 | -5/+7 |
2010-06-21 | Merge branch 'bg/apply-blank-trailing-context' into maint | Junio C Hamano | 1 | -0/+12 |
2010-06-18 | send-email: ask about and declare 8bit mails | Thomas Rast | 1 | -0/+77 |
2010-06-16 | Merge branch 'cb/maint-stash-orphaned-file' into maint | Junio C Hamano | 1 | -0/+150 |
2010-06-16 | Merge branch 'mg/advice-statushints' into maint | Junio C Hamano | 1 | -0/+45 |
2010-06-16 | Merge branch 'jn/maint-bundle' into maint | Junio C Hamano | 1 | -0/+16 |
2010-06-16 | Merge branch 'jn/t7006-fixup' into maint | Junio C Hamano | 2 | -48/+117 |
2010-06-16 | Merge branch 'jn/shortlog' into maint | Junio C Hamano | 2 | -24/+123 |
2010-06-16 | Merge branch 'sp/maint-dumb-http-pack-reidx' into maint | Junio C Hamano | 1 | -3/+34 |
2010-06-16 | Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' into maint | Junio C Hamano | 1 | -3/+5 |
2010-06-16 | Merge branch 'rc/maint-curl-helper' into maint | Junio C Hamano | 1 | -1/+28 |
2010-06-16 | Merge branch 'hg/maint-attr-fix' into maint | Junio C Hamano | 1 | -0/+15 |
2010-06-16 | Merge branch 'mh/status-optionally-refresh' into maint | Junio C Hamano | 1 | -0/+25 |
2010-06-16 | am: use get_author_ident_from_commit instead of mailinfo when rebasing | Jay Soffian | 1 | -2/+7 |
2010-06-13 | commit: use value of GIT_REFLOG_ACTION env variable as reflog message | Christian Couder | 1 | -2/+4 |
2010-06-13 | commit::print_summary(): don't use format_commit_message() | Tay Ray Chuan | 1 | -2/+2 |
2010-06-11 | t/README: document --root option | Thomas Rast | 1 | -0/+6 |
2010-06-11 | rebase -i: Abort cleanly if new base cannot be checked out | Ian Ward Comfort | 1 | -0/+10 |
2010-06-11 | rebase -i -p: document shortcomings | Jonathan Nieder | 1 | -0/+6 |
2010-06-06 | diff: fix "git show -C -C" output when renaming a binary file | Christian Couder | 2 | -0/+82 |
2010-06-05 | ls-files: allow relative pathspec | Clemens Buchacher | 1 | -8/+4 |
2010-06-02 | t9129: fix UTF-8 locale detection | Junio C Hamano | 1 | -7/+13 |
2010-05-28 | t7502-commit: add summary output tests for empty and merge commits | Tay Ray Chuan | 1 | -2/+27 |
2010-05-28 | t7502-commit: add tests for summary output | Tay Ray Chuan | 1 | -0/+43 |
2010-05-28 | get_cwd_relative(): do not misinterpret suffix as subdirectory | Clemens Buchacher | 1 | -2/+10 |
2010-05-25 | t7502-commit: fix spelling | Tay Ray Chuan | 1 | -1/+1 |
2010-05-20 | Fix checkout of large files to network shares on Windows XP | René Scharfe | 1 | -3/+9 |
2010-05-20 | start_command: close cmd->err descriptor when fork/spawn fails | bert Dvornik | 1 | -1/+1 |
2010-05-10 | merge: --log appends shortlog to message if specified | Tay Ray Chuan | 1 | -1/+1 |
2010-05-10 | t7604-merge-custom-message: show that --log doesn't append to -m | Tay Ray Chuan | 1 | -0/+12 |
2010-05-10 | t7604-merge-custom-message: shift expected output creation | Tay Ray Chuan | 1 | -4/+8 |