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-07-26
prepare the builtins for a libified merge_recursive()
Johannes Schindelin
2
-1
/
+5
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
2
-2
/
+3
2016-07-25
Merge branch 'mh/blame-worktree'
Junio C Hamano
1
-1
/
+9
2016-07-25
Merge branch 'js/fsck-name-object'
Junio C Hamano
1
-18
/
+62
2016-07-25
Merge branch 'rs/rm-strbuf-optim'
Junio C Hamano
1
-2
/
+3
2016-07-25
Merge branch 'mh/ref-iterators'
Junio C Hamano
2
-7
/
+3
2016-07-25
Merge branch 'mh/split-under-lock'
Junio C Hamano
1
-8
/
+11
2016-07-19
Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'
Junio C Hamano
1
-8
/
+8
2016-07-19
Merge branch 'jk/write-file'
Junio C Hamano
4
-60
/
+17
2016-07-19
Merge branch 'jk/printf-format'
Junio C Hamano
1
-1
/
+1
2016-07-19
Merge branch 'nd/fetch-ref-summary'
Junio C Hamano
1
-40
/
+157
2016-07-19
Merge branch 'bc/cocci'
Junio C Hamano
6
-30
/
+29
2016-07-19
Merge branch 'js/log-to-diffopt-file'
Junio C Hamano
2
-44
/
+58
2016-07-19
Merge branch 'dk/blame-move-no-reason-for-1-line-context'
Junio C Hamano
1
-4
/
+3
2016-07-18
fsck: optionally show more helpful info for broken links
Johannes Schindelin
1
-4
/
+38
2016-07-18
blame: allow to blame paths freshly added to the index
Mike Hommey
1
-1
/
+9
2016-07-18
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
1
-1
/
+2
2016-07-18
fsck: refactor how to describe objects
Johannes Schindelin
1
-14
/
+23
2016-07-13
Merge branch 'nd/ita-cleanup'
Junio C Hamano
1
-2
/
+2
2016-07-13
Merge branch 'ew/gc-auto-pack-limit-fix'
Junio C Hamano
1
-1
/
+1
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
9
-46
/
+48
2016-07-12
rm: reuse strbuf for all remove_dir_recursively() calls
René Scharfe
1
-2
/
+3
2016-07-11
Merge branch 'mj/log-show-signature-conf'
Junio C Hamano
1
-0
/
+6
2016-07-11
Merge branch 'js/find-commit-subject-ignore-leading-blanks'
Junio C Hamano
2
-2
/
+2
2016-07-11
Merge branch 'sb/submodule-clone-retry'
Junio C Hamano
1
-7
/
+59
2016-07-08
am: counteract gender bias
Johannes Schindelin
1
-8
/
+8
2016-07-08
avoid using sha1_to_hex output as printf format
Jeff King
1
-1
/
+1
2016-07-08
branch: use write_file_buf instead of write_file
Jeff King
1
-1
/
+1
2016-07-08
use write_file_buf where applicable
Jeff King
2
-46
/
+6
2016-07-08
branch: use non-gentle write_file for branch description
Jeff King
1
-4
/
+1
2016-07-08
am: ignore return value of write_file()
René Scharfe
1
-9
/
+9
2016-07-08
config: fix bogus fd check when setting up default config
Jeff King
1
-1
/
+1
2016-07-06
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
1
-3
/
+2
2016-07-06
Merge branch 'jk/repack-keep-unreachable'
Junio C Hamano
2
-0
/
+41
2016-07-06
Merge branch 'ew/mboxrd-format-am'
Junio C Hamano
3
-4
/
+30
2016-07-06
Merge branch 'nd/worktree-cleanup-post-head-protection'
Junio C Hamano
1
-4
/
+6
2016-07-06
Merge branch 'km/fetch-do-not-free-remote-name'
Junio C Hamano
1
-4
/
+2
2016-07-06
Merge branch 'jk/string-list-static-init'
Junio C Hamano
7
-17
/
+20
2016-07-06
Merge branch 'pb/commit-editmsg-path'
Junio C Hamano
1
-7
/
+8
2016-07-06
fetch: reduce duplicate in ref update status lines with placeholder
Nguyễn Thái Ngọc Duy
1
-1
/
+76
2016-07-06
fetch: align all "remote -> local" output
Nguyễn Thái Ngọc Duy
1
-2
/
+45
2016-07-01
grep: fix grepping for "intent to add" files
Charles Bailey
1
-2
/
+2
2016-06-29
reset --hard: skip blank lines when reporting the commit subject
Johannes Schindelin
1
-1
/
+1
2016-06-29
commit -C: skip blank lines at the beginning of the message
Johannes Schindelin
1
-1
/
+1
2016-06-28
merge-recursive: convert merge_recursive_generic() to object_id
brian m. carlson
1
-10
/
+10
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
3
-10
/
+10
2016-06-28
coccinelle: apply object_id Coccinelle transformations
brian m. carlson
1
-7
/
+6
2016-06-28
coccinelle: convert hashcpy() with null_sha1 to hashclr()
brian m. carlson
2
-3
/
+3
2016-06-27
fetch: change flag code for displaying tag update and deleted ref
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-06-27
fetch: refactor ref update status formatting code
Nguyễn Thái Ngọc Duy
1
-39
/
+38
[next]