summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-254-3/+36
* Update draft release notes to 1.8.3Junio C Hamano2013-03-211-0/+76
* Merge branch 'maint'Junio C Hamano2013-03-216-14/+17
|\
| * diff.c: diff.renamelimit => diff.renameLimit in messageMax Nanasy2013-03-211-1/+1
| * wt-status: fix possible use of uninitialized variableJeff King2013-03-211-1/+4
| * fast-import: clarify "inline" logic in file_change_mJeff King2013-03-211-1/+2
| * run-command: always set failed_errno in start_commandJeff King2013-03-211-2/+3
| * transport: drop "int cmp = cmp" hackJeff King2013-03-211-1/+1
| * drop some obsolete "x = x" compiler warning hacksJeff King2013-03-212-2/+2
| * fast-import: use pointer-to-pointer to keep list tailJeff King2013-03-211-6/+4
* | Merge branch 'we/submodule-update-prefix-output'Junio C Hamano2013-03-212-14/+20
|\ \
| * | submodule update: when using recursion, show full pathWilliam Entriken2013-03-032-14/+20
* | | Merge branch 'jk/mailsplit-maildir-muttsort'Junio C Hamano2013-03-211-0/+23
|\ \ \
| * | | mailsplit: sort maildir filenames more cleverlyJeff King2013-03-021-0/+23
* | | | Merge branch 'rs/zip-compresssed-size-with-export-subst'Junio C Hamano2013-03-212-1/+7
|\ \ \ \
| * | | | archive-zip: fix compressed size for stored export-subst filesRené Scharfe2013-02-272-1/+7
* | | | | Merge branch 'mn/send-email-works-with-credential'Junio C Hamano2013-03-213-51/+222
|\ \ \ \ \
| * | | | | git-send-email: use git credential to obtain passwordMichal Nazarewicz2013-02-272-30/+45
| * | | | | Git.pm: add interface for git credential commandMichal Nazarewicz2013-02-271-0/+151
| * | | | | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz2013-02-121-1/+14
| * | | | | Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz2013-02-121-19/+11
| * | | | | Git.pm: fix example in command_close_bidi_pipe documentationMichal Nazarewicz2013-02-071-1/+1
| * | | | | Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz2013-02-071-1/+1
* | | | | | Merge branch 'tz/credential-authinfo'Junio C Hamano2013-03-214-0/+545
|\ \ \ \ \ \
| * | | | | | Add contrib/credentials/netrc with GPG supportTed Zlatanov2013-02-254-0/+545
* | | | | | | Merge branch 'jk/utf-8-can-be-spelled-differently'Junio C Hamano2013-03-211-2/+18
|\ \ \ \ \ \ \
| * | | | | | | utf8: accept alternate spellings of UTF-8Jeff King2013-02-251-2/+18
* | | | | | | | Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-217-25/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | pretty: make %GK output the signing key for signed commitsMichael J Gruber2013-02-142-1/+9
| * | | | | | | | pretty: parse the gpg status lines rather than the outputMichael J Gruber2013-02-141-5/+9
| * | | | | | | | gpg_interface: allow to request status returnMichael J Gruber2013-02-146-10/+13
| * | | | | | | | log-tree: rely upon the check in the gpg_interfaceMichael J Gruber2013-02-141-14/+11
| * | | | | | | | gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-141-2/+11
* | | | | | | | | Merge branch 'rt/commit-cleanup-config'Junio C Hamano2013-03-211-8/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7502: perform commits using alternate editor in a subshellBrandon Casey2013-02-231-8/+16
* | | | | | | | | | Merge branch 'nd/branch-error-cases'Junio C Hamano2013-03-212-0/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | branch: segfault fixes and validationNguyễn Thái Ngọc Duy2013-02-232-0/+48
* | | | | | | | | | | Merge branch 'ap/maint-update-index-h-is-for-help'Junio C Hamano2013-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | update-index: allow "-h" to also display optionsAntoine Pelisse2013-02-231-1/+1
* | | | | | | | | | | | Merge branch 'jc/perl-cat-blob'Junio C Hamano2013-03-211-10/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Git.pm: fix cat_blob crashes on large filesJoshua Clayton2013-02-221-10/+7
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'da/difftool-fixes'Junio C Hamano2013-03-212-200/+170
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t7800: "defaults" is no longer a builtin tool nameDavid Aguilar2013-02-211-2/+2
| * | | | | | | | | | | | t7800: modernize testsDavid Aguilar2013-02-201-198/+168
| * | | | | | | | | | | | t7800: update copyright noticeDavid Aguilar2013-02-191-1/+1
| * | | | | | | | | | | | difftool: silence uninitialized variable warningDavid Aguilar2013-02-171-1/+1
* | | | | | | | | | | | | Merge branch 'ob/imap-send-ssl-verify'Junio C Hamano2013-03-211-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | imap-send: support Server Name Indication (RFC4366)Junio C Hamano2013-02-201-0/+11
* | | | | | | | | | | | | | Merge branch 'bc/commit-complete-lines-given-via-m-option'Junio C Hamano2013-03-213-15/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Documentation/git-commit.txt: rework the --cleanup sectionBrandon Casey2013-02-191-10/+19