summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-21; Prefer HTTPS to HTTP in URLsexternals/gitedStefan Kangas
2022-12-12; Fix typosStefan Kangas
2020-11-29* .gitignore: New fileStefan Monnier
2019-09-14Support Gited buffers over a tramp connectionTino Calancha
2019-09-14Reduce complexity of gited--fill-branch-alistTino Calancha
2019-09-14Make code more compact by using pcase-dolistTino Calancha
2019-09-07gited: Add test for the last fixed bugTino Calancha
2019-09-05gited: Set default-directory to gited-toplevel-dir in output buffersTino Calancha
2019-09-05gited--output-buffer: Set default-directory to `gited-toplevel-dir'Tino Calancha
2019-08-09* gited.el: Bump version to 0.5.4Tino Calancha
2019-07-30* .travis.yml: Add recipes to test for Emacs 25.3 and Emacs 26.2Tino Calancha
2019-07-30Separate versions from file names with --Tino Calancha
2019-07-30Avoid side-effects in a couple of functionsTino Calancha
2018-05-20gited-ci.el: Fix copyright stuffTino Calancha
2018-05-19Add missing file gited-ci.elTino Calancha
2018-05-18* gited/gited.el: Don't require `gited-ci`, which isn't found.Stefan Monnier
2018-05-15* packages/gited/gited.el: Bump version to v5.0.1Tino Calancha
2018-05-15gited.el: Merge branch 'show-trunk-ci-status'Tino Calancha
2018-05-15Skip tests when Git is not availableTino Calancha
2018-04-10* packages/gited/gited.el (gited-pull): Delete unused variableTino Calancha
2018-04-09gited-pull fetches all remote branchesTino Calancha
2018-04-03Fix gited-push bug from previous commitTino Calancha
2018-03-26Handle multi remote repositoriesTino Calancha
2018-01-21Do not assume that 'git rev-parse 1' exits with status != 0tino calancha
2017-08-13Add function to return the repository trunk branchTino Calancha
2017-08-13Use match-string-no-propertiesTino Calancha
2017-07-09* packages/gited/gited.el (gited-stash-branch): Update Gited buffer on successTino Calancha
2017-07-06* gited-tests.el (gited-test1): Use gited--last-commit-title.Tino Calancha
2017-07-06gited-amend-commit: New comandTino Calancha
2017-07-06* gited.el (gited-git-checkout): Avoid harmless warning.Tino Calancha
2017-07-06* gited.el (gited-tag-add): Fix docstring.Tino Calancha
2017-07-05gited-git-checkout: New functionTino Calancha
2017-07-02; * gited.el: Update file header.Tino Calancha
2017-07-02* gited.el (gited-do-sync-with-trunk): Go to branch before `gited-sync-with-t...Tino Calancha
2017-07-02gited-checkout-branch: Set right faces for marked branchesTino Calancha
2017-07-01* gited.el (gited-do-sync-with-trunk): Fix typo in docstring.Tino Calancha
2017-07-01* gited.el (gited-do-sync-with-trunk): Add docstring. Update file header.Tino Calancha
2017-07-01gited-do-sync-with-trunk: New commandTino Calancha
2017-07-01* gited.el (gited-update): Preserve marks in Gited buffer.Tino Calancha
2017-07-01* gited.el (gited-mark-remembered): Insert the marker and fontify the row.Tino Calancha
2017-07-01* gited.el (gited-goto-branch): Return point on success.Tino Calancha
2017-06-26; * packages/gited/gited.el: Update file header.Tino Calancha
2017-06-25Use remote branches on marking commands if listing remotesTino Calancha
2017-06-25* gited.el (gited-hide-details-mode): Update gited-verbose when toggle the mode.Tino Calancha
2017-06-25* gited.el: Bump version to 0.2.3.Tino Calancha
2017-06-25Use proper name for the branch column according with gited-ref-kindTino Calancha
2017-06-25* screenshots/gited-tags-screenshot.png: Update screenshot.Tino Calancha
2017-06-25Show example screenshotsTino Calancha
2017-06-10gited-list: Add autoload cookieTino Calancha
2017-06-09Add missing docstrings for several commandsTino Calancha