2010-03-01 | bisect: error out when passing bad path parameters Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-23 | Documentation: rev-list: fix synopsys for --tags and... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-16 | t7111: fix bad HEAD in tests with unmerged entries Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-10 | help: fix configured help format taking over command... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-10 | t7111: check that reset options work as described in... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-05 | Documentation: reset: add some missing tables Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-12-30 | reset: add a few tests for "git reset --merge" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-12-30 | Documentation: reset: add some tables to describe the... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-12-30 | reset: improve mixed reset error message when in a... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-12-13 | gitk: Add "--no-replace-objects" option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-11-24 | Documentation: update descriptions of revision options... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-11-23 | bisect: simplify calling visualizer using '--bisect... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-11-21 | Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTS Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-11-21 | Documentation: fix typos and spelling in replace documentation Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2009-11-21 | replace: use a GIT_NO_REPLACE_OBJECTS env variable Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
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 |