index
:
magit.git
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
magit-bisect.el
Age
Commit message (
Expand
)
Author
2013-11-13
magit.el: assimilate magit-bisect.el
Jonas Bernoulli
2013-10-31
magit-bisect.el: use magit-find-buffer
Jonas Bernoulli
2013-10-30
magit-bisect-start: use magit-guess-branch
Jonas Bernoulli
2013-09-27
autoload commands that are useful outside a magit buffer
Jonas Bernoulli
2013-09-18
`magit-bisect-run': properly set `buffer' and `process'
Pieter Praet
2013-09-18
`magit--bisect-last-pos': properly set prop 'permanent-local to t
Pieter Praet
2013-09-10
split into multiple package[.el]s
Jonas Bernoulli
2013-09-10
Merge branch 'sections'
Jonas Bernoulli
2013-09-10
add magit-insert-status-line-line
Jonas Bernoulli
2013-09-06
replace global magit-process-client-buffer with local variable
Jonas Bernoulli
2013-09-06
define magit--bisect-last-pos as a permanent local variable
Jonas Bernoulli
2013-09-06
always use ".git/magit-bisect-run" as the bisect script
Jonas Bernoulli
2013-08-26
Makefile: add 'authors' target
Pieter Praet
2013-08-01
shorten long lines
Jonas Bernoulli
2013-07-24
use the semantically best conditional
Jonas Bernoulli
2013-07-18
Merge branch 'cleanup'
Jonas Bernoulli
2013-07-18
update authorship information (on master)
Jonas Bernoulli
2013-07-17
use {setq,defvar}-local; define them for older Emacsen
Jonas Bernoulli
2013-07-14
magit-git-dir: add optional SUBPATH argument
Jonas Bernoulli
2013-04-04
cleanup doc-strings
Jonas Bernoulli
2013-04-04
cleanup library headers
Jonas Bernoulli
2012-06-01
don't use `chmod' for backward compatibility
Yann Hodique
2012-04-21
Remove assumption that '.git' is a directory.
Peter J. Weisberg
2011-12-21
applied whitespace-cleanup
Yann Hodique
2011-09-08
Rearrange load order
Roger Crew
2011-09-08
Forward declarations to shut up the byte-compiler
Roger Crew
2011-09-08
Fix magit-bisect-run so that interactive declaration will be recognized
Roger Crew
2011-04-08
magit-bisect-skip doesn't take an argument; so don't pass one when calling it...
Moritz Bunkus
2011-04-03
Tab completion in bisect-run.
Phil Jackson
2011-03-28
Support for "git bisect run"
Moritz Bunkus
2011-03-27
Key mode functions do not pass prefix args through
Moritz Bunkus
2011-03-27
Support for "git bisect" with "B" from status and log buffers
Moritz Bunkus