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
*
builtin/apply: make parse_traditional_patch() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make apply_all_patches() return 128 or 1 on error
Christian Couder
2016-08-11
*
builtin/apply: move check_apply_state() to apply.c
Christian Couder
2016-08-11
*
builtin/apply: make check_apply_state() return -1 instead of die()ing
Christian Couder
2016-08-11
*
apply: make init_apply_state() return -1 instead of exit()ing
Christian Couder
2016-08-11
*
builtin/apply: move init_apply_state() to apply.c
Christian Couder
2016-08-11
*
builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...
Christian Couder
2016-08-11
*
builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
Christian Couder
2016-08-11
*
builtin/apply: make parse_single_patch() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make parse_chunk() return a negative integer on error
Christian Couder
2016-08-11
*
builtin/apply: make find_header() return -128 instead of die()ing
Christian Couder
2016-08-11
*
builtin/apply: read_patch_file() return -1 instead of die()ing
Christian Couder
2016-08-11
*
builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
Christian Couder
2016-08-11
*
apply: move 'struct apply_state' to apply.h
Christian Couder
2016-08-11
*
apply: make some names more specific
Christian Couder
2016-08-11
*
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
2016-07-28
|
\
|
*
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
pack-objects: do not truncate result in-pack object size on 32-bit systems
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
index-pack: correct "offset" type in unpack_entry_data()
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
index-pack: report correct bad object offsets even if they are large
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
index-pack: correct "len" type in unpack_data()
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
sha1_file.c: use type off_t* for object_info->disk_sizep
Nguyễn Thái Ngọc Duy
2016-07-13
|
*
pack-objects: pass length to check_pack_crc() without truncation
Nguyễn Thái Ngọc Duy
2016-07-12
*
|
Merge branch 'nd/worktree-lock'
Junio C Hamano
2016-07-28
|
\
\
|
*
|
worktree: add "unlock" command
Nguyễn Thái Ngọc Duy
2016-07-08
|
*
|
worktree: add "lock" command
Nguyễn Thái Ngọc Duy
2016-07-08
*
|
|
Merge branch 'mh/blame-worktree'
Junio C Hamano
2016-07-25
|
\
\
\
|
*
|
|
blame: allow to blame paths freshly added to the index
Mike Hommey
2016-07-18
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/fsck-name-object'
Junio C Hamano
2016-07-25
|
\
\
\
|
*
|
|
fsck: optionally show more helpful info for broken links
Johannes Schindelin
2016-07-18
|
*
|
|
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
2016-07-18
|
*
|
|
fsck: refactor how to describe objects
Johannes Schindelin
2016-07-18
*
|
|
|
Merge branch 'rs/rm-strbuf-optim'
Junio C Hamano
2016-07-25
|
\
\
\
\
|
*
|
|
|
rm: reuse strbuf for all remove_dir_recursively() calls
René Scharfe
2016-07-12
*
|
|
|
|
Merge branch 'mh/ref-iterators'
Junio C Hamano
2016-07-25
|
\
\
\
\
\
|
*
|
|
|
|
remote rm: handle symbolic refs correctly
Michael Haggerty
2016-06-20
|
*
|
|
|
|
delete_refs(): add a flags argument
Michael Haggerty
2016-06-20
*
|
|
|
|
|
Merge branch 'mh/split-under-lock'
Junio C Hamano
2016-07-25
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
delete_branches(): use resolve_refdup()
Michael Haggerty
2016-06-13
*
|
|
|
|
|
Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'
Junio C Hamano
2016-07-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
am: counteract gender bias
Johannes Schindelin
2016-07-08
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'jk/write-file'
Junio C Hamano
2016-07-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
branch: use write_file_buf instead of write_file
Jeff King
2016-07-08
|
*
|
|
|
|
|
use write_file_buf where applicable
Jeff King
2016-07-08
|
*
|
|
|
|
|
branch: use non-gentle write_file for branch description
Jeff King
2016-07-08
|
*
|
|
|
|
|
am: ignore return value of write_file()
René Scharfe
2016-07-08
|
*
|
|
|
|
|
config: fix bogus fd check when setting up default config
Jeff King
2016-07-08
*
|
|
|
|
|
|
Merge branch 'jk/printf-format'
Junio C Hamano
2016-07-19
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
avoid using sha1_to_hex output as printf format
Jeff King
2016-07-08
*
|
|
|
|
|
|
|
Merge branch 'nd/fetch-ref-summary'
Junio C Hamano
2016-07-19
|
\
\
\
\
\
\
\
\
[next]