2012-05-18 | rev-parse doc: --git-dir does not always show a relative... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2012-05-17 | git-svn: clarify the referent of dcommit's optional... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-30 | bisect: take advantage of gettextln, eval_gettextln. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-09 | bisect: add support for bisecting bare repositories Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-08 | submodule: take advantage of gettextln and eval_gettextln. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-08 | stash: take advantage of eval_gettextln Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-08 | pull: take advantage of eval_gettextln Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-08 | git-am: take advantage of gettextln and eval_gettextln. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-08 | gettext: add gettextln, eval_gettextln to encode common... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-05 | misc-sh: fix up whitespace in some other .sh files. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-05 | bisect: replace "; then" with "\n<tab>*then" Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-05 | bisect: cleanup whitespace errors in git-bisect.sh. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: add documentation for --no-checkout option. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: add tests for the --no-checkout option. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: introduce --no-checkout support into porcelain. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: introduce support for --no-checkout option. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: add tests to document expected behaviour in... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: use && to connect statements that are deferred... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-08-04 | bisect: move argument parsing before state modification. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-07-25 | Ensure git ls-tree exits with a non-zero exit code... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-07-24 | Add a test to check that git ls-tree sets non-zero... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-05-02 | git: add --info-path and --man-path options Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2011-04-06 | stash: fix false positive in the invalid ref test. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-09-29 | stash: simplify parsing fixes Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-09-29 | stash: fix git stash branch regression when branch... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-31 | t3903: fix broken test_must_fail calls Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-31 | t1503: fix broken test_must_fail calls Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-24 | rev-parse: tests git rev-parse --verify master@{n}... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-24 | sha1_name.c: use warning in preference to fprintf(stderr Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-24 | rev-parse: exit with non-zero status if ref@{n} is... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: update Documentation Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: tests of git stash with stash-like... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: simplify git stash show Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: simplify git stash branch Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: refactor git stash pop implementation Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: simplify stash_drop Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: simplify stash_apply Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: work around git rev-parse failure to... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-08-22 | detached-stash: introduce parse_flags_and_revs function Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2010-07-26 | INSTALL: configure /etc/xml/catalog to build docs on... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-07 | [PATCH] Tidy up - remove use of (*f)() idiom from epoch.c Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-07 | [PATCH] Ensure list insertion method does not depend... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-07 | [PATCH] Write sed script directly into temp file, rather... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-07 | [PATCH] Add t/t6003 with some --topo-order tests Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Fixes a problem with --merge-order A B (A is... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Add a t/t6001 test case for a --merge-order bug Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Tidy up - slight simplification of rev-list.c Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Add a topological sort procedure to commit.c Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Change the sed seperator in t/t6000-lib.sh. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Introduce unit tests for git-rev-list --bisect Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-06 | [PATCH] Factor out useful test case infrastructure... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-07-04 | [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-30 | [PATCH] Remove unnecessary sort from t6001 testcase Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-30 | [PATCH] Fix broken t6001 test case Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-30 | [PATCH] Demonstrate broken t6001 test case function Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-30 | [PATCH] Fix for git-rev-list --merge-order B ^A (A... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-30 | [PATCH] Test case that demonstrates problem with -... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-23 | [PATCH] Fix to how --merge-order handles multiple roots Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-23 | [PATCH] A test case that demonstrates a problem with... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-23 | [PATCH] Fix --merge-order unit test breaks introduced... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Fix for --merge-order, --max-age interaction... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Prevent git-rev-list without --merge-order... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Prevent git-rev-list --merge-order producing... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Relaxes error checking in epoch.c to allow... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Fixes problem with --merge-order head ^head Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Tweaked --merge-order --show-breaks output... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-20 | [PATCH] Additional git-rev-list unit tests to demonstrate... Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |
2005-06-08 | [PATCH] three --merge-order bug fixes Signed-off-by: Jon Seymour <jon.seymour@gmail.com> |
diff | tree |