Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kick off post 1.7.10 cycle | Junio C Hamano | 2012-04-11 | 3 | -2/+31 |
* | gitweb: Fix unintended "--no-merges" for regular Atom feed | Sebastian Pipping | 2012-04-11 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2012-04-10 | 2 | -4/+4 |
|\ | |||||
| * | Merge branch 'maint-1.7.9' into maint | Junio C Hamano | 2012-04-10 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge branch 'maint-1.7.8' into maint-1.7.9 | Junio C Hamano | 2012-04-10 | 2 | -6/+6 |
| | |\ | |||||
| | | * | Merge branch 'jc/maint-verify-objects-remove-pessimism' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 1 | -4/+4 |
| | | |\ | |||||
| | | * \ | Merge branch 'dw/gitweb-doc-grammo' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 1 | -2/+2 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'tr/cache-tree' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 10 | -11/+142 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'cb/maint-t5541-make-server-port-portable' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 2 | -4/+33 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'cn/maint-rev-list-doc' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 1 | -6/+6 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'tr/maint-bundle-boundary' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 2 | -23/+36 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge branch 'tr/maint-bundle-long-subject' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 5 | -51/+67 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge branch 'ph/rerere-doc' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 1 | -7/+12 |
| | | |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | test-subprocess: fix segfault without arguments | René Scharfe | 2012-04-10 | 1 | -3/+3 |
| * | | | | | | | | | | | submodule: fix prototype of gitmodules_config | René Scharfe | 2012-04-10 | 1 | -1/+1 |
* | | | | | | | | | | | | Fix git-subtree install instructions | David A. Greene | 2012-04-09 | 1 | -12/+18 |
* | | | | | | | | | | | | Use git-subtree test Makefile | David A. Greene | 2012-04-09 | 1 | -1/+1 |
* | | | | | | | | | | | | Add subtree test Makefile | David A. Greene | 2012-04-09 | 1 | -0/+69 |
* | | | | | | | | | | | | Install git-subtree from contrib | David A. Greene | 2012-04-09 | 1 | -20/+21 |
* | | | | | | | | | | | | Use configure settings for git-subtree | David A. Greene | 2012-04-09 | 1 | -0/+3 |
* | | | | | | | | | | | | Use project config files | David A. Greene | 2012-04-09 | 1 | -3/+6 |
* | | | | | | | | | | | | Remove unnecessary git-subtree files | David A. Greene | 2012-04-09 | 6 | -143/+0 |
* | | | | | | | | | | | | Set TEST_DIRECTORY | David A. Greene | 2012-04-09 | 1 | -2/+4 |
* | | | | | | | | | | | | Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346' | David A. Greene | 2012-04-09 | 15 | -0/+2196 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Use Test Harness | David A. Greene | 2012-02-11 | 1 | -241/+405 |
| * | | | | | | | | | | | Rename Test | David A. Greene | 2012-02-11 | 1 | -0/+0 |
| * | | | | | | | | | | | Move Tests Into Subdirectory | David A. Greene | 2012-02-11 | 1 | -0/+0 |
| * | | | | | | | | | | | Skip commit objects that should be trees, rather than copying them. | Avery Pennarun | 2011-02-28 | 1 | -0/+1 |
| * | | | | | | | | | | | It's also okay if an expected tree object is actually a commit. | Avery Pennarun | 2011-02-28 | 1 | -1/+1 |
| * | | | | | | | | | | | Added check to order of processed commits. | Jesse Greenwald | 2010-11-09 | 1 | -0/+28 |
| * | | | | | | | | | | | Split cmd now processes commits in topo order. | Jesse Greenwald | 2010-11-09 | 1 | -1/+1 |
| * | | | | | | | | | | | Fix a few typos/grammar-o's in the preceding commit. | Avery Pennarun | 2010-10-21 | 1 | -7/+7 |
| * | | | | | | | | | | | docs: Description, synopsys, options and examples changes. | John Yani | 2010-10-21 | 1 | -43/+69 |
| * | | | | | | | | | | | Fixing eval syntax error. | Cole Stanfield | 2010-10-21 | 1 | -1/+1 |
| * | | | | | | | | | | | Fix typo: an -> a | Avery Pennarun | 2010-08-12 | 1 | -1/+1 |
| * | | | | | | | | | | | docs: simplify example 1 | Bryan Larsen | 2010-07-21 | 1 | -7/+3 |
| * | | | | | | | | | | | Another fix for PATH and msysgit. | Avery Pennarun | 2010-06-24 | 1 | -3/+1 |
| * | | | | | | | | | | | Merge remote branch 'origin/master' | Avery Pennarun | 2010-06-24 | 2 | -5/+26 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fixed regression with splitting out new subtree | Pelle Wessman | 2010-05-20 | 2 | -1/+13 |
| | * | | | | | | | | | | | Use 'git merge -Xsubtree' when git version >= 1.7.0. | Pelle Wessman | 2010-05-07 | 1 | -4/+13 |
| * | | | | | | | | | | | | (Hopefully) fix PATH setting for msysgit. | Avery Pennarun | 2010-06-24 | 1 | -0/+4 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Added new 'push' command and 2-parameter form of 'add'. | Wayne Walter | 2010-02-13 | 4 | -18/+77 |
| * | | | | | | | | | | | Docs: cleaning up example textual redundancy | Dan Sabath | 2010-02-08 | 1 | -3/+3 |
| * | | | | | | | | | | | docs: add simple 'add' case to clarify setup. | Dan Sabath | 2010-02-08 | 1 | -2/+26 |
| * | | | | | | | | | | | Some recent tests accidentally depended on very new versions of git. | Avery Pennarun | 2010-02-08 | 1 | -2/+2 |
| * | | | | | | | | | | | Oops. Apparently I didn't run 'make test' after most recent change. | Avery Pennarun | 2010-02-08 | 1 | -1/+2 |
| * | | | | | | | | | | | Improve checking for existence of the --prefix directory. | Avery Pennarun | 2010-02-08 | 2 | -3/+21 |
| * | | | | | | | | | | | Make sure that <prefix> exists when splitting. | Win Treese | 2010-02-06 | 2 | -0/+13 |
| * | | | | | | | | | | | Make tests pass with recent git (1.7.0 and up). | Avery Pennarun | 2010-02-06 | 1 | -1/+5 |
| * | | | | | | | | | | | git-subtree.txt: add another example. | Win Treese | 2010-02-05 | 1 | -2/+19 |