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
2012-06-28
Merge branch 'nd/stream-pack-objects'
Junio C Hamano
1
-6
/
+67
2012-06-28
Merge branch 'nd/stream-index-pack'
Junio C Hamano
1
-23
/
+171
2012-06-28
Merge branch 'mm/verify-filename-fix'
Junio C Hamano
3
-4
/
+4
2012-06-28
Merge branch 'jk/diff-no-index-pager'
Junio C Hamano
1
-7
/
+17
2012-06-25
Merge branch 'nd/i18n-misc'
Junio C Hamano
1
-2
/
+4
2012-06-22
Merge branch 'vr/help-per-platform'
Junio C Hamano
1
-3
/
+3
2012-06-22
Restore use of 'help.format' configuration property in 'git help'
Pat Thoyts
1
-3
/
+3
2012-06-21
Merge branch 'vr/help-per-platform'
Junio C Hamano
1
-1
/
+7
2012-06-21
Merge branch 'jc/ls-files-i-dir'
Junio C Hamano
2
-7
/
+22
2012-06-21
Merge branch 'jk/version-string'
Junio C Hamano
1
-0
/
+1
2012-06-21
Merge branch 'jk/clone-local'
Junio C Hamano
1
-5
/
+5
2012-06-18
verify_filename(): ask the caller to chose the kind of diagnosis
Matthieu Moy
3
-4
/
+4
2012-06-15
fix pager.diff with diff --no-index
Jeff King
1
-7
/
+17
2012-06-12
Merge branch 'jc/fmt-merge-msg-people'
Junio C Hamano
1
-2
/
+2
2012-06-12
Merge branch 'js/maint-fast-export-mark-error'
Junio C Hamano
1
-1
/
+1
2012-06-07
reflog: remove i18n legos in pruning message
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2012-06-06
fmt-merge-msg: make attribution into comment lines
Junio C Hamano
1
-2
/
+2
2012-06-06
help: use HTML as the default help format on Windows
Vincent van Ravesteijn
1
-1
/
+7
2012-06-05
builtin/add.c: use path_excluded()
Junio C Hamano
1
-1
/
+5
2012-06-05
path_excluded(): update API to less cache-entry centric
Junio C Hamano
1
-2
/
+8
2012-06-03
ls-files -i: pay attention to exclusion of leading paths
Junio C Hamano
1
-6
/
+11
2012-06-03
move git_version_string into version.c
Jeff King
1
-0
/
+1
2012-06-01
Merge branch 'rs/maint-grep-F' into maint
Junio C Hamano
1
-5
/
+2
2012-06-01
Merge branch 'ap/checkout-no-progress-for-non-tty' into maint
Junio C Hamano
1
-2
/
+2
2012-06-01
i18n: apply: split to fix a partial i18n message
Jiang Xin
1
-4
/
+12
2012-05-30
clone: allow --no-local to turn off local optimizations
Jeff King
1
-5
/
+5
2012-05-29
Merge branch 'jk/ident-gecos-strbuf'
Junio C Hamano
6
-47
/
+20
2012-05-29
Merge branch 'jk/fetch-pack-remove-dups-optim'
Junio C Hamano
1
-22
/
+30
2012-05-29
Merge branch 'mh/fetch-pack-constness'
Junio C Hamano
1
-74
/
+71
2012-05-29
Merge branch 'ng/pack-objects-cleanup'
Junio C Hamano
1
-151
/
+173
2012-05-29
pack-objects: use streaming interface for reading large loose blobs
Nguyễn Thái Ngọc Duy
1
-6
/
+67
2012-05-25
Merge branch 'ap/checkout-no-progress-for-non-tty'
Junio C Hamano
1
-2
/
+2
2012-05-25
Merge branch 'rs/maint-grep-F'
Junio C Hamano
1
-5
/
+2
2012-05-25
Sync with 1.7.10.3
Junio C Hamano
1
-3
/
+5
2012-05-25
fmt-merge-message: add empty line between tag and signature verification
Linus Torvalds
1
-3
/
+5
2012-05-24
format-patch: do not use bogus email addresses in message ids
Jeff King
1
-1
/
+1
2012-05-24
Merge branch 'jk/maint-status-porcelain-z-b' into maint
Junio C Hamano
1
-68
/
+67
2012-05-24
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
Jeff King
5
-8
/
+7
2012-05-24
format-patch: use GIT_COMMITTER_EMAIL in message ids
Jeff King
1
-1
/
+2
2012-05-24
checkout: no progress messages if !isatty(2).
Avery Pennarun
1
-2
/
+2
2012-05-24
index-pack: use streaming interface for collision test on large blobs
Nguyễn Thái Ngọc Duy
1
-5
/
+77
2012-05-24
fetch-pack: sort incoming heads list earlier
Jeff King
1
-1
/
+1
2012-05-23
index-pack: factor out unpack core from get_data_from_pack
Nguyễn Thái Ngọc Duy
1
-3
/
+24
2012-05-23
index-pack: use streaming interface on large blobs (most of the time)
Nguyễn Thái Ngọc Duy
1
-8
/
+44
2012-05-23
index-pack: hash non-delta objects while reading from stream
Nguyễn Thái Ngọc Duy
1
-11
/
+30
2012-05-22
fetch-pack: avoid quadratic loop in filter_refs
Jeff King
1
-6
/
+13
2012-05-22
fetch-pack: sort the list of incoming refs
Jeff King
1
-0
/
+2
2012-05-22
fetch-pack: avoid quadratic behavior in remove_duplicates
Jeff King
1
-15
/
+6
2012-05-22
fetch-pack: sort incoming heads
Jeff King
1
-1
/
+9
2012-05-22
cmd_fetch_pack(): respect constness of argv parameter
Michael Haggerty
1
-13
/
+10
[next]