Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fc/fast-export-fixes' | Junio C Hamano | 2013-01-05 | 3 | -10/+238 |
|\ | |||||
| * | fast-export: make sure updated refs get updated | Felipe Contreras | 2012-12-03 | 2 | -12/+23 |
| * | fast-export: don't handle uninteresting refs | Felipe Contreras | 2012-12-03 | 2 | -0/+38 |
| * | fast-export: fix comparison in tests | Felipe Contreras | 2012-11-29 | 1 | -3/+3 |
| * | remote-testgit: exercise more features | Felipe Contreras | 2012-11-29 | 1 | -0/+52 |
| * | remote-testgit: cleanup tests | Felipe Contreras | 2012-11-29 | 1 | -34/+29 |
| * | remote-testgit: remove irrelevant test | Felipe Contreras | 2012-11-29 | 1 | -13/+0 |
| * | remote-testgit: remove non-local functionality | Felipe Contreras | 2012-11-29 | 1 | -29/+21 |
| * | Add new simplified git-remote-testgit | Felipe Contreras | 2012-11-29 | 1 | -0/+139 |
| * | Rename git-remote-testgit to git-remote-testpy | Felipe Contreras | 2012-11-29 | 1 | -7/+7 |
| * | remote-helpers: fix failure message | Felipe Contreras | 2012-11-26 | 1 | -2/+2 |
| * | fast-export: avoid importing blob marks | Felipe Contreras | 2012-11-26 | 1 | -0/+14 |
* | | Merge branch 'jk/fsck-dot-in-trees' | Junio C Hamano | 2013-01-05 | 1 | -0/+31 |
|\ \ | |||||
| * | | fsck: warn about ".git" in trees | Jeff King | 2012-11-28 | 1 | -0/+15 |
| * | | fsck: warn about '.' and '..' in trees | Jeff King | 2012-11-28 | 1 | -0/+16 |
* | | | Merge branch 'as/test-tweaks' | Junio C Hamano | 2013-01-03 | 2 | -59/+184 |
|\ \ \ | |||||
| * | | | tests: paint unexpectedly fixed known breakages in bold red | Adam Spiers | 2012-12-20 | 2 | -10/+33 |
| * | | | tests: test the test framework more thoroughly | Adam Spiers | 2012-12-20 | 1 | -0/+105 |
| * | | | tests: refactor mechanics of testing in a sub test-lib | Adam Spiers | 2012-12-20 | 1 | -45/+40 |
| * | | | tests: change info messages from yellow/brown to cyan | Adam Spiers | 2012-12-20 | 1 | -3/+3 |
| * | | | tests: paint skipped tests in blue | Adam Spiers | 2012-12-20 | 1 | -1/+1 |
| * | | | tests: paint known breakages in yellow | Adam Spiers | 2012-12-20 | 1 | -2/+4 |
| * | | | tests: test number comes first in 'not ok $count - $message' | Adam Spiers | 2012-12-16 | 2 | -3/+3 |
* | | | | Merge branch 'jc/test-portability' | Junio C Hamano | 2013-01-02 | 2 | -6/+10 |
|\ \ \ \ | |||||
| * | | | | t9020: use configured Python to run the test helper | Junio C Hamano | 2012-12-19 | 1 | -3/+7 |
| * | | | | t3600: Avoid "cp -a", which is a GNUism | Junio C Hamano | 2012-12-19 | 1 | -3/+3 |
| * | | | | Merge branch 'jc/maint-test-portability' into 'jc/test-portability' | Junio C Hamano | 2012-12-19 | 3 | -6/+8 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'sp/shortlog-missing-lf' | Junio C Hamano | 2013-01-02 | 1 | -0/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | shortlog: fix wrapping lines of wraplen | Steffen Prohaska | 2012-12-11 | 1 | -0/+24 |
* | | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree' | Junio C Hamano | 2013-01-02 | 1 | -0/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cache-tree: invalidate i-t-a paths after generating trees | Nguyễn Thái Ngọc Duy | 2012-12-15 | 1 | -0/+20 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mk/maint-graph-infinity-loop' | Junio C Hamano | 2013-01-02 | 1 | -0/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 2012-09-25 | 1 | -0/+10 |
* | | | | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir' | Junio C Hamano | 2013-01-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t9200: let "cvs init" create the test repository | Junio C Hamano | 2012-12-24 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'jc/maint-test-portability' | Junio C Hamano | 2013-01-02 | 3 | -6/+8 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | t4014: fix arguments to grep | Junio C Hamano | 2012-12-19 | 1 | -3/+3 |
| * | | | | | | | | t9502: do not assume GNU tar | Junio C Hamano | 2012-12-19 | 1 | -1/+1 |
| * | | | | | | | | t0200: "locale" may not exist | Junio C Hamano | 2012-12-19 | 1 | -2/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'mh/ceiling' | Junio C Hamano | 2013-01-02 | 2 | -58/+13 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | string_list_longest_prefix(): remove function | Michael Haggerty | 2012-10-29 | 1 | -30/+0 |
| * | | | | | | | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 2012-10-29 | 1 | -28/+13 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-12-18 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | t7004: do not create unneeded gpghome/gpg.conf when GPG is not used | Junio C Hamano | 2012-12-18 | 1 | -1/+4 |
| * | | | | | | | Merge branch 'jk/pickaxe-textconv' into maint | Junio C Hamano | 2012-12-18 | 1 | -0/+12 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'lt/diff-stat-show-0-lines' into maint | Junio C Hamano | 2012-12-07 | 3 | -28/+71 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'pw/maint-p4-rcs-expansion-newline' into maint | Junio C Hamano | 2012-11-28 | 1 | -0/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jh/update-ref-d-through-symref' into maint | Junio C Hamano | 2012-11-27 | 1 | -0/+18 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'cn/config-missing-path' into maint | Junio C Hamano | 2012-11-25 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-gitweb-xss' into maint | Junio C Hamano | 2012-11-25 | 1 | -0/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |