index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
Sync with maint
Junio C Hamano
1
-0
/
+58
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
Merge branch 'master' of git://git.bogomips.org/git-svn
Junio C Hamano
3
-2
/
+24
2016-07-28
Some fixes for 2.9.3
Junio C Hamano
2
-1
/
+59
2016-07-28
Merge branch 'ak/lazy-prereq-mktemp' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'nd/icase' into maint
Junio C Hamano
11
-21
/
+291
2016-07-28
Merge branch 'sb/submodule-parallel-fetch' into maint
Junio C Hamano
1
-16
/
+27
2016-07-28
Merge branch 'dk/blame-move-no-reason-for-1-line-context' into maint
Junio C Hamano
1
-4
/
+3
2016-07-28
Merge branch 'jk/test-match-signal' into maint
Junio C Hamano
3
-11
/
+26
2016-07-28
Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' into maint
Junio C Hamano
1
-8
/
+8
2016-07-28
Merge branch 'js/t3404-grammo-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'nd/doc-new-command' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'ew/gc-auto-pack-limit-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'js/color-on-windows-comment' into maint
Junio C Hamano
1
-5
/
+0
2016-07-28
Merge branch 'mm/doc-tt' into maint
Junio C Hamano
62
-227
/
+228
2016-07-28
Merge branch 'js/sign-empty-commit-fix' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'ps/rebase-i-auto-unstash-upon-abort' into maint
Junio C Hamano
2
-0
/
+32
2016-07-28
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
2
-3
/
+61
2016-07-28
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
7
-15
/
+31
2016-07-28
Merge branch 'dg/subtree-rebase-test' into maint
Junio C Hamano
1
-0
/
+119
2016-07-28
Merge branch 'sb/submodule-deinit-all'
Junio C Hamano
1
-2
/
+0
2016-07-28
Merge branch 'ew/find-perl-on-freebsd-in-local'
Junio C Hamano
1
-0
/
+1
2016-07-28
Merge branch 'ew/daemon-socket-keepalive'
Junio C Hamano
2
-3
/
+8
2016-07-28
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
9
-29
/
+54
[next]