Age | Commit message (Expand) | Author | Files | Lines |
2013-03-25 | transport.c: help gcc 4.6.3 users by squelching compiler warning | Junio C Hamano | 1 | -1/+2 |
2013-03-25 | git-merge-one-file: send "ERROR:" messages to stderr | Kevin Bracey | 1 | -7/+7 |
2013-03-25 | git-merge-one-file: style cleanup | Kevin Bracey | 1 | -9/+17 |
2013-03-25 | merge-one-file: remove stale comment | Junio C Hamano | 1 | -2/+0 |
2013-03-25 | t7600: use test_config to set/unset git config variables | Yann Droneaud | 1 | -34/+26 |
2013-03-25 | t7502: remove clear_config | Yann Droneaud | 1 | -26/+6 |
2013-03-25 | t7502: use test_config to set/unset git config variables | Yann Droneaud | 1 | -5/+3 |
2013-03-25 | t9500: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2013-03-25 | t7508: use test_config to set/unset git config variables | Yann Droneaud | 1 | -30/+16 |
2013-03-25 | t7500: use test_config to set/unset git config variables | Yann Droneaud | 1 | -4/+2 |
2013-03-25 | t5541: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2013-03-25 | t5520: use test_config to set/unset git config variables | Yann Droneaud | 1 | -8/+4 |
2013-03-25 | t4202: use test_config/test_unconfig to set/unset git config variables | Yann Droneaud | 1 | -20/+8 |
2013-03-25 | t4034: use test_config/test_unconfig to set/unset git config variables | Yann Droneaud | 1 | -4/+3 |
2013-03-25 | t4304: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2013-03-25 | t3400: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2013-03-23 | refs.c: fix fread error handling | John Keeping | 1 | -1/+1 |
2013-03-23 | status, branch: fix the misleading "bisecting" message | Nguyễn Thái Ngọc Duy | 4 | -4/+4 |
2013-03-22 | Fix revision walk for commits with the same dates | Kacper Kornet | 2 | -1/+14 |
2013-03-21 | Documentation: merging a tag is a special case | Junio C Hamano | 2 | -1/+26 |
2013-03-21 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -0/+76 |
2013-03-21 | CodingGuidelines: our documents are in AsciiDoc | Junio C Hamano | 1 | -0/+3 |
2013-03-21 | Merge branch 'maint' | Junio C Hamano | 6 | -14/+17 |
2013-03-21 | diff.c: diff.renamelimit => diff.renameLimit in message | Max Nanasy | 1 | -1/+1 |
2013-03-21 | wt-status: fix possible use of uninitialized variable | Jeff King | 1 | -1/+4 |
2013-03-21 | fast-import: clarify "inline" logic in file_change_m | Jeff King | 1 | -1/+2 |
2013-03-21 | run-command: always set failed_errno in start_command | Jeff King | 1 | -2/+3 |
2013-03-21 | transport: drop "int cmp = cmp" hack | Jeff King | 1 | -1/+1 |
2013-03-21 | drop some obsolete "x = x" compiler warning hacks | Jeff King | 2 | -2/+2 |
2013-03-21 | fast-import: use pointer-to-pointer to keep list tail | Jeff King | 1 | -6/+4 |
2013-03-21 | Merge branch 'we/submodule-update-prefix-output' | Junio C Hamano | 2 | -14/+20 |
2013-03-21 | Merge branch 'jk/mailsplit-maildir-muttsort' | Junio C Hamano | 1 | -0/+23 |
2013-03-21 | Merge branch 'rs/zip-compresssed-size-with-export-subst' | Junio C Hamano | 2 | -1/+7 |
2013-03-21 | Merge branch 'mn/send-email-works-with-credential' | Junio C Hamano | 3 | -51/+222 |
2013-03-21 | Merge branch 'tz/credential-authinfo' | Junio C Hamano | 4 | -0/+545 |
2013-03-21 | Merge branch 'jk/utf-8-can-be-spelled-differently' | Junio C Hamano | 1 | -2/+18 |
2013-03-21 | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 7 | -25/+46 |
2013-03-21 | Merge branch 'rt/commit-cleanup-config' | Junio C Hamano | 1 | -8/+16 |
2013-03-21 | Merge branch 'nd/branch-error-cases' | Junio C Hamano | 2 | -0/+48 |
2013-03-21 | Merge branch 'ap/maint-update-index-h-is-for-help' | Junio C Hamano | 1 | -1/+1 |
2013-03-21 | Merge branch 'jc/perl-cat-blob' | Junio C Hamano | 1 | -10/+7 |
2013-03-21 | Merge branch 'da/difftool-fixes' | Junio C Hamano | 2 | -200/+170 |
2013-03-21 | Merge branch 'ob/imap-send-ssl-verify' | Junio C Hamano | 1 | -0/+11 |
2013-03-21 | Merge branch 'bc/commit-complete-lines-given-via-m-option' | Junio C Hamano | 3 | -15/+34 |
2013-03-21 | Merge branch 'nd/count-garbage' | Junio C Hamano | 5 | -26/+162 |
2013-03-21 | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 10 | -79/+194 |
2013-03-21 | Merge branch 'nd/preallocate-hash' | Junio C Hamano | 3 | -0/+10 |
2013-03-21 | Merge branch 'nd/index-pack-l10n-buf-overflow' | Junio C Hamano | 1 | -4/+5 |
2013-03-21 | Merge branch 'tb/document-status-u-tradeoff' | Junio C Hamano | 9 | -4/+46 |
2013-03-21 | Merge branch 'jn/shell-disable-interactive' | Junio C Hamano | 2 | -13/+82 |