index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bisect: display first bad commit without forking a new process
Christian Couder
2009-05-29
1
-3
/
+27
*
bisect: drop unparse_commit() and use clear_commit_marks()
Christian Couder
2009-05-27
3
-23
/
+1
*
bisect: check ancestors without forking a "git rev-list" process
Christian Couder
2009-05-18
2
-44
/
+23
*
commit: add function to unparse a commit and its parents
Christian Couder
2009-05-18
2
-0
/
+22
*
bisect: rework some rev related functions to make them more reusable
Christian Couder
2009-05-18
1
-11
/
+14
*
bisect: make "git bisect" use new "--next-all" bisect-helper function
Christian Couder
2009-05-10
4
-134
/
+13
*
bisect: add "check_good_are_ancestors_of_bad" function
Christian Couder
2009-05-10
1
-0
/
+75
*
bisect: implement the "check_merge_bases" function
Christian Couder
2009-05-10
1
-0
/
+130
*
bisect: automatically sort sha1_array if needed when looking it up
Christian Couder
2009-05-10
1
-2
/
+6
*
bisect: make skipped array functions more generic
Christian Couder
2009-05-10
1
-12
/
+12
*
bisect: remove too much function nesting
Christian Couder
2009-05-10
1
-10
/
+8
*
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
Christian Couder
2009-05-10
1
-28
/
+29
*
bisect: store good revisions in a "sha1_array"
Christian Couder
2009-05-10
1
-7
/
+19
*
bisect: implement "rev_argv_push" to fill an argv with revs
Christian Couder
2009-05-10
1
-8
/
+11
*
bisect: use "sha1_array" to store skipped revisions
Christian Couder
2009-05-10
1
-10
/
+15
*
am: simplify "sq" function by using "git rev-parse --sq-quote"
Christian Couder
2009-05-10
1
-5
/
+1
*
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
Christian Couder
2009-05-10
2
-14
/
+3
*
rev-parse: add --sq-quote to shell quote arguments
Christian Couder
2009-05-10
2
-1
/
+49
*
rev-list: remove stringed output flag from "show_bisect_vars"
Christian Couder
2009-05-10
2
-18
/
+15
*
bisect--helper: remove "--next-vars" option as it is now useless
Christian Couder
2009-05-10
3
-25
/
+3
*
bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
Christian Couder
2009-05-10
1
-30
/
+9
*
bisect--helper: add "--next-exit" to output bisect results
Christian Couder
2009-05-10
3
-3
/
+115
*
bisect: move common bisect functionality to "bisect_common"
Christian Couder
2009-05-10
1
-9
/
+15
*
rev-list: refactor printing bisect vars
Christian Couder
2009-05-10
2
-28
/
+37
*
rev-list: make "estimate_bisect_steps" non static
Christian Couder
2009-05-10
2
-1
/
+3
*
GIT 1.6.3
v1.6.3
Junio C Hamano
2009-05-07
3
-8
/
+4
*
t4029: use sh instead of bash
Nguyễn Thái Ngọc Duy
2009-05-07
1
-1
/
+1
*
t4200: convert sed expression which operates on non-text file to perl
Brandon Casey
2009-05-07
1
-1
/
+1
*
t4200: remove two unnecessary lines
Brandon Casey
2009-05-07
1
-2
/
+0
*
t/annotate-tests.sh: avoid passing a non-newline terminated file to sed
Brandon Casey
2009-05-06
1
-1
/
+4
*
t4118: avoid sed invocation on file without terminating newline
Brandon Casey
2009-05-06
1
-1
/
+1
*
t4118: add missing '&&'
Brandon Casey
2009-05-06
1
-1
/
+1
*
t8005: use egrep when extended regular expressions are required
Brandon Casey
2009-05-06
1
-4
/
+4
*
git-clean doc: the command only affects paths under $(cwd)
Junio C Hamano
2009-05-06
1
-2
/
+2
*
Merge branch 'maint'
Junio C Hamano
2009-05-06
5
-19
/
+21
|
\
|
*
Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint
Junio C Hamano
2009-05-06
1
-1
/
+1
|
|
\
|
|
*
git-svn: fix a sloppy Getopt::Long usage
Robin H. Johnson
2009-05-06
1
-1
/
+1
|
*
|
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
2009-05-06
1
-2
/
+2
|
|
\
\
|
|
*
|
dir.c: Fix two minor grammatical errors in comments
Allan Caffee
2009-05-06
1
-2
/
+2
|
|
|
/
|
*
|
improve error message in config.c
Alex Riesen
2009-05-06
1
-1
/
+1
|
*
|
t4018-diff-funcname: add cpp xfuncname pattern to syntax test
Brandon Casey
2009-05-06
1
-1
/
+1
|
*
|
Work around BSD whose typeof(tv.tv_sec) != time_t
Bernd Ahlers
2009-05-06
1
-1
/
+3
|
*
|
git-am.txt: reword extra headers in message body
Stephen Boyd
2009-05-06
1
-4
/
+4
|
*
|
git-am.txt: Use date or value instead of time or timestamp
Stephen Boyd
2009-05-06
1
-4
/
+4
|
*
|
git-am.txt: add an 'a', say what 'it' is, simplify a sentence
Stephen Boyd
2009-05-06
1
-6
/
+6
*
|
|
completion: complete values for send-email
Stephen Boyd
2009-05-06
1
-3
/
+36
*
|
|
completion: complete values for log.date
Stephen Boyd
2009-05-06
1
-3
/
+6
*
|
|
completion: complete values for help.format
Stephen Boyd
2009-05-06
1
-0
/
+4
*
|
|
completion: add {gui,diff,merge}tool, man, and pager config variables
Stephen Boyd
2009-05-06
1
-0
/
+45
*
|
|
completion: add missing configuration variables to _git_config()
Stephen Boyd
2009-05-06
1
-0
/
+48
[next]