]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2010-07-21  Bryan Larsendocs: simplify example 1
2010-06-24  Avery PennarunAnother fix for PATH and msysgit.
2010-06-24  Avery PennarunMerge remote branch 'origin/master'
2010-06-24  Avery Pennarun(Hopefully) fix PATH setting for msysgit.
2010-05-20  Pelle WessmanFixed regression with splitting out new subtree
2010-05-07  Pelle WessmanUse 'git merge -Xsubtree' when git version >= 1.7.0.
2010-02-13  Wayne WalterAdded new 'push' command and 2-parameter form of 'add'.
2010-02-09  Dan SabathDocs: cleaning up example textual redundancy
2010-02-09  Dan Sabathdocs: add simple 'add' case to clarify setup.
2010-02-09  Avery PennarunSome recent tests accidentally depended on very new...
2010-02-09  Avery PennarunOops. Apparently I didn't run 'make test' after most...
2010-02-08  Avery PennarunImprove checking for existence of the --prefix directory.
2010-02-06  Win TreeseMake sure that <prefix> exists when splitting.
2010-02-06  Avery PennarunMake tests pass with recent git (1.7.0 and up).
2010-02-06  Win Treesegit-subtree.txt: add another example.
2010-02-02  Avery PennarunJakub's changes broke the progress message slightly.
2010-02-02  Avery PennarunMerge branch 'master' of git://github.com/psionides...
2010-02-02  Arlen CussFix refspecs in given example for git subtree pull.
2010-01-12  Jakub Suderimproved rev_is_descendant_of_branch() function
2010-01-12  Jakub Suderadded temporary test dirs to gitignore
2010-01-12  Jakub Suderadded tests for recent changes
2010-01-12  Jakub Suderfixed bug in commit message for split
2010-01-12  Jakub Suderchanged alias for --prefix from -p to -P
2010-01-10  Jakub Suderfix for subtree split not finding proper base for new...
2010-01-10  Jakub Suderallow using --branch with existing branches if it makes...
2010-01-10  Jakub Suderadded -m/--message option for setting merge commit...
2010-01-06  Jakub Suderadded -p alias for --prefix
2009-11-21  Avery PennarunWeird, I forgot to have 'make test' call test.sh.
2009-11-15  Ben Waltonmake git version dynamic when building documentation
2009-11-15  Ben Waltonadd installation support to Makefile
2009-11-15  Avery PennarunOops, forgot a COPYING file. It's GPLv2.
2009-11-04  Avery PennarunAdd some tips for how to install.
2009-10-02  Avery Pennaruncmd_pull didn't support --squash correctly.
2009-10-02  Avery PennarunFix a minor problem in identifying squashes vs. normal...
2009-10-02  Avery PennarunIf someone provides a --prefix that ends with slash...
2009-10-02  Avery PennarunMerge branch 'master' of git://github.com/voxpelli...
2009-10-02  Avery PennarunAdd a README that says to email me instead of using...
2009-09-30  Pelle WessmanCheck that the type of the tree really is a tree and...
2009-08-26  Avery PennarunFix behaviour if you have a branch named the same as...
2009-08-26  Avery PennarunImprove patch to use git --exec-path: add to PATH instead.
2009-08-20  kTln2Add explicit path of git installation by 'git --exec...
2009-08-12  Amiel Martinsort assertion to make it more generic
2009-08-12  Amiel Martinfixed order of assertion in tests
2009-08-02  Avery Pennaruntodo: idea for a 'git subtree grafts' command
2009-08-01  Avery Pennaruntodo
2009-07-16  Avery Pennaruntodo^
2009-07-10  Avery Pennaruntodo
2009-07-09  Avery PennarunDocs: when pushing to github, the repo path needs to...
2009-07-07  Avery Pennaruntodo
2009-07-02  Avery PennarunSome todo items reported by pmccurdy
2009-06-15  Avery Pennarunupdate todo
2009-05-30  Avery Pennarunman page: add an EXAMPLES section.
2009-05-30  Avery PennarunAdd basic git-subtree manpage in asciidoc format.
2009-05-30  Avery PennarunMake --squash work with the 'add' command too.
2009-05-30  Avery PennarunFix splitting after using a squash merge.
2009-05-30  Avery PennarunDon't squash-merge if the old and new commits are the...
2009-05-30  Avery PennarunBasic "subtree merge --squash" support.
2009-05-30  Avery Pennarunmerge_msg() is really more like rejoin_msg().
2009-05-30  Avery PennarunFIXME help for --squash option
2009-05-30  Avery Pennarunslightly rearrange help message for split.
2009-05-30  Avery PennarunNew --branch option to split command.
2009-05-30  Avery Pennaruntypo in comment
2009-05-24  Avery PennarunMore to-do items based on feedback
2009-05-01  Avery PennarunAbort if --rejoin fails.
2009-04-26  Avery Pennarundebug messages are off by default; use -d to enable.
2009-04-26  Avery Pennaruntest.sh: oops, never intended to count the raw number...
2009-04-26  Avery PennarunSimplify merges even more aggressively.
2009-04-26  Avery Pennaruntest.sh: make sure no commit changes more than one...
2009-04-26  Avery PennarunOnly copy a commit if it has at least one nonidentical...
2009-04-26  Avery PennarunTrim some extra merge commits that don't need to go...
2009-04-26  Avery Pennaruntest.sh tweak
2009-04-26  Avery PennarunAdd some basic assertions to test.sh.
2009-04-26  Avery PennarunAdd a 'create' helper function in test.sh.
2009-04-26  Avery PennarunClarify why we can't do 'git rev-list' with a path.
2009-04-26  Avery PennarunTypo when searching for existing splits.
2009-04-26  Avery PennarunAdd --annotate option, and create recognizable file...
2009-04-26  Avery Pennaruntodo list
2009-04-25  Avery PennarunChange test.sh to test the new add, merge, and pull...
2009-04-25  Avery PennarunHandle it successfully if a given parent commit has...
2009-04-25  Avery PennarunAdd 'git subtree merge' and 'git subtree pull'.
2009-04-25  Avery PennarunAdd a new 'git subtree add' command for adding subtrees...
2009-04-25  Avery PennarunPass the path using the --prefix option instead of...
2009-04-25  Avery PennarunOkay, that was a little too aggressive.
2009-04-25  Avery PennarunEven more aggressive commit trimming.
2009-04-25  Avery PennarunPrune out some extra merge commits by comparing their...
2009-04-25  Avery PennarunQuick test script for generating reasonably complex...
2009-04-24  Avery PennarunSkip over empty commits.
2009-04-24  Avery PennarunHmm... can't actually filter rev-list on the subdir...
2009-04-24  Avery PennarunAdded a --onto option, but it's so complicated I can...
2009-04-24  Avery PennarunUse information about prior splits to make sure merges...
2009-04-24  Avery PennarunAdd a new --rejoin option.
2009-04-24  Avery PennarunPrint out the newly created commitid at the end, for...
2009-04-24  Avery PennarunWe now copy the other stuff about a commit (changelog...
2009-04-24  Avery Pennarun'git subtree split' now basically works.
2009-04-24  Avery Pennarunbasic options parsing and whatnot.