Age | Commit message (Expand) | Author | Files | Lines |
2016-08-11 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2016-07-27 | subtree: adjust function definitions to match CodingGuidelines | David Aguilar | 1 | -68/+34 |
2016-07-27 | subtree: adjust style to match CodingGuidelines | David Aguilar | 1 | -218/+357 |
2016-07-26 | subtree: fix "git subtree split --rejoin" | David Aguilar | 2 | -0/+17 |
2016-07-26 | t7900-subtree.sh: fix quoting and broken && chains | David Aguilar | 1 | -8/+8 |
2016-02-03 | Merge branch 'dw/subtree-split-do-not-drop-merge' | Junio C Hamano | 2 | -2/+70 |
2016-02-03 | Merge branch 'dg/subtree-test' | Junio C Hamano | 1 | -1/+5 |
2016-01-22 | Merge branch 'rm/subtree-unwrap-tags' | Junio C Hamano | 1 | -2/+8 |
2016-01-20 | contrib/subtree: fix "subtree split" skipped-merge bug | Dave Ware | 2 | -2/+70 |
2016-01-19 | contrib/subtree: Make testing easier | David A. Greene | 1 | -1/+5 |
2015-12-01 | Merge branch 'dg/subtree-test-cleanup' | Jeff King | 3 | -443/+956 |
2015-11-24 | contrib/subtree: unwrap tag refs | Rob Mayoff | 1 | -2/+8 |
2015-11-13 | contrib/subtree: Handle '--prefix' argument with a slash appended | Techlive Zheng | 2 | -1/+21 |
2015-11-13 | contrib/subtree: Make each test self-contained | Techlive Zheng | 1 | -418/+840 |
2015-11-13 | contrib/subtree: Add split tests | Techlive Zheng | 1 | -2/+15 |
2015-11-13 | contrib/subtree: Add merge tests | Techlive Zheng | 1 | -1/+12 |
2015-11-13 | contrib/subtree: Add tests for subtree add | Techlive Zheng | 1 | -0/+19 |
2015-11-13 | contrib/subtree: Add test for missing subtree | Techlive Zheng | 1 | -0/+4 |
2015-11-13 | contrib/subtree: Clean and refactor test code | Techlive Zheng | 2 | -55/+79 |
2015-11-06 | contrib/subtree: remove "push" command from the "todo" file | Fabio Porcedda | 1 | -2/+0 |
2015-09-08 | contrib/subtree: respect spaces in a repository path | Alexey Shumkin | 2 | -1/+48 |
2015-09-08 | t7900-subtree: test the "space in a subdirectory name" case | Alexey Shumkin | 2 | -73/+76 |
2015-08-03 | Merge branch 'da/subtree-date-confusion' | Junio C Hamano | 2 | -1/+5 |
2015-07-23 | contrib/subtree: ignore log.date configuration | David Aguilar | 2 | -1/+5 |
2015-07-10 | Merge branch 'cb/subtree-tests-update' | Junio C Hamano | 1 | -152/+150 |
2015-06-22 | contrib/subtree: small tidy-up to test | Charles Bailey | 1 | -3/+1 |
2015-06-22 | contrib/subtree: fix broken &&-chains and revealed test error | Charles Bailey | 1 | -4/+4 |
2015-06-22 | contrib/subtree: use tabs consitently for indentation in tests | Charles Bailey | 1 | -147/+147 |
2015-05-22 | Merge branch 'dl/subtree-avoid-tricky-echo' | Junio C Hamano | 1 | -3/+10 |
2015-05-08 | contrib/subtree: portability fix for string printing | Danny Lin | 1 | -3/+10 |
2015-05-07 | contrib/subtree: there's no push --squash | Danny Lin | 2 | -2/+2 |
2015-01-06 | subtree: fix AsciiDoc list item continuation | Steffen Prohaska | 1 | -105/+89 |
2014-11-04 | Documentation: typofixes | Thomas Ackermann | 1 | -1/+1 |
2014-10-15 | subtree: add an install-html target | Sebastian Schuberth | 2 | -3/+9 |
2014-08-18 | subtree: make "all" default target of Makefile | Jeff King | 1 | -1/+4 |
2014-07-21 | Fix contrib/subtree Makefile to patch #! line | Charles Bailey | 1 | -1/+7 |
2014-06-06 | Merge branch 'ep/shell-assign-and-export-vars' | Junio C Hamano | 1 | -1/+2 |
2014-06-06 | Merge branch 'jd/subtree' | Junio C Hamano | 2 | -16/+25 |
2014-06-03 | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 1 | -1/+1 |
2014-05-23 | scripts: "export VAR=VALUE" construct is not portable | Elia Pinto | 1 | -1/+2 |
2014-05-13 | contrib/subtree: allow adding an annotated tag | James Denholm | 1 | -1/+2 |
2014-05-06 | contrib/subtree/Makefile: clean up rule for "clean" | James Denholm | 1 | -3/+4 |
2014-05-06 | contrib/subtree/Makefile: clean up rules to generate documentation | James Denholm | 1 | -5/+8 |
2014-05-06 | contrib/subtree/Makefile: s/libexecdir/gitexecdir/ | James Denholm | 1 | -3/+3 |
2014-05-06 | contrib/subtree/Makefile: use GIT-VERSION-FILE | James Denholm | 1 | -3/+8 |
2014-05-06 | contrib/subtree/Makefile: scrap unused $(gitdir) | James Denholm | 1 | -1/+0 |
2014-04-23 | t7900-subtree.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-03-17 | subtree: initialize "prefix" variable | Jeff King | 1 | -0/+1 |
2014-01-13 | subtree: fix argument validation in add/pull/push | Anthony Baire | 2 | -13/+23 |
2013-11-04 | Merge branch 'jk/subtree-install-fix' | Junio C Hamano | 1 | -1/+6 |