index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Commit message (
Expand
)
Author
Age
*
Merge branch 'nd/daemonize-gc'
Junio C Hamano
2014-03-05
|
\
|
*
gc: config option for running --auto in background
Nguyễn Thái Ngọc Duy
2014-02-10
*
|
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2014-02-27
|
\
\
|
*
|
pack-bitmap: implement optional name_hash cache
Vicent Marti
2013-12-30
|
*
|
repack: consider bitmaps when performing repacks
Vicent Marti
2013-12-30
|
*
|
repack: handle optional files created by pack-objects
Jeff King
2013-12-30
|
*
|
repack: turn exts array into array-of-struct
Jeff King
2013-12-30
|
*
|
repack: stop using magic number for ARRAY_SIZE(exts)
Jeff King
2013-12-30
|
*
|
pack-objects: implement bitmap writing
Vicent Marti
2013-12-30
|
*
|
rev-list: add bitmap mode to speed up object lists
Vicent Marti
2013-12-30
|
*
|
pack-objects: use bitmaps when packing objects
Vicent Marti
2013-12-30
|
*
|
pack-objects: split add_object_entry
Jeff King
2013-12-30
|
*
|
pack-objects: factor out name_hash
Vicent Marti
2013-10-24
|
*
|
pack-objects: refactor the packing list
Vicent Marti
2013-10-24
*
|
|
Merge branch 'dk/blame-janitorial'
Junio C Hamano
2014-02-27
|
\
\
\
|
*
|
|
builtin/blame.c::find_copy_in_blob: no need to scan for region end
David Kastrup
2014-02-25
|
*
|
|
blame.c: prepare_lines should not call xrealloc for every line
David Kastrup
2014-02-24
|
*
|
|
builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
David Kastrup
2014-02-24
|
*
|
|
builtin/blame.c: eliminate same_suspect()
David Kastrup
2014-02-24
|
*
|
|
builtin/blame.c: struct blame_entry does not need a prev link
David Kastrup
2014-01-22
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'bc/gpg-sign-everywhere'
Junio C Hamano
2014-02-27
|
\
\
\
|
*
|
|
cherry-pick, revert: add the --gpg-sign option
Nicolas Vigier
2014-01-27
*
|
|
|
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
2014-02-27
|
\
\
\
\
|
*
|
|
|
reset: support "--mixed --intent-to-add" mode
Nguyễn Thái Ngọc Duy
2014-02-05
|
|
/
/
/
*
|
|
|
Merge branch 'ep/varscope'
Junio C Hamano
2014-02-27
|
\
\
\
\
|
*
|
|
|
builtin/gc.c: reduce scope of variables
Elia Pinto
2014-01-31
|
*
|
|
|
builtin/fetch.c: reduce scope of variable
Elia Pinto
2014-01-31
|
*
|
|
|
builtin/commit.c: reduce scope of variables
Elia Pinto
2014-01-31
|
*
|
|
|
builtin/clean.c: reduce scope of variable
Elia Pinto
2014-01-31
|
*
|
|
|
builtin/blame.c: reduce scope of variables
Elia Pinto
2014-01-31
|
*
|
|
|
builtin/apply.c: reduce scope of variables
Elia Pinto
2014-01-31
*
|
|
|
|
Merge branch 'ds/rev-parse-required-args'
Junio C Hamano
2014-02-27
|
\
\
\
\
\
|
*
|
|
|
|
rev-parse: check i before using argv[i] against argc
David Sharp
2014-01-28
*
|
|
|
|
|
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
2014-02-27
|
\
\
\
\
\
\
|
*
|
|
|
|
|
clean: use cache_name_is_other()
Nguyễn Thái Ngọc Duy
2014-02-24
|
*
|
|
|
|
|
clean: replace match_pathspec() with dir_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
|
*
|
|
|
|
|
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
2014-02-24
|
*
|
|
|
|
|
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
2014-02-24
|
*
|
|
|
|
|
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
|
*
|
|
|
|
|
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
*
|
|
|
|
|
|
Merge branch 'kb/fast-hashmap'
Junio C Hamano
2014-02-27
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
read-cache.c: fix memory leaks caused by removed cache entries
Karsten Blees
2013-11-18
|
*
|
|
|
|
|
|
builtin/update-index.c: cleanup update_one
Karsten Blees
2013-11-18
|
*
|
|
|
|
|
|
fix 'git update-index --verbose --again' output
Karsten Blees
2013-11-18
|
*
|
|
|
|
|
|
buitin/describe.c: use new hash map implementation
Karsten Blees
2013-11-18
*
|
|
|
|
|
|
|
Merge branch 'nv/commit-gpgsign-config'
Junio C Hamano
2014-02-27
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
commit-tree: add and document --no-gpg-sign
Junio C Hamano
2014-02-24
|
*
|
|
|
|
|
|
|
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
2014-02-24
*
|
|
|
|
|
|
|
|
Merge branch 'tb/repack-fix-renames' (early part)
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
repack.c: rename and unlink pack file if it exists
Torsten Bögershausen
2014-02-05
[next]