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-06-01
builtin/apply: move 'apply_verbosely' global into 'struct apply_state'
Christian Couder
1
-13
/
+13
2016-06-01
builtin/apply: move 'apply_with_reject' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'
Christian Couder
1
-19
/
+31
2016-06-01
builtin/apply: move 'check_index' global into 'struct apply_state'
Christian Couder
1
-29
/
+37
2016-06-01
builtin/apply: move 'check' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
Christian Couder
1
-18
/
+25
2016-06-01
builtin/apply: move 'state' init into init_apply_state()
Christian Couder
1
-10
/
+22
2016-05-12
builtin/apply: introduce 'struct apply_state' to start libifying
Christian Couder
1
-38
/
+56
2016-05-12
builtin/apply: move 'read_stdin' global into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: move 'options' variable into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
Christian Couder
1
-55
/
+71
2016-05-12
builtin/apply: avoid local variable shadowing 'len' parameter
Christian Couder
1
-10
/
+10
2016-05-12
builtin/apply: avoid parameter shadowing 'linenr' global
Christian Couder
1
-24
/
+24
2016-05-12
builtin/apply: avoid parameter shadowing 'p_value' global
Christian Couder
1
-17
/
+17
2016-05-12
builtin/apply: make gitdiff_verify_name() return void
Christian Couder
1
-13
/
+13
2016-05-10
Merge branch 'ew/doc-split-pack-disables-bitmap'
Junio C Hamano
1
-1
/
+8
2016-05-06
Merge branch 'bc/object-id'
Junio C Hamano
4
-16
/
+16
2016-05-06
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
1
-0
/
+7
2016-05-03
Merge branch 'js/name-rev-use-oldest-ref'
Junio C Hamano
1
-6
/
+13
2016-04-29
Merge branch 'st/verify-tag'
Junio C Hamano
2
-61
/
+8
2016-04-29
Merge branch 'jc/merge-refuse-new-root'
Junio C Hamano
1
-0
/
+6
2016-04-29
Merge branch 'js/replace-edit-use-editor-configuration'
Junio C Hamano
1
-0
/
+1
2016-04-29
Merge branch 'sb/mv-submodule-fix'
Junio C Hamano
1
-9
/
+12
2016-04-28
pack-objects: warn on split packs disabling bitmaps
Eric Wong
1
-1
/
+8
2016-04-26
clone: add `--shallow-submodules` flag
Stefan Beller
1
-0
/
+7
2016-04-25
Merge branch 'en/merge-trivial-fix'
Junio C Hamano
1
-0
/
+8
2016-04-25
Merge branch 'dt/pre-refs-backend'
Junio C Hamano
4
-7
/
+5
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
4
-16
/
+16
2016-04-22
Merge branch 'ad/commit-have-m-option'
Junio C Hamano
1
-3
/
+3
2016-04-22
Merge branch 'sb/submodule-helper-clone-regression-fix'
Junio C Hamano
1
-24
/
+16
2016-04-22
tag -v: verify directly rather than exec-ing verify-tag
Santiago Torres
1
-7
/
+1
2016-04-22
verify-tag: move tag verification code to tag.c
Santiago Torres
1
-54
/
+1
2016-04-22
verify-tag: prepare verify_tag for libification
Santiago Torres
1
-9
/
+17
2016-04-22
name-rev: include taggerdate in considering the best name
Johannes Schindelin
1
-6
/
+13
2016-04-21
pull: pass --allow-unrelated-histories to "git merge"
Junio C Hamano
1
-0
/
+6
2016-04-20
replace --edit: respect core.editor
Johannes Schindelin
1
-0
/
+1
2016-04-19
verify-tag: update variable name and type
Santiago Torres
1
-5
/
+6
2016-04-19
mv: allow moving nested submodules
Stefan Beller
1
-9
/
+12
2016-04-18
Merge branch 'jk/branch-shortening-funny-symrefs'
Junio C Hamano
1
-7
/
+12
2016-04-18
Merge branch 'ky/branch-m-worktree'
Junio C Hamano
1
-2
/
+1
2016-04-14
Merge branch 'jv/merge-nothing-into-void' into maint
Junio C Hamano
1
-5
/
+5
2016-04-14
Merge branch 'ss/commit-squash-msg' into maint
Junio C Hamano
1
-1
/
+10
2016-04-14
Merge branch 'jk/startup-info' into maint
Junio C Hamano
2
-2
/
+5
2016-04-14
Merge branch 'gf/fetch-pack-direct-object-fetch' into maint
Junio C Hamano
1
-3
/
+13
2016-04-14
Merge branch 'jk/rev-parse-local-env-vars' into maint
Junio C Hamano
1
-18
/
+32
2016-04-14
Merge branch 'jk/config-get-urlmatch' into maint
Junio C Hamano
1
-1
/
+4
2016-04-14
Merge branch 'jc/index-pack' into maint
Junio C Hamano
1
-18
/
+17
2016-04-13
Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf'
Junio C Hamano
1
-0
/
+1
2016-04-13
Merge branch 'lt/pretty-expand-tabs'
Junio C Hamano
1
-0
/
+1
2016-04-13
Merge branch 'mj/pull-rebase-autostash'
Junio C Hamano
1
-3
/
+27
[next]