2009-11-09 | Documentation: add "Fighting regressions with git bisect... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-10-13 | git: add --no-replace-objects option to disable replacing Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-13 | Documentation: remove warning saying that "git bisect... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-13 | bisect: use a PRNG with a bias when skipping away from... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-06 | t6030: test skipping away from an already skipped commit Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-06 | bisect: when skipping, choose a commit away from a... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-06 | bisect: add parameters to "filter_skipped" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | t6050: check pushing something based on a replaced... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | Documentation: add documentation for "git replace" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | builtin-replace: use "usage_msg_opt" to give better... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | parse-options: add new function "usage_msg_opt" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | builtin-replace: teach "git replace" to actually replace Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | Add new "git replace" command Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | environment: add global variable to disable replacement Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | mktag: call "check_sha1_signature" with the replacement... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | replace_object: add a test case Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | object: call "check_sha1_signature" with the replacement... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | sha1_file: add a "read_sha1_file_repl" function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | replace_object: add mechanism to replace objects found... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-06-01 | refs: add a "for_each_replace_ref" function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-29 | bisect: display first bad commit without forking a... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-27 | bisect: drop unparse_commit() and use clear_commit_marks() |
diff | tree |
2009-05-18 | bisect: check ancestors without forking a "git rev... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-18 | commit: add function to unparse a commit and its parents Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-05-18 | bisect: rework some rev related functions to make them... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
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 |