Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | update-index: fix segfault with missing --cacheinfo argument | Jeff King | 2 | -0/+7 |
2014-06-02 | dir.c:trim_trailing_spaces(): fix for " \ " sequence | Pasha Bolokhov | 2 | -15/+42 |
2014-06-02 | pack-objects: use free()+xcalloc() instead of xrealloc()+memset() | René Scharfe | 1 | -2/+2 |
2014-06-02 | mailinfo: use strcmp() for string comparison | René Scharfe | 1 | -3/+3 |
2014-06-02 | fix brown paper bag breakage in t5150-request-pull.sh | Johannes Sixt | 1 | -1/+1 |
2014-06-02 | sideband.c: do not use ANSI control sequence on non-terminal | Michael Naumov | 1 | -1/+1 |
2014-05-30 | compat/bswap.h: fix endianness detection | Ben Walton | 1 | -1/+1 |
2014-05-30 | t5538: move http push tests out to t5542 | Nick Alcock | 2 | -59/+100 |
2014-05-30 | Sync with 1.9.4 | Junio C Hamano | 2 | -1/+18 |
2014-05-30 | Git 1.9.4 | Junio C Hamano | 4 | -3/+20 |
2014-05-30 | t5537: re-drop http tests | Jeff King | 1 | -28/+0 |
2014-05-28 | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint | Junio C Hamano | 2 | -20/+42 |
2014-05-28 | Merge branch 'mw/symlinks' into maint | Junio C Hamano | 3 | -20/+112 |
2014-05-28 | Git 2.0 | Junio C Hamano | 2 | -1/+6 |
2014-05-28 | Documentation: wording fixes in the user manual and glossary | Jeremiah Mahler | 2 | -9/+8 |
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 | 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-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 | remote rm: delete remote configuration as the last | Jens Lindström | 1 | -4/+6 |
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 | 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 |