Age | Commit message (Expand) | Author | Files | Lines |
2015-12-04 | t3404: fix quoting of redirect for some versions of bash | Charles Bailey | 1 | -1/+1 |
2015-12-04 | push: follow the "last one wins" convention for --recurse-submodules | Mike Crowe | 1 | -0/+41 |
2015-12-04 | push: test that --recurse-submodules on command line overrides config | Mike Crowe | 1 | -4/+28 |
2015-12-04 | Merge branch 'da/difftool' into maint | Junio C Hamano | 1 | -0/+19 |
2015-12-04 | Merge branch 'dk/gc-idx-wo-pack' into maint | Junio C Hamano | 1 | -0/+21 |
2015-12-04 | Merge branch 'sg/bash-prompt-dirty-orphan' | Junio C Hamano | 1 | -3/+28 |
2015-12-04 | Merge branch 'jk/send-email-complete-aliases' | Junio C Hamano | 1 | -0/+82 |
2015-12-04 | Merge branch 'jk/filter-branch-no-index' | Junio C Hamano | 1 | -0/+19 |
2015-12-01 | Merge branch 'mk/blame-first-parent' | Jeff King | 1 | -0/+7 |
2015-12-01 | Merge branch 'rs/fsck-nul-header' | Jeff King | 1 | -0/+32 |
2015-12-01 | Merge branch 'ls/p4-test-timeouts' | Jeff King | 1 | -9/+62 |
2015-12-01 | Merge branch 'js/test-modernize-t9300' | Jeff King | 1 | -1783/+1798 |
2015-12-01 | Merge branch 'maint' | Jeff King | 5 | -21/+41 |
2015-12-01 | Merge branch 'eg/p4-submit-catch-failure' into maint | Jeff King | 1 | -1/+1 |
2015-12-01 | Merge branch 'ld/p4-detached-head' into maint | Jeff King | 1 | -0/+16 |
2015-12-01 | Merge branch 'sg/filter-branch-dwim-ambiguity' into maint | Jeff King | 1 | -0/+7 |
2015-12-01 | Merge branch 'dk/t5813-unc-paths' into maint | Jeff King | 1 | -2/+2 |
2015-11-28 | add "ok=sigpipe" to test_must_fail and use it to fix flaky tests | Lars Schneider | 3 | -6/+8 |
2015-11-28 | implement test_might_fail using a refactored test_must_fail | Lars Schneider | 1 | -14/+33 |
2015-11-24 | filter-branch: deal with object name vs. pathname ambiguity in tree-filter | SZEDER Gábor | 1 | -0/+7 |
2015-11-24 | blame: fix object casting regression | Jeff King | 1 | -0/+7 |
2015-11-24 | git-p4: clean up after p4 submit failure | GIRARD Etienne | 1 | -1/+1 |
2015-11-24 | bash prompt: indicate dirty index even on orphan branches | SZEDER Gábor | 1 | -2/+2 |
2015-11-24 | bash prompt: test dirty index and worktree while on an orphan branch | SZEDER Gábor | 1 | -3/+28 |
2015-11-24 | git-p4: work with a detached head | Luke Diamand | 1 | -1/+1 |
2015-11-24 | git-p4: add failing test for submit from detached head | Luke Diamand | 1 | -0/+16 |
2015-11-20 | push: add recurseSubmodules config option | Mike Crowe | 1 | -1/+151 |
2015-11-20 | fsck: treat a NUL in a tag header as an error | René Scharfe | 1 | -1/+1 |
2015-11-20 | t1450: add tests for NUL in headers of commits and tags | René Scharfe | 1 | -0/+32 |
2015-11-20 | git-p4: add trap to kill p4d on test exit | Lars Schneider | 1 | -0/+9 |
2015-11-20 | modernize t9300: move test preparations into test_expect_success | Johannes Sixt | 1 | -1250/+1264 |
2015-11-20 | sendemail: teach git-send-email to dump alias names | Jacob Keller | 1 | -0/+82 |
2015-11-20 | git-p4: add p4d timeout in tests | Lars Schneider | 1 | -1/+19 |
2015-11-20 | modernize t9300: mark here-doc words to ignore tab indentation | Johannes Sixt | 1 | -100/+100 |
2015-11-20 | git-p4: retry kill/cleanup operations in tests with timeout | Lars Schneider | 1 | -8/+34 |
2015-11-20 | modernize t9300: use test_when_finished for clean-up | Johannes Sixt | 1 | -20/+16 |
2015-11-20 | modernize t9300: wrap lines after && | Johannes Sixt | 1 | -16/+32 |
2015-11-20 | modernize t9300: use test_must_be_empty | Johannes Sixt | 1 | -5/+3 |
2015-11-20 | modernize t9300: use test_must_fail | Johannes Sixt | 1 | -14/+3 |
2015-11-20 | modernize t9300: single-quote placement and indentation | Johannes Sixt | 1 | -435/+437 |
2015-11-20 | Merge branch 'lf/ref-is-hidden-namespace' | Jeff King | 1 | -0/+41 |
2015-11-20 | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 1 | -0/+21 |
2015-11-20 | t5813: avoid creating urls that break on cygwin | Dennis Kaarsemaker | 1 | -2/+2 |
2015-11-16 | allow hooks to ignore their standard input stream | Clemens Buchacher | 1 | -18/+15 |
2015-11-06 | filter-branch: skip index read/write when possible | Jeff King | 1 | -0/+19 |
2015-11-05 | Merge branch 'rs/wt-status-detached-branch-fix' into maint | Junio C Hamano | 1 | -0/+14 |
2015-11-05 | Merge branch 'jc/add-u-A-default-to-top' into maint | Junio C Hamano | 2 | -0/+3 |
2015-11-05 | Merge branch 'jk/delete-modechange-conflict' into maint | Junio C Hamano | 3 | -87/+130 |
2015-11-05 | Merge branch 'nd/clone-linked-checkout' into maint | Junio C Hamano | 2 | -0/+47 |
2015-11-05 | t5509: add basic tests for hideRefs | Lukas Fleischer | 1 | -0/+41 |