2013-12-30 | replace info: rename 'full' to 'long' and clarify in... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | Documentation/git-replace: describe --format option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | builtin/replace: unset read_replace_refs Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | t6050: add tests for listing with --format Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | builtin/replace: teach listing using short, medium... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | sha1_file: perform object replacement in sha1_object_info_ex... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | t6050: show that git cat-file --batch fails with replace... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | sha1_object_info_extended(): add an "unsigned flags... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | sha1_file.c: add lookup_replace_object_extended() to... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | replace_object: don't check read_replace_refs twice Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-12 | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-05 | strbuf: introduce starts_with() and ends_with() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-05 | builtin/remote: remove postfixcmp() and use suffixcmp... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-12-05 | environment: normalize use of prefixcmp() by removing... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-10-28 | sha1_file: move comment about return value where it... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | t6050-replace: use some long option names Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | replace: allow long option names Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | Documentation/replace: add Creating Replacement Objects... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | t6050-replace: add test to clean up all the replace... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | t6050-replace: test that objects are of the same type Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | Documentation/replace: state that objects must be of... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-09-06 | replace: forbid replacing an object with one of a different... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-01-30 | gitk: Ignore gitk-wish buildproduct Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2013-01-10 | Makefile: detect when PYTHON_PATH changes Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2012-12-25 | Makefile: replace "echo 1>..." with "echo >..." Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2012-12-19 | Makefile: replace "echo 1>..." with "echo >..." Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2012-12-19 | Makefile: detect when PYTHON_PATH changes Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2012-12-18 | Makefile: remove tracking of TCLTK_PATH Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2012-04-22 | revert: add missing va_end Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2011-09-21 | bisect: fix exiting when checkout failed in bisect_start() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-09-27 | t6050 (replace): fix bogus "fetch branch with replacement... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | blame: use find_commit_subject() instead of custom... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | merge-recursive: use find_commit_subject() instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | bisect: use find_commit_subject() instead of custom... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | revert: rename variables related to subject in get_message() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | revert: refactor code to find commit subject in find_commit_... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | revert: fix off by one read when searching the end... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-23 | t3508: add check_head_differs_from() helper function... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-16 | revert: improve success message by adding abbreviated... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-16 | revert: don't print "Finished one cherry-pick." if... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-16 | revert: refactor commit code into a new run_git_commit... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-07-16 | revert: report success when using option --strategy Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-25 | Documentation: grep: fix asciidoc problem with -- Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-25 | revert: accept arbitrary rev-list options Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-13 | commit: use value of GIT_REFLOG_ACTION env variable... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-06 | diff: fix "git show -C -C" output when renaming a binary... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | Documentation/revert: describe passing more than one... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | Documentation/cherry-pick: describe passing more than... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: add tests to check cherry-picking many commits Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: allow cherry-picking more than one commit Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: change help_msg() to take no argument Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: refactor code into a do_pick_commit() function Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: use run_command_v_opt() instead of execv_git_cmd() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-06-02 | revert: cleanup code for -x option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-04-01 | revert: add "--strategy" option to choose merge strategy Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-04-01 | merge: make function try_merge_command non static Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-04-01 | merge: refactor code that calls "git merge-STRATEGY" Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-04-01 | revert: refactor merge recursive code into its own... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-04-01 | revert: use strbuf to refactor the code that writes... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-20 | rebase -i: use new --ff cherry-pick option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-07 | Documentation: describe new cherry-pick --ff option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-07 | cherry-pick: add tests for new --ff option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-07 | reset: disallow using --keep when there are unmerged... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-07 | reset: disallow "reset --keep" outside a work tree Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-07 | Documentation: reset: describe new "--keep" option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-03-01 | bisect: error out when passing bad path parameters Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-25 | reset: add test cases for "--keep" option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2010-01-25 | reset: add option "--keep" to "git reset" Mentored-by: Christian Couder <chriscool@tuxfamily.org> 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 |