Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 3 | -15/+60 |
2013-10-22 | Revert "test-lib: allow prefixing a custom string before "ok N" etc." | Thomas Rast | 1 | -15/+12 |
2013-10-22 | Revert "test-lib: support running tests under valgrind in parallel" | Thomas Rast | 1 | -84/+22 |
2013-10-22 | t5570: Update for clone-progress-to-stderr branch | Brian Gernhardt | 1 | -2/+1 |
2013-10-22 | Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symref | Junio C Hamano | 3 | -5/+11 |
2013-10-22 | t5570: Update for symref capability | Brian Gernhardt | 1 | -1/+1 |
2013-10-22 | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2013-10-18 | Merge branch 'jk/clone-progress-to-stderr' | Junio C Hamano | 3 | -5/+11 |
2013-10-18 | checkout: proper error message on 'git checkout foo bar --' | Matthieu Moy | 1 | -0/+6 |
2013-10-18 | checkout: allow dwim for branch creation for "git checkout $branch --" | Matthieu Moy | 1 | -0/+21 |
2013-10-18 | gc: remove gc.pid file at end of execution | Jonathan Nieder | 1 | -0/+5 |
2013-10-17 | Merge branch 'jk/format-patch-from' | Junio C Hamano | 1 | -0/+10 |
2013-10-17 | Merge branch 'jk/trailing-slash-in-pathspec' | Junio C Hamano | 1 | -2/+4 |
2013-10-17 | Sync with maint | Junio C Hamano | 1 | -21/+15 |
2013-10-17 | Merge branch 'nd/git-dir-pointing-at-gitfile' into maint | Junio C Hamano | 1 | -0/+4 |
2013-10-17 | Merge branch 'ap/commit-author-mailmap' into maint | Junio C Hamano | 1 | -0/+11 |
2013-10-17 | Merge branch 'es/rebase-i-no-abbrev' into maint | Junio C Hamano | 1 | -2/+87 |
2013-10-17 | Merge branch 'rt/rebase-p-no-merge-summary' into maint | Junio C Hamano | 1 | -0/+23 |
2013-10-17 | t4254: modernize tests | SZEDER Gábor | 1 | -21/+15 |
2013-10-16 | t3600: fix broken "choking git rm" test | SZEDER Gábor | 1 | -7/+4 |
2013-10-16 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 1 | -0/+67 |
2013-10-15 | revision: do not peel tags used in range notation | Junio C Hamano | 1 | -0/+8 |
2013-10-15 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+7 |
2013-10-15 | split_ident: parse timestamp from end of line | Jeff King | 1 | -2/+7 |
2013-10-14 | remote-curl: rewrite base url from info/refs redirects | Jeff King | 3 | -1/+15 |
2013-10-14 | Merge branch 'rj/highlight-test-hang' | Jonathan Nieder | 1 | -2/+4 |
2013-10-14 | gitweb test: fix highlight test hang on Linux Mint | Ramsay Jones | 1 | -2/+4 |
2013-10-14 | clone --branch: refuse to clone if upstream repo is empty | Ralf Thielow | 1 | -1/+7 |
2013-10-14 | Merge branch 'sb/checkout-test-complex-path' | Jonathan Nieder | 1 | -7/+7 |
2013-10-14 | Merge branch 'rt/cherry-pick-status' | Jonathan Nieder | 1 | -9/+11 |
2013-10-14 | Merge branch 'nd/clone-local-with-colon' | Jonathan Nieder | 1 | -1/+45 |
2013-10-14 | Merge branch 'jx/clean-interactive' | Jonathan Nieder | 1 | -2/+2 |
2013-10-14 | path-utils test: rename mingw_path function to print_path | Sebastian Schuberth | 1 | -2/+2 |
2013-10-14 | relative_path should honor dos-drive-prefix | Jiang Xin | 1 | -0/+4 |
2013-10-14 | test: use unambigous leading path (/foo) for MSYS | Jiang Xin | 1 | -28/+28 |
2013-10-13 | mv: Fix spurious warning when moving a file in presence of submodules | Jens Lehmann | 1 | -0/+26 |
2013-10-12 | git-svn: Warn about changing default for --prefix in Git v2.0 | Johan Herland | 1 | -0/+67 |
2013-10-11 | status: show commit sha1 in "You are currently cherry-picking" message | Ralf Thielow | 1 | -4/+6 |
2013-10-11 | status test: add missing && to <<EOF blocks | Jonathan Nieder | 1 | -5/+5 |
2013-10-10 | cherry-pick: handle "-" after parsing options | Jeff King | 1 | -0/+12 |
2013-10-09 | checkout test: enable test with complex relative path | Stefan Beller | 1 | -7/+7 |
2013-09-27 | clone: tighten "local paths with colons" check a bit | Nguyễn Thái Ngọc Duy | 1 | -1/+45 |
2013-09-24 | Merge branch 'bc/submodule-status-ignored' | Jonathan Nieder | 2 | -2/+20 |
2013-09-24 | Merge branch 'cc/replace-with-the-same-type' | Jonathan Nieder | 1 | -3/+22 |
2013-09-24 | Merge branch 'jk/shortlog-tolerate-broken-commit' | Jonathan Nieder | 1 | -0/+16 |
2013-09-24 | Merge branch 'jc/push-cas' | Jonathan Nieder | 1 | -1/+1 |
2013-09-20 | Merge branch 'fc/at-head' | Junio C Hamano | 1 | -0/+8 |
2013-09-20 | Merge branch 'dw/check-ignore-sans-index' | Junio C Hamano | 1 | -9/+63 |
2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -0/+632 |
2013-09-20 | Merge branch 'nr/git-cd-to-a-directory' | Junio C Hamano | 1 | -0/+84 |