egg
egg copied to clipboard
Emacs Got Git. This is a clone of Marius's excellent magit. Egg is an emacs interface to git.
Some time pre-commit hook is failed. But in that case, commit comment is written and abolished. I is better to check pre-commit hook before write commit comment
On July 11, 2013, edmacro-subseq was removed, breaking the ability to view diffs in the status buffer. According to the commit log, edmacro-subseq is a re-implementation of cl-lib's cl-subseq.
We have a code review process that is tightly tied into our git workflow. Right now, it is the primary reason I have to leave egg when interacting with my...
Attempting to commit when git is not yet configured results in the above error, inside of egg-text. egg-text has a null check, but since it is a macro, it checks...
I just added https://groups.google.com/forum/#!forum/egg-user pleae drop by
Hi, I'm not sure if I can ask a question here, but starting of using egg two days, I cannot find to change the repo or working directory. I have...
I have a file in blame mode, go to the chunk of interest, hit RET (to open log). I get an error with this backtrace: ``` Debugger entered--Lisp error: (args-out-of-range...
Unfortunately I don't know how I got into this situation, but today I got egg into a state where it stopped working, because of an extra CR (^M) in one...
The Emacs Devs seem to frown upon CL. They're are ok with (eval-when-compile (require 'cl)) but not run time usage. Should we convert egg to NOT use CL constructs? Many...
r:rebase HEAD works fine at my place. But rebase HEAD interactively totally doesn't work. It didn't report the conflicts and "succeeded" directly.