Age | Commit message (Expand) | Author | Files | Lines |
2014-05-27 | transport-helper.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | reflog-walk.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -4/+4 |
2014-05-27 | pack-revindex.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | notes.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -3/+3 |
2014-05-27 | imap-send.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | http-push.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | diff.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | config.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -2/+2 |
2014-05-27 | commit.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | builtin/remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -4/+4 |
2014-05-27 | builtin/ls-remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-27 | config: respect '~' and '~user' in mailmap.file | Øystein Walle | 1 | -1/+1 |
2014-05-27 | git-instaweb: add support for Apache 2.4 | Jonathan McCrohan | 1 | -1/+11 |
2014-05-27 | t9138-git-svn-authors-prog.sh fixups | Jeremiah Mahler | 1 | -18/+17 |
2014-05-27 | format-patch: add "--signature-file=<file>" option | Jeremiah Mahler | 4 | -0/+86 |
2014-05-27 | git-p4: Do not include diff in spec file when just preparing p4 | Maxime Coste | 2 | -24/+28 |
2014-05-27 | gc --auto: do not lock refs in the background | Nguyễn Thái Ngọc Duy | 1 | -6/+20 |
2014-05-27 | remote prune: optimize "dangling symref" check/warning | Jens Lindström | 3 | -2/+25 |
2014-05-27 | remote: repack packed-refs once when deleting multiple refs | Jens Lindström | 3 | -3/+21 |
2014-05-27 | completion: add missing options for git-merge | John Keeping | 1 | -1/+4 |
2014-05-27 | completion: add a note that merge options are shared | John Keeping | 1 | -0/+1 |
2014-05-27 | http: default text charset to iso-8859-1 | Jeff King | 1 | -0/+3 |
2014-05-27 | remote-curl: reencode http error messages | Jeff King | 3 | -7/+19 |
2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 3 | -0/+23 |
2014-05-27 | http: optionally extract charset parameter from content-type | Jeff King | 2 | -4/+57 |
2014-05-27 | http: extract type/subtype portion of content-type | Jeff King | 4 | -5/+48 |
2014-05-23 | scripts: more "export VAR=VALUE" fixes | Junio C Hamano | 2 | -2/+10 |
2014-05-23 | scripts: "export VAR=VALUE" construct is not portable | Elia Pinto | 3 | -3/+6 |
2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 4 | -7/+13 |
2014-05-23 | t5550: test display of remote http error messages | Jeff King | 4 | -0/+32 |
2014-05-23 | t/lib-httpd: use write_script to copy CGI scripts | Jeff King | 2 | -2/+5 |
2014-05-23 | test-lib: preserve GIT_CURL_VERBOSE from the environment | Jeff King | 1 | -0/+1 |
2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 4 | -22/+16 |
2014-05-23 | test-lint: find unportable sed, echo, test, and export usage after && | Jonathan Nieder | 1 | -4/+4 |
2014-05-23 | remote rm: delete remote configuration as the last | Jens Lindström | 1 | -4/+6 |
2014-05-21 | format-patch: make newline after signature conditional | Jeff King | 1 | -2/+7 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 19 | -47/+47 |
2014-05-21 | Update draft release notes to 2.0 | Junio C Hamano | 1 | -9/+5 |
2014-05-21 | pretty.c: format string with truncate respects logOutputEncoding | Alexey Shumkin | 3 | -8/+13 |
2014-05-21 | t4205, t6006: add tests that fail with i18n.logOutputEncoding set | Alexey Shumkin | 2 | -2/+213 |
2014-05-21 | t4205 (log-pretty-format): use `tformat` rather than `format` | Alexey Shumkin | 1 | -39/+13 |
2014-05-21 | t4041, t4205, t6006, t7102: don't hardcode tested encoding value | Alexey Shumkin | 4 | -27/+39 |
2014-05-20 | Git 2.0-rc4 | Junio C Hamano | 1 | -1/+1 |
2014-05-20 | RelNotes/2.0.0.txt: Fix several grammar issues, notably a lack of hyphens, do... | Jason St. John | 1 | -36/+37 |
2014-05-20 | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" | Junio C Hamano | 11 | -4360/+87 |
2014-05-20 | rebase -i: test "Nothing to do" case with autostash | Matthieu Moy | 1 | -0/+15 |
2014-05-20 | CodingGuidelines: avoid "test <cond> -a/-o <cond>" | Junio C Hamano | 1 | -0/+13 |
2014-05-20 | move "--follow needs one pathspec" rule to diff_setup_done | Jeff King | 2 | -6/+5 |
2014-05-19 | Merge branch 'jc/graduate-remote-hg-bzr' (early part) | Junio C Hamano | 6 | -71/+62 |