aboutsummaryrefslogtreecommitdiff
path: root/magit.texi
AgeCommit message (Collapse)Author
2014-11-27remove obsolete manualJonas Bernoulli
The new manual will contain text copied from Git's documentation. The old manual was licensed under the FDL v1.2, while Git's documentation is licensed under the GPL v2. Being able to seed Magit's documentation with pieces from Git is more valuable than keeping pieces from Magit's old documentation (most of it would have to be discarded anyway) and so the latter has to go.
2014-07-03add magit-refs-mode and magit-show-refsJonas Bernoulli
Add a new mode `magit-refs-mode' which replaces the two old modes `magit-branch-manager-mode' and `magit-wazzup-mode'. The new entry command is `magit-show-refs', replacing `magit-branch-manager' and `magit-wazzup'. Originally these had to be different modes because wazzup was so slow that users would only tolerate it when they actually needed the additional information it provided compared to the branch manager. I have made wazzup fast quite some time ago but until now didn't get around to merging the two modes. The new mode is called "Refs Mode" because it lists all kinds of references not just branches (that was already the case of the old "'Branch' Manager" too).
2014-06-26for pcase, require at least version 24.1 of EmacsJonas Bernoulli
Sooner or later this had to happen. While I would have preferred to delay this move until after releasing version 2.1.0, it was always clear, that I was only willing to maintain backward compatibility as long as the cost was not very high. Denying myself the use of `pcase' is such a cost. I am going to use this macro a lot, and while it would be possible to implement the things to come without using `pcase', doing so would not be pleasant. So unpleasant in fact, that the temptation would be big to write a specialized "case" macro, similar to `magit-section-case'. But my experience with that, and `magit-section-action', has taught me that going down that road leads to over-specialized abstractions which eventually end up being rather featureful, but never-the-less to restrictive even for its intended use-cases.
2014-05-03Merge branch 'master' into nextJonas Bernoulli
Conflicts: magit.el
2014-05-03magit.text: mentioned that staging only works from status bufferJonas Bernoulli
2014-04-09magit-{stgit,svn,topgit}.el: add longer library commentariesJonas Bernoulli
In return remove information about these extensions from `magit.texi' and `magit.info' generated from the former.
2014-03-31Merge branch 'master' into nextJonas Bernoulli
2014-03-31Merge pull request #1310 from dachary/wip-submodulesJonas Bernoulli
proofread the submodule section
2014-03-31Merge branch 'master' into nextJonas Bernoulli
2014-03-31proofread the submodule sectionLoic Dachary
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-03-31The C-c C-a binding in the change description is for AckLoic Dachary
and not for toggling amend.
2014-02-22remove magit specific "rewrite" functionalityJonas Bernoulli
Please consider the following and also read issue #966. (1) I think that by removing this feature, I do its users a service. Sure they will have to find an alternative in `cherry-pick' and `rebase --interactive', but once they have learned about these tools, they will be using vastly superior tools. (2) For now this patch only lives on the `next' branch and I have already stated that, in the case I fail to convince everyone of the above, I will make the rewrite functionality available as a separate package.
2014-02-22popups: show better help from within popupsJonas Bernoulli
* Allow jumping to new "Popups" info node. * Allow showing help for individual arguments. * Use a bigger window to show help buffer. * Restore previous window configuration when quitting help. To do so add the new functions `magit-popup-woman', `magit-popup-info, and `magit-popup-describe-function', as well as the auxiliary minor mode `magit-popup-help-mode'.
2014-01-18magit.texi: use @uref for urlsJonas Bernoulli
Also add a @magit macro for extra convenience.
2014-01-07magit.texi: remove obsolete informationJonas Bernoulli
2013-12-12magit.texi: fix menu orderJonas Bernoulli
2013-11-08synchronize magit.texi and README.mdJonas Bernoulli
2013-11-08magit.texi: thank every contributor; maintainers by nameJonas Bernoulli
Thank you guys and gals!
2013-11-08magit.texi: improve "Introduction" a bitJonas Bernoulli
2013-11-08magit.texi: recommend against the "rewrite" functionalityJonas Bernoulli
2013-11-08magit.texi: remove outdated "Developing Extentsions" sectionJonas Bernoulli
That will come back, but not until after the api has stabilized.
2013-11-08magit.texi: update information about minimal Emacs and GitJonas Bernoulli
2013-11-08magit.texi: remove FAQ and ChangeLogJonas Bernoulli
Remove the sparse FAQ and the outdated one-entry ChangeLog; and instead link to the more up-to-date online information.
2013-08-06magit.texi: remove "Customization" chapterPieter Praet
I've introduced this in 64c21ea5 (merged in cb7e0235), and since then, it hasn't been touched, except for 87857670 and d2b16f21 which fixed some typos in the documentation but not in the actual docstrings which it's based on. Since (a correct version of) all this information is available in the docstrings and easily discoverable using `customize', there's no point in leaving it to languish in the docs. Signed-off-by: Pieter Praet <pieter@praet.org>
2013-08-03magit.texi: remove FAQ 2.1; it's wrongJonas Bernoulli
A proper fix for the "How do I fix international characters display?" will hopefully be written soon. Regardless the answer that was provided was not correct or at least insufficient.
2013-05-20Merge branch 'master' into nextJonas Bernoulli
2013-05-18merge fdl.texi into magit.texiJonas Bernoulli
Previously fdl.texi was not actually included in magit.texi. Instead of including it this patch instead copies the license right into magit.text. This removes clutter from the top directory, and replacing the text when moving to a newer version of the license isn't really that much work.
2013-05-12Add support for "git cherry"Moritz Bunkus
2013-04-02Fix some typos in the manualLele Gaifax
2013-01-05Merge commit '39939691e8cbc16aae75ac9b0d2b76aea5cb2fd6' into dudebout/submodulesYann Hodique
2012-11-29Explain the use of M-n/M-p within commit-buffersBrandon W Maister
2012-09-26Updated the documentation to reflect the new submobule key.Nicolas Dudebout
2012-09-26Adds missing double spaces after period ending sentence.Nicolas Dudebout
2012-09-26Rewrote the branching section of the documentation.Nicolas Dudebout
Merged the branching section with the branch manager and added information about managing remotes.
2012-09-26Updated the documentation for the branch manager.Nicolas Dudebout
2012-09-24Update copyright in magit.texiRémi Vanicat
2012-09-24Correct documentation for creating branchRémi Vanicat
It is b c instead of b n
2012-07-14Merge branch 'maint'Yann Hodique
2012-07-14fix typo in the manualYann Hodique
2012-07-08Add TOC entry for Interactive Rebasing nodeRyan C. Thompson
2012-07-08Add texinfo doc for "Magit-interactive-rebase".Ryan C. Thompson
2012-01-29adding proper documentation for history navigationYann Hodique
2012-01-13Document increasing and decreasing hunk sizeJustin Caratzas
2011-12-23update copyrights and creditsYann Hodique
2011-12-22document C-u C-u P PYann Hodique
explain how to push to a specific branch.
2011-12-21added a FAQ sectionYann Hodique
2011-12-14Merge pull request #296 from sigma/minor_modesYann Hodique
extensions as minor modes
2011-12-08adding doc for extensions as minor modesYann Hodique
* explain the new way of activating extensions * give a few words on development good practices
2011-12-02Fix a couple of typos in the documentation.Chris Moore
2011-10-22fix typo in manualYann Hodique