tokkee.org
Code
projects
/
git.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
git-p4: Add a helper function to parse the full git diff-tree output.
2007-10-29
Christian Couder
Bisect: add "skip" to the short usage string.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect run: "skip" current commit if script exit code...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: add a "bisect replay" test case.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: add "bisect skip" to the documentation.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: refactor some logging into "bisect_write".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: refactor "bisect_write_*" functions.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: implement "bisect skip" to mark untestable...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Bisect: fix some white spaces and empty lines breakages.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
rev-list documentation: add "--bisect-all".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
rev-list: implement --bisect-all
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-10-27
Christian Couder
Test suite: reset TERM to its previous value after...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-09-20
Christian Couder
rev-list --bisect: Fix best == NULL case.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-09-18
Christian Couder
rev-list --bisect: Bisection "distance" clean up.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-09-18
Christian Couder
rev-list --bisect: Move some bisection code into best_bisection.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-09-18
Christian Couder
rev-list --bisect: Move finding bisection into do_find_bisec...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-08-01
Christian Couder
rev-list --bisect: fix allocation of "int*" instead...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-04-17
Christian Couder
Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-04-17
Christian Couder
Bisect: simplify "bisect start" logging.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-04-05
Christian Couder
Documentation: bisect: "start" accepts one bad and...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-04-05
Christian Couder
Bisect: teach "bisect start" to optionally use one...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-30
Christian Couder
Bisect: Improve error message in "bisect_next_check".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-27
Christian Couder
Bisect: add checks at the beginning of "git bisect...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-26
Christian Couder
Bisect: Use "git-show-ref --verify" when reseting.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-24
Christian Couder
Documentation: bisect: make a comment fit better in...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-24
Christian Couder
Documentation: bisect: add some titles to some paragraphs.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-24
Christian Couder
Documentation: bisect: reformat more paragraphs.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-24
Christian Couder
Documentation: bisect: reword one paragraph.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-24
Christian Couder
Documentation: bisect: reformat some paragraphs.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2007-03-23
Christian Couder
Bisect: implement "git bisect run <cmd>..." to automatically...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-27
Christian Couder
Documentation: add git in /etc/services.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-27
Christian Couder
Documentation: add upload-archive service to git-daemon.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-26
Christian Couder
Remove --syslog in git-daemon inetd documentation examples.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-14
Christian Couder
Fix tracing when GIT_TRACE is set to an empty string.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-02
Christian Couder
Do not create tag leading directories since git update...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-01
Christian Couder
Check that a tag exists using show-ref instead of looking...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-01
Christian Couder
Use git-update-ref to delete a tag instead of rm()ing...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-01
Christian Couder
Clean up "git-branch.sh" and add remove recursive dir...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-10-01
Christian Couder
Fix a remove_empty_dir_recursive problem.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-28
Christian Couder
Uncomment test case: git branch c/d should barf if...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-28
Christian Couder
When creating branch c/d check that branch c does not...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-28
Christian Couder
Add pack-refs and show-ref test cases.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-26
Christian Couder
Remove empty ref directories that prevent creating...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-20
Christian Couder
Fix show-ref usage for --dereference.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-20
Christian Couder
Document git-show-ref [-s|--hash] option.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-17
Christian Couder
Use Linus' show ref in "git-branch.sh".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-17
Christian Couder
Add [-s|--hash] option to Linus' show-ref.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-13
Christian Couder
Fix space in string " false" problem in "trace.c".
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-11
Christian Couder
Fix a memory leak in "connect.c" and die if command...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-11
Christian Couder
Move add_to_string to "quote.c" and make it extern.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-06
Christian Couder
Fix memory leak in prepend_to_path (git.c).
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-03
Christian Couder
Update GIT_TRACE documentation.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-09-02
Christian Couder
Trace into a file or an open fd and refactor tracing...
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-08-31
Christian Couder
Trace into open fd and refactor tracing code.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree
2006-06-04
Christian Couder
Builtin git-rev-parse.
Signed-off-by:
Christian Couder
<chriscool@tuxfamily.org>
commit
|
commitdiff
|
tree