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-14
blame, line-log: do not loop around deref_tag()
Junio C Hamano
1
-4
/
+2
2016-06-14
builtin/fetch.c: don't free remote->name after fetch
Keith McGuigan
1
-4
/
+2
2016-06-13
use string_list initializer consistently
Jeff King
5
-10
/
+10
2016-06-13
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
Junio C Hamano
3
-10
/
+10
2016-06-13
blame,shortlog: don't make local option variables static
Jeff King
2
-9
/
+9
2016-06-13
interpret-trailers: don't duplicate option strings
Jeff King
1
-1
/
+1
2016-06-13
submodule--helper: initial clone learns retry logic
Stefan Beller
1
-7
/
+59
2016-06-13
delete_branches(): use resolve_refdup()
Michael Haggerty
1
-8
/
+11
2016-06-09
builtin/commit.c: memoize git-path for COMMIT_EDITMSG
Pranit Bauva
1
-7
/
+8
2016-06-07
add: add --chmod=+x / --chmod=-x options
Edward Thomson
3
-11
/
+26
2016-06-06
Merge branch 'ar/diff-args-osx-precompose' into maint
Junio C Hamano
4
-0
/
+5
2016-06-06
Merge branch 'sb/submodule-helper-relative-path'
Junio C Hamano
1
-0
/
+12
2016-06-06
Merge branch 'sb/submodule-helper-list-signal-unmatch-via-exit-status'
Junio C Hamano
1
-3
/
+1
2016-06-06
builtin/apply: remove misleading comment on lock_file field
Junio C Hamano
1
-4
/
+1
2016-06-06
am: support --patch-format=mboxrd
Eric Wong
1
-3
/
+11
2016-06-06
mailsplit: support unescaping mboxrd messages
Eric Wong
1
-0
/
+18
2016-06-06
pretty: support "mboxrd" output format
Eric Wong
1
-1
/
+1
2016-06-06
receive-pack: send auto-gc output over sideband 2
Lukas Fleischer
1
-2
/
+13
2016-06-03
Merge branch 'rs/apply-name-terminate'
Junio C Hamano
1
-2
/
+2
2016-06-03
Merge branch 'rs/patch-id-use-skip-prefix'
Junio C Hamano
1
-13
/
+10
2016-06-03
builtin/apply: move 'newfd' global into 'struct apply_state'
Christian Couder
1
-4
/
+5
2016-06-03
builtin/apply: add 'lock_file' pointer into 'struct apply_state'
Christian Couder
1
-4
/
+15
2016-06-03
rev-list: disable bitmaps when "-n" is used with listing objects
Jeff King
1
-1
/
+2
2016-06-03
rev-list: "adjust" results of "--count --use-bitmap-index -n"
Jeff King
1
-0
/
+3
2016-06-02
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
3
-5
/
+5
2016-06-01
submodule: remove bashism from shell script
Stefan Beller
1
-0
/
+12
2016-06-01
submodule--helper: offer a consistent API
Stefan Beller
1
-3
/
+1
2016-06-01
builtin/apply: move applying patches into apply_all_patches()
Christian Couder
1
-58
/
+71
2016-06-01
builtin/apply: move 'state' check into check_apply_state()
Christian Couder
1
-23
/
+29
2016-06-01
builtin/apply: move 'symlink_changes' global into 'struct apply_state'
Christian Couder
1
-22
/
+28
2016-06-01
builtin/apply: move 'fn_table' global into 'struct apply_state'
Christian Couder
1
-22
/
+25
2016-06-01
builtin/apply: move 'state_linenr' global into 'struct apply_state'
Christian Couder
1
-35
/
+36
2016-06-01
builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'
Christian Couder
1
-24
/
+25
2016-06-01
builtin/apply: move 'ws_ignore_action' into 'struct apply_state'
Christian Couder
1
-17
/
+20
2016-06-01
builtin/apply: move 'ws_error_action' into 'struct apply_state'
Christian Couder
1
-28
/
+33
2016-06-01
builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'
Christian Couder
1
-5
/
+5
2016-06-01
builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
Christian Couder
1
-11
/
+11
2016-06-01
builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'whitespace_option' into 'struct apply_state'
Christian Couder
1
-7
/
+6
2016-06-01
builtin/apply: move 'whitespace_error' global into 'struct apply_state'
Christian Couder
1
-13
/
+15
2016-06-01
builtin/apply: move 'root' global into 'struct apply_state'
Christian Couder
1
-33
/
+49
2016-06-01
builtin/apply: move 'p_value_known' global into 'struct apply_state'
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'p_value' global into 'struct apply_state'
Christian Couder
1
-52
/
+99
2016-06-01
builtin/apply: move 'has_include' global into 'struct apply_state'
Christian Couder
1
-3
/
+3
2016-06-01
builtin/apply: move 'limit_by_name' global into 'struct apply_state'
Christian Couder
1
-10
/
+16
2016-06-01
builtin/apply: move 'patch_input_file' global into 'struct apply_state'
Christian Couder
1
-10
/
+17
2016-06-01
builtin/apply: move 'apply' global into 'struct apply_state'
Christian Couder
1
-14
/
+17
2016-06-01
builtin/apply: move 'p_context' global into 'struct apply_state'
Christian Couder
1
-3
/
+4
2016-06-01
builtin/apply: move 'fake_ancestor' global into 'struct apply_state'
Christian Couder
1
-8
/
+5
2016-06-01
builtin/apply: move 'line_termination' global into 'struct apply_state'
Christian Couder
1
-5
/
+9
[prev]
[next]