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-20
index-pack: add flag for showing delta-resolution progress
Jeff King
1
-1
/
+4
2016-07-20
clone: use a real progress meter for connectivity check
Jeff King
1
-4
/
+1
2016-07-20
check_everything_connected: use a struct with named options
Jeff King
3
-11
/
+15
2016-07-20
rev-list: add optional progress reporting
Jeff King
1
-0
/
+17
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-14
push: accept push options
Stefan Beller
1
-3
/
+18
2016-07-14
receive-pack: implement advertising and receiving push options
Stefan Beller
1
-0
/
+30
2016-07-14
push options: {pre,post}-receive hook learns about push options
Stefan Beller
1
-13
/
+34
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-13
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2016-07-13
pack-objects: do not truncate result in-pack object size on 32-bit systems
Nguyễn Thái Ngọc Duy
1
-7
/
+8
2016-07-13
index-pack: correct "offset" type in unpack_entry_data()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-07-13
index-pack: report correct bad object offsets even if they are large
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2016-07-13
index-pack: correct "len" type in unpack_data()
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2016-07-13
sha1_file.c: use type off_t* for object_info->disk_sizep
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-07-12
rm: reuse strbuf for all remove_dir_recursively() calls
René Scharfe
1
-2
/
+3
2016-07-12
pack-objects: pass length to check_pack_crc() without truncation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-07-11
Merge branch 'sb/clone-shallow-passthru' into maint
Junio C Hamano
1
-3
/
+2
2016-07-11
Merge branch 'km/fetch-do-not-free-remote-name' into maint
Junio C Hamano
1
-4
/
+2
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
worktree: add "unlock" command
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2016-07-08
worktree: add "lock" command
Nguyễn Thái Ngọc Duy
1
-0
/
+38
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
[prev]
[next]