Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-19 | remote-helpers: point at their upstream repositories | Junio C Hamano | 1 | -0/+19 |
2014-05-19 | contrib: remote-helpers: add move warnings (v2.0) | Felipe Contreras | 2 | -0/+6 |
2014-05-19 | Revert "Merge branch 'fc/transport-helper-sync-error-fix'" | Junio C Hamano | 3 | -71/+37 |
2014-05-19 | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' | Junio C Hamano | 2 | -20/+42 |
2014-05-19 | git-prompt.sh: don't assume the shell expands the value of PS1 | Richard Hansen | 2 | -20/+42 |
2014-05-19 | rebase -i: handle "Nothing to do" case with autostash | Ramkumar Ramachandra | 2 | -3/+12 |
2014-05-19 | rebase --keep-empty -i: add test | Michael S. Tsirkin | 1 | -0/+8 |
2014-05-19 | Documentation: replace: describe new --edit option | Christian Couder | 1 | -1/+15 |
2014-05-19 | replace: add --edit to usage string | Christian Couder | 1 | -0/+1 |
2014-05-19 | replace: add tests for --edit | Christian Couder | 1 | -0/+27 |
2014-05-19 | replace: die early if replace ref already exists | Christian Couder | 1 | -1/+4 |
2014-05-19 | replace: refactor checking ref validity | Christian Couder | 1 | -11/+20 |
2014-05-19 | replace: make sure --edit results in a different object | Christian Couder | 1 | -0/+3 |
2014-05-19 | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 6 | -0/+66 |
2014-05-19 | config: be strict on core.commentChar | Nguyễn Thái Ngọc Duy | 2 | -4/+7 |
2014-05-19 | t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 1 | -3/+11 |
2014-05-19 | Merge branch 'lt/request-pull' | Junio C Hamano | 2 | -1/+13 |
2014-05-19 | Merge branch 'jl/use-vsatisfy-correctly-for-2.0' | Junio C Hamano | 1 | -2/+2 |