Age | Commit message (Expand) | Author | Files | Lines |
2017-03-03 | t/perf: export variable used in other blocks | Jonathan Tan | 1 | -1/+2 |
2017-02-16 | Merge branch 'ls/p4-path-encoding' | Junio C Hamano | 1 | -0/+16 |
2017-02-15 | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 1 | -0/+15 |
2017-02-10 | git-p4: fix git-p4.pathEncoding for removed files | Lars Schneider | 1 | -0/+16 |
2017-02-10 | Merge branch 'jk/log-graph-name-only' | Junio C Hamano | 1 | -0/+48 |
2017-02-10 | Merge branch 'da/t7800-cleanup' | Junio C Hamano | 1 | -12/+19 |
2017-02-10 | Merge branch 'js/difftool-builtin' | Junio C Hamano | 1 | -0/+12 |
2017-02-10 | Merge branch 'rs/p5302-create-repositories-before-tests' | Junio C Hamano | 1 | -0/+7 |
2017-02-08 | push options: pass push options to the transport helper | Stefan Beller | 1 | -0/+15 |
2017-02-08 | diff: print line prefix for --name-only output | Jeff King | 1 | -0/+48 |
2017-02-08 | t7800: replace "wc -l" with test_line_count | David Aguilar | 1 | -12/+19 |
2017-02-08 | Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanup | Junio C Hamano | 1 | -3/+41 |
2017-02-08 | t7800: simplify basic usage test | David Aguilar | 1 | -8/+7 |
2017-02-06 | p5302: create repositories for index-pack results explicitly | René Scharfe | 1 | -0/+7 |
2017-02-06 | difftool: fix bug when printing usage | David Aguilar | 1 | -0/+13 |
2017-02-03 | Merge branch 'cw/log-updates-for-all-refs-really' | Junio C Hamano | 2 | -7/+81 |
2017-02-03 | Merge branch 'js/re-running-failed-tests' | Junio C Hamano | 1 | -0/+6 |
2017-02-03 | Merge branch 'sb/submodule-update-initial-runs-custom-script' | Junio C Hamano | 1 | -0/+12 |
2017-02-03 | Merge branch 'sb/submodule-recursive-absorb' | Junio C Hamano | 1 | -0/+27 |
2017-02-03 | Merge branch 'sb/unpack-trees-super-prefix' | Junio C Hamano | 2 | -654/+643 |
2017-02-02 | Merge branch 'nd/log-graph-configurable-colors' | Junio C Hamano | 3 | -1/+42 |
2017-02-02 | Merge branch 'mm/reset-facl-before-umask-test' | Junio C Hamano | 1 | -0/+3 |
2017-02-02 | Merge branch 'js/unzip-in-usr-bin-workaround' | Junio C Hamano | 1 | -1/+3 |
2017-02-02 | Merge branch 'js/status-pre-rebase-i' | Junio C Hamano | 1 | -0/+19 |
2017-02-02 | Merge branch 'sb/submodule-add-force' | Junio C Hamano | 1 | -0/+14 |
2017-01-31 | color_parse_mem: allow empty color spec | Jeff King | 3 | -2/+21 |
2017-01-31 | Merge branch 'jk/fsck-connectivity-check-fix' | Junio C Hamano | 1 | -3/+73 |
2017-01-31 | Merge branch 'js/difftool-builtin' | Junio C Hamano | 1 | -46/+46 |
2017-01-31 | Merge branch 'rs/qsort-s' | Junio C Hamano | 2 | -0/+51 |
2017-01-31 | Merge branch 'vp/show-ref-verify-head' | Junio C Hamano | 1 | -0/+42 |
2017-01-31 | Merge branch 'js/remote-rename-with-half-configured-remote' | Junio C Hamano | 1 | -0/+7 |
2017-01-31 | Merge branch 'st/verify-tag' | Junio C Hamano | 2 | -0/+32 |
2017-01-31 | Merge branch 'js/sequencer-i-countdown-3' | Junio C Hamano | 1 | -0/+16 |
2017-01-31 | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 1 | -12/+74 |
2017-01-31 | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 1 | -0/+21 |
2017-01-31 | update-ref: add test cases for bare repository | Cornelius Weig | 1 | -7/+36 |
2017-01-31 | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2 | -0/+45 |
2017-01-30 | t0001: don't let a default ACL interfere with the umask test | Matt McCutchen | 1 | -0/+3 |
2017-01-27 | test-lib: on FreeBSD, look for unzip(1) in /usr/local/bin/ | Johannes Schindelin | 1 | -1/+3 |
2017-01-27 | t/Makefile: add a rule to re-run previously-failed tests | Johannes Schindelin | 1 | -0/+6 |
2017-01-26 | status: be prepared for not-yet-started interactive rebase | Johannes Schindelin | 1 | -0/+19 |
2017-01-26 | submodule update: run custom update script for initial populating as well | Stefan Beller | 1 | -0/+12 |
2017-01-26 | submodule absorbing: fix worktree/gitdir pointers recursively for non-moves | Stefan Beller | 1 | -0/+27 |
2017-01-25 | unpack-trees: support super-prefix option | Stefan Beller | 1 | -0/+8 |
2017-01-25 | t1450: use "mv -f" within loose object directory | Jeff King | 1 | -1/+1 |
2017-01-23 | log --graph: customize the graph lines with config log.graphColors | Nguyễn Thái Ngọc Duy | 1 | -0/+22 |
2017-01-23 | Merge branch 'sb/cd-then-git-can-be-written-as-git-c' | Junio C Hamano | 1 | -4/+1 |
2017-01-23 | Merge branch 'sg/fix-versioncmp-with-common-suffix' | Junio C Hamano | 1 | -20/+112 |
2017-01-23 | Merge branch 'vn/diff-ihc-config' | Junio C Hamano | 1 | -1/+26 |
2017-01-23 | Merge branch 'sb/submodule-init' | Junio C Hamano | 1 | -0/+17 |