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
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
21
-3
/
+92
2018-11-06
cat-file: report an error on multiple --batch options
Jeff King
1
-1
/
+1
2018-11-06
tag: mark "--message" option with NONEG
Jeff King
1
-2
/
+2
2018-11-06
show-branch: mark --reflog option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
format-patch: mark "--no-numbered" option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
status: mark --find-renames option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
cat-file: mark batch options with NONEG
Jeff King
1
-2
/
+4
2018-11-06
pack-objects: mark index-version option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
ls-files: mark exclude options as NONEG
Jeff King
1
-3
/
+4
2018-11-06
am: handle --no-patch-format option
Jeff King
1
-1
/
+3
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
3
-3
/
+3
2018-11-05
pack-objects: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-24
/
+2
2018-11-05
grep: clean up num_threads handling
Nguyễn Thái Ngọc Duy
1
-31
/
+27
2018-11-05
grep: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-37
/
+22
2018-11-05
index-pack: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-49
/
+14
2018-11-03
add: speed up cmd_add() by utilizing read_cache_preload()
Ben Peart
1
-5
/
+4
2018-11-02
xdiff: provide a separate emit callback for hunks
Jeff King
2
-2
/
+4
2018-11-02
rebase: apply cocci patch
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-autostash-fix'
Junio C Hamano
1
-3
/
+5
2018-11-02
Merge branch 'jc/rebase-in-c-5-test-typofix'
Junio C Hamano
1
-3
/
+3
2018-11-02
Merge branch 'pk/rebase-in-c-6-final'
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-in-c-5.5-work-with-rebase-i-in-c'
Junio C Hamano
1
-4
/
+83
2018-11-02
Merge branch 'pk/rebase-in-c-5-test'
Junio C Hamano
1
-15
/
+135
2018-11-02
Merge branch 'pk/rebase-in-c-4-opts'
Junio C Hamano
2
-85
/
+446
2018-11-02
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
1
-4
/
+189
2018-11-02
Merge branch 'pk/rebase-in-c-2-basic'
Junio C Hamano
1
-13
/
+321
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
2
-88
/
+271
2018-11-02
Merge branch 'pk/rebase-in-c'
Junio C Hamano
1
-0
/
+421
2018-11-01
fetch: replace string-list used as a look-up table with a hashmap
Junio C Hamano
1
-46
/
+100
2018-11-01
rev-parse: clear --exclude list after 'git rev-parse --all'
Andreas Gruenbacher
1
-0
/
+1
2018-11-01
add read_author_script() to libgit
Phillip Wood
1
-84
/
+2
2018-11-01
am: rename read_author_script()
Phillip Wood
1
-2
/
+2
2018-11-01
am: improve author-script error reporting
Phillip Wood
1
-10
/
+39
2018-11-01
am: don't die in read_author_script()
Phillip Wood
1
-1
/
+2
2018-10-31
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
2
-4
/
+19
2018-10-31
ls-remote: pass heads/tags prefixes to transport
Jeff King
1
-0
/
+5
2018-10-31
ls-remote: do not send ref prefixes for patterns
Jeff King
1
-8
/
+0
2018-10-31
Adjust for 2.19.x series
Junio C Hamano
1
-4
/
+12
2018-10-31
cat-file: handle streaming failures consistently
Jeff King
1
-4
/
+12
2018-10-31
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
1
-5
/
+5
2018-10-30
Merge branch 'jc/receive-deny-current-branch-fix'
Junio C Hamano
1
-3
/
+9
2018-10-30
Merge branch 'ot/ref-filter-plug-leaks'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'sb/submodule-helper-remove-cruft'
Junio C Hamano
1
-2
/
+0
2018-10-30
Merge branch 'js/pack-objects-mutex-init-fix'
Junio C Hamano
1
-1
/
+0
2018-10-30
Merge branch 'tq/branch-style-fix'
Junio C Hamano
1
-2
/
+1
2018-10-30
Merge branch 'tq/branch-create-wo-branch-get'
Junio C Hamano
1
-5
/
+0
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
3
-13
/
+15
2018-10-30
Merge branch 'md/filter-trees'
Junio C Hamano
1
-4
/
+7
2018-10-29
Merge branches 'bp/reset-quiet' and 'js/mingw-http-ssl' into nd/config-split
Junio C Hamano
1
-1
/
+14
2018-10-26
Merge branch 'rv/alias-help'
Junio C Hamano
1
-3
/
+31
[prev]
[next]