index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
hook/update: example of how to prevent branch creation
Pierre Habouzit
2009-04-17
*
get_local_heads(): do not return random pointer if there is no head
Nguyễn Thái Ngọc Duy
2009-04-17
*
gitignore git-bisect--helper
Junio C Hamano
2009-04-12
*
GIT 1.6.3-rc0
v1.6.3-rc0
Junio C Hamano
2009-04-12
*
Documentation/git.txt: GIT 1.6.2.2 has been out for a while
Nanako Shiraishi
2009-04-12
*
Merge branch 'jk/no-perl'
Junio C Hamano
2009-04-12
|
\
|
*
tests: skip perl tests if NO_PERL is defined
Jeff King
2009-04-08
|
*
Makefile: allow building without perl
Jeff King
2009-04-08
*
|
Merge branch 'sb/doc-upstream-branch'
Junio C Hamano
2009-04-12
|
\
\
|
*
|
Documentation: Introduce "upstream branch"
Santi Béjar
2009-04-07
*
|
|
Merge branch 'jk/show-upstream'
Junio C Hamano
2009-04-12
|
\
\
\
|
*
|
|
branch: show upstream branch when double verbose
Jeff King
2009-04-07
|
*
|
|
make get_short_ref a public function
Jeff King
2009-04-07
|
*
|
|
for-each-ref: add "upstream" format field
Jeff King
2009-04-07
|
*
|
|
for-each-ref: refactor refname handling
Jeff King
2009-04-07
|
*
|
|
for-each-ref: refactor get_short_ref function
Jeff King
2009-04-07
*
|
|
|
Merge branch 'fg/remote-prune'
Junio C Hamano
2009-04-12
|
\
\
\
\
|
*
|
|
|
add tests for remote groups
Jeff King
2009-04-09
|
*
|
|
|
git remote update: Fallback to remote if group does not exist
Finn Arne Gangstad
2009-04-07
|
*
|
|
|
remote: New function remote_is_configured()
Finn Arne Gangstad
2009-04-07
|
*
|
|
|
git remote update: Report error for non-existing groups
Finn Arne Gangstad
2009-04-07
|
*
|
|
|
git remote update: New option --prune
Finn Arne Gangstad
2009-04-05
|
*
|
|
|
builtin-remote.c: Split out prune_remote as a separate function.
Finn Arne Gangstad
2009-04-05
*
|
|
|
|
Merge branch 'cc/sha1-bsearch'
Junio C Hamano
2009-04-12
|
\
\
\
\
\
|
*
|
|
|
|
sha1-lookup: fix up the assertion message
Junio C Hamano
2009-04-06
*
|
|
|
|
|
Merge branch 'cc/bisect-filter'
Junio C Hamano
2009-04-12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
Christian Couder
2009-04-07
|
*
|
|
|
|
|
rev-list: remove last static vars used in "show_commit"
Christian Couder
2009-04-07
|
*
|
|
|
|
|
list-objects: add "void *data" parameter to show functions
Christian Couder
2009-04-07
|
*
|
|
|
|
|
bisect--helper: string output variables together with "&&"
Christian Couder
2009-04-05
|
*
|
|
|
|
|
rev-list: pass "int flags" as last argument of "show_bisect_vars"
Christian Couder
2009-04-05
|
*
|
|
|
|
|
t6030: test bisecting with paths
Christian Couder
2009-04-05
|
*
|
|
|
|
|
bisect: use "bisect--helper" and remove "filter_skipped" function
Christian Couder
2009-04-05
|
*
|
|
|
|
|
bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"
Christian Couder
2009-04-05
|
*
|
|
|
|
|
bisect--helper: implement "git bisect--helper"
Christian Couder
2009-04-05
|
*
|
|
|
|
|
bisect: use the new generic "sha1_pos" function to lookup sha1
Christian Couder
2009-04-05
|
*
|
|
|
|
|
rev-list: call new "filter_skip" function
Christian Couder
2009-04-05
|
*
|
|
|
|
|
Merge branch 'cc/sha1-bsearch' into HEAD
Junio C Hamano
2009-04-04
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
*
|
|
|
|
patch-ids: use the new generic "sha1_pos" function to lookup sha1
Christian Couder
2009-04-04
|
|
*
|
|
|
|
sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1
Christian Couder
2009-04-04
|
|
|
/
/
/
/
|
*
|
|
|
|
rev-list: pass "revs" to "show_bisect_vars"
Christian Couder
2009-03-30
|
*
|
|
|
|
rev-list: make "show_bisect_vars" non static
Christian Couder
2009-03-30
|
*
|
|
|
|
rev-list: move code to show bisect vars into its own function
Christian Couder
2009-03-30
|
*
|
|
|
|
rev-list: move bisect related code into its own file
Christian Couder
2009-03-30
|
*
|
|
|
|
rev-list: make "bisect_list" variable local to "cmd_rev_list"
Christian Couder
2009-03-30
|
*
|
|
|
|
refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functions
Christian Couder
2009-03-30
|
*
|
|
|
|
quote: add "sq_dequote_to_argv" to put unwrapped args in an argv array
Christian Couder
2009-03-30
|
*
|
|
|
|
quote: implement "sq_dequote_many" to unwrap many args in one string
Christian Couder
2009-03-30
*
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2009-04-12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
GIT 1.6.2.3
v1.6.2.3
Junio C Hamano
2009-04-12
[next]