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-02
notes: make get_note return pointer to struct object_id
brian m. carlson
1
-11
/
+11
2017-06-02
notes: convert for_each_note to struct object_id
brian m. carlson
1
-3
/
+3
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
submodule--helper: show usage for "-h"
Jeff King
1
-3
/
+2
2017-05-30
remote-{ext,fd}: print usage message on invalid arguments
Jeff King
2
-2
/
+8
2017-05-30
upload-archive: handle "-h" option early
Jeff King
1
-1
/
+4
2017-05-30
credential: handle invalid arguments earlier
Jeff King
1
-2
/
+2
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: skip pthreads overhead when using one thread
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-05-26
grep: don't redundantly compile throwaway patterns under threading
Ævar Arnfjörð Bjarmason
1
-3
/
+11
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-26
log: fix memory leak in open_next_file()
Nguyễn Thái Ngọc Duy
1
-4
/
+8
2017-05-26
print errno when reporting a system call error
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-05-26
clone: use xfopen() instead of fopen()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-05-26
use xfopen() in more places
Nguyễn Thái Ngọc Duy
6
-20
/
+7
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
[prev]
[next]