0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add push from the main window More... about 9 years ago
Fixes #98 - When creating an IceRepository out of an MCGithubRepository, keep the same branch. More... about 9 years ago
Fixes #98 - When creating an IceRepository out of an MCGithubRepository, keep the same branch. More... about 9 years ago
Pull and merge More... about 9 years ago
Pull and merge More... about 9 years ago
Added pull More... about 9 years ago
Libgit adapter should not return lgit objects, just return branch name More... about 9 years ago
Refactor to avoid using --abbrev-ref in rev-parse, which is not supported by libgit2. More... about 9 years ago
Refactor to avoid using --abbrev-ref in rev-parse, which is not supported by libgit2. More... about 9 years ago
Creating a good merge is still difficult, we rollback for a while. More... about 9 years ago
"Merge commit 2" More... about 9 years ago
Invoke merge tool when 'merge commit' action is selected. More... about 9 years ago
Fix IceBranch creation as it in some points ended having a reference to a wrong repository. More... about 9 years ago
Automatically compute upstream branch or a repository. More... about 9 years ago
Automatically compute upstream branch or a repository. More... about 9 years ago
Refactor for allowing a repository to have more than one 'commit history', i.e. one associate to the current branch (or HEAD) and one to the configured upstream (for example 'origin/master'). In this way, the repository can handle information about incomming versions and commits (from upstream) in the same way that they are handled in the current branch, but without affecting the HEAD or working copy. To do so, several responsibilities that were in repository have been moved to the branch object. More... about 9 years ago
Refactor for allowing a repository to have more than one 'commit history', i.e. one associate to the current branch (or HEAD) and one to the configured upstream (for example 'origin/master'). In this way, the repository can handle information about incomming versions and commits (from upstream) in the same way that they are handled in the current branch, but without affecting the HEAD or working copy. To do so, several responsibilities that were in repository have been moved to the branch object. More... about 9 years ago
Fix update comment More... about 9 years ago
Add more branches to the GUI checkout options, now it shows all local branches and all remote branches that have not been checked out locally. More... about 9 years ago
Fix bug that prevented from correctly deleting test packages and makes some tests fail not deterministically. More... about 9 years ago
Remove debugging code. More... about 9 years ago
Refactor how to decide is one version/commit is ancestor of another one. More... about 9 years ago
Refactor how to decide is one version/commit is ancestor of another one. More... about 9 years ago
Fixes #97: Allow to forget repositories from the GUI More... about 9 years ago
Merge branch 'master' of github.com:npasserini/iceberg More... about 9 years ago
Avoid using command: from the GUI. More... about 9 years ago
Fix #testLoadCommit More... about 9 years ago
Fixes #93 - Prevent code changes done by tests to be shown in epicea sessions More... about 9 years ago
Allow to create commits and push. Create extensions of monticello and cypress writers, to write directory to a git blob through libgit2. IceLibgitTreeBuilder allows for building a new tree with the new commit. More... about 9 years ago
Fixes #86 (create a version info from git commits in blob) and also allows to nicely load packages from git blob. This allows for several cleanups in IceSavedPackageVersion. I added a little hack to allow for git tree entries to be polymorphic with commits. More... about 9 years ago