index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-32
/
+0
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
1
-1
/
+2
2016-08-11
builtin/apply: move init_apply_state() to apply.c
Christian Couder
1
-91
/
+0
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
1
-4
/
+13
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
1
-12
/
+28
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
1
-97
/
+1
2016-08-11
apply: make some names more specific
Christian Couder
1
-10
/
+10
2016-08-11
gc: default aggressive depth to 50
Jeff King
1
-1
/
+1
2016-08-11
status: print branch info with --porcelain=v2 --branch
Jeff Hostetler
1
-0
/
+5
2016-08-11
status: collect per-file data for --porcelain=v2
Jeff Hostetler
1
-0
/
+3
2016-08-11
pack-objects: use mru list when iterating over packs
Jeff King
1
-3
/
+7
2016-08-11
pack-objects: break delta cycles before delta-search phase
Jeff King
1
-0
/
+84
2016-08-11
provide an initializer for "struct object_info"
Jeff King
1
-3
/
+2
2016-08-10
Merge branch 'sb/submodule-update-dot-branch'
Junio C Hamano
1
-2
/
+54
2016-08-10
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
5
-43
/
+31
2016-08-10
Merge branch 'js/commit-slab-decl-fix'
Junio C Hamano
1
-1
/
+0
2016-08-10
Merge branch 'jt/format-patch-from-config'
Junio C Hamano
1
-1
/
+12
2016-08-10
Merge branch 'jk/reset-ident-time-per-commit'
Junio C Hamano
1
-0
/
+2
2016-08-10
Merge branch 'rs/use-strbuf-addstr' into maint
Junio C Hamano
2
-2
/
+2
2016-08-10
Merge branch 'os/no-verify-skips-commit-msg-too' into maint
Junio C Hamano
1
-1
/
+1
2016-08-10
Merge branch 'rs/rm-strbuf-optim' into maint
Junio C Hamano
1
-2
/
+3
2016-08-10
Merge branch 'jk/parse-options-concat' into maint
Junio C Hamano
1
-9
/
+4
2016-08-09
submodule--helper: use parallel processor correctly
Stefan Beller
1
-2
/
+6
2016-08-09
config.c: avoid duplicated global static variables
Johannes Sixt
1
-1
/
+0
2016-08-08
Merge branch 'jk/parseopt-string-list'
Junio C Hamano
1
-1
/
+1
2016-08-08
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
2
-2
/
+2
2016-08-08
Merge branch 'jk/pack-objects-optim'
Junio C Hamano
1
-0
/
+40
2016-08-08
Merge branch 'va/i18n'
Junio C Hamano
1
-2
/
+3
2016-08-08
Merge branch 'jk/reflog-date'
Junio C Hamano
1
-0
/
+3
2016-08-08
Merge branch 'pb/commit-editmsg-path' into maint
Junio C Hamano
1
-7
/
+8
2016-08-08
Merge branch 'nd/pack-ofs-4gb-limit' into maint
Junio C Hamano
4
-21
/
+27
2016-08-08
Merge branch 'mh/blame-worktree' into maint
Junio C Hamano
1
-1
/
+9
2016-08-08
git mv: do not keep slash in `git mv dir non-existing-dir/`
Johannes Schindelin
1
-4
/
+7
2016-08-06
use strbuf_add_unique_abbrev() for adding short hashes
René Scharfe
1
-2
/
+1
2016-08-05
status: support --porcelain[=<version>]
Jeff Hostetler
1
-3
/
+18
2016-08-05
status: cleanup API to wt_status_print
Jeff Hostetler
1
-42
/
+9
[prev]
[next]