Age | Commit message (Expand) | Author | Files | Lines |
2012-12-17 | Add directory pattern matching to attributes | Jean-Noël AVILA | 1 | -0/+57 |
2012-12-10 | Makefile: whitespace style fixes in macro definitions | Stefano Lattarini | 1 | -1/+1 |
2012-12-07 | Merge branch 'rr/t4041-cleanup' | Junio C Hamano | 1 | -249/+248 |
2012-12-02 | t4041 (diff-submodule-option): modernize style | Ramkumar Ramachandra | 1 | -230/+229 |
2012-12-02 | t4041 (diff-submodule-option): rewrite add_file() routine | Ramkumar Ramachandra | 1 | -12/+12 |
2012-12-02 | t4041 (diff-submodule-option): parse digests sensibly | Ramkumar Ramachandra | 1 | -7/+7 |
2012-11-29 | Merge branch 'pw/p4-various-fixes' | Junio C Hamano | 2 | -1/+59 |
2012-11-29 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 1 | -3/+45 |
2012-11-29 | Merge branch 'fc/remote-hg' | Junio C Hamano | 1 | -1/+2 |
2012-11-29 | Merge branch 'jk/send-email-sender-prompt' | Junio C Hamano | 6 | -12/+136 |
2012-11-29 | Merge branch 'fc/send-email-no-sender-prompt' | Junio C Hamano | 1 | -3/+2 |
2012-11-29 | Merge branch 'jl/submodule-rm' | Junio C Hamano | 1 | -0/+17 |
2012-11-29 | Merge branch 'fc/completion-test-simplification' | Junio C Hamano | 1 | -82/+52 |
2012-11-29 | t4049: refocus tests | Junio C Hamano | 1 | -11/+9 |
2012-11-28 | Merge branch 'mm/status-push-pull-advise' | Junio C Hamano | 1 | -0/+1 |
2012-11-28 | Merge branch 'jk/pickaxe-textconv' | Junio C Hamano | 1 | -0/+12 |
2012-11-28 | t9001: check send-email behavior with implicit sender | Jeff King | 1 | -0/+28 |
2012-11-28 | Merge branch 'fc/send-email-no-sender-prompt' into jk/send-email-sender-prompt | Junio C Hamano | 1 | -3/+2 |
2012-11-28 | t: add tests for "git var" | Jeff King | 1 | -0/+49 |
2012-11-27 | diff --stat: do not count "unmerged" entries | Junio C Hamano | 1 | -1/+1 |
2012-11-27 | diff --stat: move the "total count" logic to the last loop | Junio C Hamano | 1 | -1/+1 |
2012-11-27 | test: add failing tests for "diff --stat" to t4049 | Junio C Hamano | 1 | -1/+45 |
2012-11-27 | t4041 (diff-submodule-option): don't hardcode SHA-1 in expected outputs | Ramkumar Ramachandra | 1 | -5/+5 |
2012-11-26 | send-email: avoid questions when user has an ident | Felipe Contreras | 1 | -3/+2 |
2012-11-26 | git p4 test: display unresolvable host error | Pete Wyckoff | 1 | -0/+12 |
2012-11-26 | git p4: catch p4 errors when streaming file contents | Pete Wyckoff | 1 | -1/+12 |
2012-11-26 | git p4: handle servers without move support | Pete Wyckoff | 1 | -0/+35 |
2012-11-25 | Merge branch 'rr/submodule-diff-config' | Junio C Hamano | 1 | -1/+43 |
2012-11-25 | Merge branch 'jh/update-ref-d-through-symref' | Junio C Hamano | 1 | -0/+18 |
2012-11-25 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 3 | -26/+27 |
2012-11-23 | Teach rm to remove submodules when given with a trailing '/' | Jens Lehmann | 1 | -0/+17 |
2012-11-21 | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 2 | -131/+188 |
2012-11-20 | Merge branch 'cn/config-missing-path' | Junio C Hamano | 1 | -0/+5 |
2012-11-20 | Merge branch 'mg/replace-resolve-delete' | Junio C Hamano | 1 | -0/+11 |
2012-11-20 | Merge branch 'jk/maint-gitweb-xss' | Junio C Hamano | 1 | -0/+15 |
2012-11-20 | Merge branch 'pw/maint-p4-rcs-expansion-newline' | Junio C Hamano | 1 | -0/+19 |
2012-11-20 | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2 | -0/+22 |
2012-11-18 | diff: rename "set" variable | Jeff King | 1 | -0/+15 |
2012-11-18 | diff: introduce diff.submodule configuration variable | Ramkumar Ramachandra | 1 | -1/+28 |
2012-11-16 | status: add advice on how to push/pull to tracking branch | Matthieu Moy | 1 | -0/+1 |
2012-11-16 | completion: simplify __gitcomp() test helper | Felipe Contreras | 1 | -10/+5 |
2012-11-16 | completion: refactor __gitcomp related tests | Felipe Contreras | 1 | -50/+28 |
2012-11-16 | completion: consolidate test_completion*() tests | Felipe Contreras | 1 | -17/+14 |
2012-11-16 | completion: simplify tests using test_completion_long() | Felipe Contreras | 1 | -6/+3 |
2012-11-16 | completion: standardize final space marker in tests | Felipe Contreras | 1 | -14/+13 |
2012-11-16 | completion: add comment for test_completion() | Felipe Contreras | 1 | -1/+5 |
2012-11-15 | config: don't segfault when given --path with a missing value | Carlos Martín Nieto | 1 | -0/+5 |
2012-11-15 | t7502: factor out autoident prerequisite | Jeff King | 2 | -11/+7 |
2012-11-15 | test-lib: allow negation of prerequisites | Jeff King | 2 | -1/+52 |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -2/+13 |