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
2017-06-13
Merge branch 'jc/diff-tree-stale-comment'
Junio C Hamano
1
-3
/
+5
2017-06-13
Merge branch 'sb/submodule-blanket-recursive'
Junio C Hamano
6
-78
/
+38
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
2
-2
/
+2
2017-06-05
Merge branch 'tb/pull-ff-rebase-autostash'
Junio C Hamano
1
-11
/
+14
2017-06-05
Merge branch 'js/blame-lib'
Junio C Hamano
2
-2048
/
+65
2017-06-05
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
2
-3
/
+3
2017-06-05
Merge branch 'mb/diff-default-to-indent-heuristics'
Junio C Hamano
3
-3
/
+3
2017-06-04
Merge branch 'ab/c-translators-comment-style'
Junio C Hamano
3
-10
/
+18
2017-06-04
Merge branch 'jk/unbreak-am-h'
Junio C Hamano
1
-0
/
+3
2017-06-02
Merge branch 'ab/grep-preparatory-cleanup'
Junio C Hamano
2
-5
/
+22
2017-06-02
Merge branch 'jk/diff-blob'
Junio C Hamano
4
-36
/
+42
2017-06-02
Merge branch 'sl/clean-d-ignored-fix'
Junio C Hamano
1
-0
/
+42
2017-06-02
diff-tree: update stale in-code comments
Junio C Hamano
1
-3
/
+5
2017-06-01
pull: ff --rebase --autostash works in dirty repo
Tyler Brazier
1
-11
/
+14
2017-06-01
builtin/fetch.c: respect 'submodule.recurse' option
Stefan Beller
1
-0
/
+7
2017-06-01
builtin/push.c: respect 'submodule.recurse' option
Stefan Beller
1
-0
/
+4
2017-06-01
builtin/grep.c: respect 'submodule.recurse' option
Stefan Beller
1
-0
/
+3
2017-06-01
Introduce 'submodule.recurse' option for worktree manipulators
Stefan Beller
3
-3
/
+19
2017-05-31
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
3
-10
/
+18
2017-05-30
am: handle "-h" argument earlier
Jeff King
1
-0
/
+3
2017-05-30
reset/checkout/read-tree: unify config callback for submodule recursion
Stefan Beller
3
-76
/
+6
2017-05-30
submodule recursing: do not write a config variable twice
Stefan Beller
3
-3
/
+3
2017-05-30
Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursive
Junio C Hamano
2
-5
/
+22
2017-05-30
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-1
/
+1
2017-05-30
Merge branch 'bw/pathspec-sans-the-index'
Junio C Hamano
6
-17
/
+39
2017-05-30
Merge branch 'jc/name-rev-lw-tag'
Junio C Hamano
1
-7
/
+52
2017-05-30
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
2
-2
/
+2
2017-05-29
Merge branch 'bm/interpret-trailers-cut-line-is-eom'
Junio C Hamano
1
-1
/
+1
2017-05-29
Merge branch 'ja/do-not-ask-needless-questions'
Junio C Hamano
3
-7
/
+8
2017-05-29
Merge branch 'jk/bug-to-abort'
Junio C Hamano
1
-0
/
+3
2017-05-29
Merge branch 'jc/read-tree-empty-with-m'
Junio C Hamano
1
-1
/
+1
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
11
-35
/
+69
2017-05-29
Merge branch 'jk/disable-pack-reuse-when-broken'
Junio C Hamano
1
-1
/
+5
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
38
-311
/
+331
2017-05-29
Merge branch 'jc/repack-threads'
Junio C Hamano
1
-0
/
+5
2017-05-29
Merge branch 'bw/dir-c-stops-relying-on-the-index'
Junio C Hamano
5
-9
/
+11
2017-05-29
Merge branch 'sb/reset-recurse-submodules'
Junio C Hamano
1
-0
/
+30
2017-05-26
grep: assert that threading is enabled when calling grep_{lock,unlock}
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2017-05-26
grep: given --threads with NO_PTHREADS=YesPlease, warn
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2017-05-26
pack-objects: fix buggy warning about threads
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2017-05-26
grep: catch a missing enum in switch statement
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-05-25
blame: move entry prepend to libgit
Jeff Smith
1
-14
/
+0
2017-05-25
blame: move scoreboard setup to libgit
Jeff Smith
1
-276
/
+0
2017-05-25
blame: move scoreboard-related methods to libgit
Jeff Smith
1
-1318
/
+0
2017-05-25
blame: move fake-commit-related methods to libgit
Jeff Smith
1
-197
/
+0
2017-05-25
blame: move origin-related methods to libgit
Jeff Smith
1
-72
/
+0
2017-05-25
blame: move core structures to header
Jeff Smith
1
-133
/
+1
2017-05-25
blame: create entry prepend function
Jeff Smith
1
-10
/
+15
2017-05-25
blame: create scoreboard setup function
Jeff Smith
1
-89
/
+101
2017-05-25
blame: create scoreboard init function
Jeff Smith
1
-3
/
+8
[next]