index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-13
Documentation: remove warning saying that "git bisect skip" may slow bisection
Christian Couder
1
-3
/
+2
2009-06-13
bisect: use a PRNG with a bias when skipping away from untestable commits
Christian Couder
2
-13
/
+41
2009-06-06
t6030: test skipping away from an already skipped commit
Christian Couder
1
-0
/
+12
2009-06-06
bisect: when skipping, choose a commit away from a skipped commit
Christian Couder
1
-1
/
+49
2009-06-06
bisect: add parameters to "filter_skipped"
Christian Couder
3
-6
/
+42
2009-05-28
bisect: display first bad commit without forking a new process
Christian Couder
1
-3
/
+27
2009-05-27
bisect: drop unparse_commit() and use clear_commit_marks()
Christian Couder
3
-23
/
+1
2009-05-17
bisect: check ancestors without forking a "git rev-list" process
Christian Couder
2
-44
/
+23
2009-05-17
commit: add function to unparse a commit and its parents
Christian Couder
2
-0
/
+22
2009-05-17
bisect: rework some rev related functions to make them more reusable
Christian Couder
1
-11
/
+14
2009-05-10
bisect: make "git bisect" use new "--next-all" bisect-helper function
Christian Couder
4
-134
/
+13
2009-05-10
bisect: add "check_good_are_ancestors_of_bad" function
Christian Couder
1
-0
/
+75
2009-05-10
bisect: implement the "check_merge_bases" function
Christian Couder
1
-0
/
+130
2009-05-10
bisect: automatically sort sha1_array if needed when looking it up
Christian Couder
1
-2
/
+6
2009-05-10
bisect: make skipped array functions more generic
Christian Couder
1
-12
/
+12
2009-05-10
bisect: remove too much function nesting
Christian Couder
1
-10
/
+8
2009-05-10
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
Christian Couder
1
-28
/
+29
2009-05-10
bisect: store good revisions in a "sha1_array"
Christian Couder
1
-7
/
+19
2009-05-10
bisect: implement "rev_argv_push" to fill an argv with revs
Christian Couder
1
-8
/
+11
2009-05-10
bisect: use "sha1_array" to store skipped revisions
Christian Couder
1
-10
/
+15
2009-05-10
am: simplify "sq" function by using "git rev-parse --sq-quote"
Christian Couder
1
-5
/
+1
2009-05-10
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
Christian Couder
2
-14
/
+3
2009-05-10
rev-parse: add --sq-quote to shell quote arguments
Christian Couder
2
-1
/
+49
2009-05-10
rev-list: remove stringed output flag from "show_bisect_vars"
Christian Couder
2
-18
/
+15
2009-05-10
bisect--helper: remove "--next-vars" option as it is now useless
Christian Couder
3
-25
/
+3
2009-05-10
bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
Christian Couder
1
-30
/
+9
2009-05-10
bisect--helper: add "--next-exit" to output bisect results
Christian Couder
3
-3
/
+115
2009-05-10
bisect: move common bisect functionality to "bisect_common"
Christian Couder
1
-9
/
+15
2009-05-10
rev-list: refactor printing bisect vars
Christian Couder
2
-28
/
+37
2009-05-10
rev-list: make "estimate_bisect_steps" non static
Christian Couder
2
-1
/
+3
2009-05-06
GIT 1.6.3
Junio C Hamano
3
-8
/
+4
2009-05-06
t4029: use sh instead of bash
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2009-05-06
t4200: convert sed expression which operates on non-text file to perl
Brandon Casey
1
-1
/
+1
2009-05-06
t4200: remove two unnecessary lines
Brandon Casey
1
-2
/
+0
2009-05-06
t/annotate-tests.sh: avoid passing a non-newline terminated file to sed
Brandon Casey
1
-1
/
+4
2009-05-06
t4118: avoid sed invocation on file without terminating newline
Brandon Casey
1
-1
/
+1
2009-05-06
t4118: add missing '&&'
Brandon Casey
1
-1
/
+1
2009-05-06
t8005: use egrep when extended regular expressions are required
Brandon Casey
1
-4
/
+4
2009-05-06
git-clean doc: the command only affects paths under $(cwd)
Junio C Hamano
1
-2
/
+2
2009-05-05
Merge branch 'maint'
Junio C Hamano
5
-19
/
+21
2009-05-05
Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint
Junio C Hamano
1
-1
/
+1
2009-05-05
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-2
/
+2
2009-05-05
improve error message in config.c
Alex Riesen
1
-1
/
+1
2009-05-05
t4018-diff-funcname: add cpp xfuncname pattern to syntax test
Brandon Casey
1
-1
/
+1
2009-05-05
Work around BSD whose typeof(tv.tv_sec) != time_t
Bernd Ahlers
1
-1
/
+3
2009-05-05
git-am.txt: reword extra headers in message body
Stephen Boyd
1
-4
/
+4
2009-05-05
git-am.txt: Use date or value instead of time or timestamp
Stephen Boyd
1
-4
/
+4
2009-05-05
git-am.txt: add an 'a', say what 'it' is, simplify a sentence
Stephen Boyd
1
-6
/
+6
2009-05-05
completion: complete values for send-email
Stephen Boyd
1
-3
/
+36
2009-05-05
completion: complete values for log.date
Stephen Boyd
1
-3
/
+6
[next]