2009-05-10 | bisect: make "git bisect" use new "--next-all" bisect... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: add "check_good_are_ancestors_of_bad" function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: implement the "check_merge_bases" function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: automatically sort sha1_array if needed when... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: make skipped array functions more generic Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: remove too much function nesting Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: use new "struct argv_array" to prepare argv... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: store good revisions in a "sha1_array" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: implement "rev_argv_push" to fill an argv with... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: use "sha1_array" to store skipped revisions Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | am: simplify "sq" function by using "git rev-parse... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: use "git rev-parse --sq-quote" instead of a... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | rev-parse: add --sq-quote to shell quote arguments Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | rev-list: remove stringed output flag from "show_bisect_vars" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect--helper: remove "--next-vars" option as it is... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: use "git bisect--helper --next-exit" in "git... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect--helper: add "--next-exit" to output bisect... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | bisect: move common bisect functionality to "bisect_common" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | rev-list: refactor printing bisect vars Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-10 | rev-list: make "estimate_bisect_steps" non static Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-08 | rev-list: add "int bisect_show_flags" in "struct rev_list_info" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-08 | rev-list: remove last static vars used in "show_commit" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-08 | list-objects: add "void *data" parameter to show functions Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect--helper: string output variables together with... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | rev-list: pass "int flags" as last argument of "show_bisect_... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | t6030: test bisecting with paths Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect: use "bisect--helper" and remove "filter_skipped... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect: implement "read_bisect_paths" to read paths... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect--helper: implement "git bisect--helper" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect: use the new generic "sha1_pos" function to... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | rev-list: call new "filter_skip" function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | bisect: improve error message when branch checkout... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | patch-ids: use the new generic "sha1_pos" function... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-04-05 | sha1-lookup: add new "sha1_pos" function to efficiently... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | rev-list: pass "revs" to "show_bisect_vars" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | rev-list: make "show_bisect_vars" non static Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | rev-list: move code to show bisect vars into its own... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | rev-list: move bisect related code into its own file Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | rev-list: make "bisect_list" variable local to "cmd_rev_list" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | refs: add "for_each_ref_in" function to refactor "for_each_... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | quote: add "sq_dequote_to_argv" to put unwrapped args... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-30 | quote: implement "sq_dequote_many" to unwrap many args... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-27 | log-tree: fix patch filename computation in "git format... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-07 | Documentation: fix badly indented paragraphs in "-... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-03-04 | rev-list: estimate number of bisection step left Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-02-27 | bisect: fix another instance of eval'ed string Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-02-27 | bisect: fix quoting TRIED revs when "bad" commit is... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-02-25 | README: fix path to "gitcvs-migration.txt" and be more... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-02-08 | rev-list: fix showing distance when using --bisect-all Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-01-18 | builtin-fsck: fix off by one head count Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-01-13 | sha1_file: make "read_object" static Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-12-02 | Documentation: describe how to "bisect skip" a range... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-12-02 | bisect: fix "git bisect skip <commit>" and add tests... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-26 | bisect: teach "skip" to accept special arguments like... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-23 | git-gui: french translation update Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-17 | Documentation: tutorial: add information about "git... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-17 | Documentation: user-manual: add information about ... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-15 | Documentation: fix links to "everyday.html" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-09 | bisect: fix missing "exit" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-09 | Documentation: bisect: change a few instances of "git... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-11-09 | Documentation: rev-list: change a few instances of... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-09-09 | refs: improve comments about "reading" argument of... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-09-06 | bisect: remove "checkout_done" variable used when checking... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-08-28 | bisect: only check merge bases when needed Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-08-28 | bisect: test merge base if good rev is not an ancestor... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-07-31 | documentation: user-manual: update "using-bisect" section Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-07-30 | merge-base: teach "git merge-base" to drive underlying... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-07-29 | merge-base: die with an error message if not passed... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-07-06 | Fix "config_error_nonbool" used with value instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-07-06 | Fix "config_error_nonbool" used with value instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-28 | help: check early if we have a command, if not try... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-15 | Documentation: RelNotes-1.5.6: talk about renamed HTML... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-14 | documentation: bisect: remove bits talking about a... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-06 | documentation: move git(7) to git(1) Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-06 | documentation: convert "diffcore" and "repository-layout... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-06-02 | Documentation: convert "glossary" and "core-tutorial... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-28 | bisect: use "$GIT_DIR/BISECT_START" to check if we... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-25 | Documentation: convert tutorials to man pages Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-23 | bisect: use a detached HEAD to bisect Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-23 | bisect: trap critical errors in "bisect_start" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-23 | bisect: fix left over "BISECT_START" file when starting... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-23 | bisect: add test cases to check that "git bisect start... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-21 | Documentation: rev-parse: add a few "--verify" and... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-11 | rev-parse --verify: do not output anything on error Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-11 | rev-parse: fix using "--default" with "--verify" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-11 | rev-parse: add test script for "--verify" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-09 | bisect: print an error message when "git rev-list ... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-08 | Documentation: bisect: add a few "git bisect run" examples Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-07 | Documentation: improve "add", "pull" and "format-patch... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-05 | Documentation: rename "hooks.txt" to "githooks.txt... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-05-03 | Documentation: hooks: fix missing verb in pre-applypatch... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-27 | rev-parse: fix --verify to error out when passed junk... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-27 | rev-parse: teach "--verify" to be quiet when using... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-26 | documentation: web--browse: add a note about konqueror Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-26 | documentation: help: add info about "man.<tool>.cmd... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-26 | help: use "man.<tool>.cmd" as custom man viewer command Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-26 | documentation: help: add "man.<tool>.path" config variable Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-26 | help: use man viewer path from "man.<tool>.path" config var Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-16 | git-bisect: make "start", "good" and "skip" succeed... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2008-04-16 | bisect: squelch "fatal: ref HEAD not a symref" misleading... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |