index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3402-rebase-merge.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-07
apply: rename and move opt constants to apply.h
Christian Couder
2
-7
/
+11
2016-09-07
builtin/apply: rename option parsing functions
Christian Couder
1
-20
/
+20
2016-09-07
builtin/apply: make create_one_file() return -1 on error
Christian Couder
1
-15
/
+21
2016-09-07
builtin/apply: make try_create_file() return -1 on error
Christian Couder
1
-11
/
+33
2016-08-11
builtin/apply: make write_out_results() return -1 on error
Christian Couder
1
-6
/
+21
2016-08-11
builtin/apply: make write_out_one_result() return -1 on error
Christian Couder
1
-22
/
+16
2016-08-11
builtin/apply: make create_file() return -1 on error
Christian Couder
1
-12
/
+13
2016-08-11
builtin/apply: make add_index_file() return -1 on error
Christian Couder
1
-17
/
+31
2016-08-11
builtin/apply: make add_conflicted_stages_file() return -1 on error
Christian Couder
1
-7
/
+13
2016-08-11
builtin/apply: make remove_file() return -1 on error
Christian Couder
1
-6
/
+11
2016-08-11
builtin/apply: make build_fake_ancestor() return -1 on error
Christian Couder
1
-15
/
+26
2016-08-11
builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
Christian Couder
1
-11
/
+21
2016-08-11
builtin/apply: make gitdiff_*() return -1 on error
Christian Couder
1
-19
/
+21
2016-08-11
builtin/apply: make gitdiff_*() return 1 at end of header
Christian Couder
1
-3
/
+9
2016-08-11
builtin/apply: make parse_traditional_patch() return -1 on error
Christian Couder
1
-6
/
+9
2016-08-11
builtin/apply: make apply_all_patches() return 128 or 1 on error
Christian Couder
1
-11
/
+26
2016-08-11
builtin/apply: move check_apply_state() to apply.c
Christian Couder
3
-32
/
+33
2016-08-11
builtin/apply: make check_apply_state() return -1 instead of die()ing
Christian Couder
1
-8
/
+11
2016-08-11
apply: make init_apply_state() return -1 instead of exit()ing
Christian Couder
3
-9
/
+11
2016-08-11
builtin/apply: move init_apply_state() to apply.c
Christian Couder
4
-91
/
+105
2016-08-11
builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...
Christian Couder
1
-7
/
+7
2016-08-11
builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
Christian Couder
1
-11
/
+12
2016-08-11
builtin/apply: make parse_single_patch() return -1 on error
Christian Couder
2
-6
/
+15
2016-08-11
builtin/apply: make parse_chunk() return a negative integer on error
Christian Couder
1
-8
/
+14
2016-08-11
builtin/apply: make find_header() return -128 instead of die()ing
Christian Couder
2
-13
/
+29
2016-08-11
builtin/apply: read_patch_file() return -1 instead of die()ing
Christian Couder
1
-3
/
+5
2016-08-11
builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
Christian Couder
1
-15
/
+45
2016-08-11
apply: move 'struct apply_state' to apply.h
Christian Couder
2
-97
/
+101
2016-08-11
apply: make some names more specific
Christian Couder
1
-10
/
+10
2016-07-28
Eighth batch of topics for 2.10
Junio C Hamano
1
-19
/
+34
2016-07-28
t9100: portability fix
Junio C Hamano
1
-2
/
+4
2016-07-28
Some fixes for 2.9.3
Junio C Hamano
2
-1
/
+59
2016-07-26
submodule deinit: remove outdated comment
Stefan Beller
1
-2
/
+0
2016-07-26
config.mak.uname: correct perl path on FreeBSD
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2016-07-25
Seventh batch of topics for 2.10
Junio C Hamano
1
-0
/
+69
2016-07-22
git-svn: allow --version to work anywhere
Eric Wong
2
-2
/
+21
2016-07-22
Windows: add missing definition of ENOTSOCK
Johannes Sixt
1
-0
/
+3
2016-07-22
strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()
René Scharfe
2
-5
/
+8
2016-07-21
t5541: fix url scrubbing test when GPG is not set
Jeff King
1
-2
/
+4
2016-07-19
Sixth batch of topics for 2.10
Junio C Hamano
1
-0
/
+70
2016-07-19
use strbuf_addbuf() for appending a strbuf to another
René Scharfe
3
-3
/
+3
2016-07-19
git-svn: document svn.authorsProg in config
Eric Wong
1
-0
/
+3
2016-07-19
fsck: optionally show more helpful info for broken links
Johannes Schindelin
4
-9
/
+85
2016-07-18
t/t8003-blame-corner-cases.sh: Use here documents
Mike Hommey
1
-17
/
+17
2016-07-18
blame: allow to blame paths freshly added to the index
Mike Hommey
2
-1
/
+54
2016-07-18
cache-tree: do not generate empty trees as a result of all i-t-a subentries
Nguyễn Thái Ngọc Duy
2
-1
/
+23
2016-07-18
cache-tree.c: fix i-t-a entry skipping directory updates sometimes
Nguyễn Thái Ngọc Duy
2
-2
/
+19
2016-07-18
test-lib.sh: introduce and use $EMPTY_BLOB
Nguyễn Thái Ngọc Duy
8
-38
/
+35
2016-07-18
test-lib.sh: introduce and use $EMPTY_TREE
Nguyễn Thái Ngọc Duy
6
-13
/
+11
2016-07-18
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
3
-5
/
+9
[next]