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 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
2016-07-28
Merge branch 'nd/worktree-lock'
Junio C Hamano
6
-7
/
+260
2016-07-28
Merge branch 'rs/notes-merge-no-toctou'
Junio C Hamano
1
-5
/
+1
2016-07-28
Merge branch 'js/rebase-i-tests'
Junio C Hamano
2
-0
/
+41
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-25
Merge branch 'rs/use-strbuf-addbuf'
Junio C Hamano
5
-8
/
+11
2016-07-25
Merge branch 'ew/autoconf-pthread'
Junio C Hamano
1
-0
/
+5
2016-07-25
Merge branch 'mh/blame-worktree'
Junio C Hamano
2
-18
/
+71
[next]