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-05-24
checkout: no progress messages if !isatty(2).
Avery Pennarun
1
-2
/
+2
2012-05-24
fetch-pack: sort incoming heads list earlier
Jeff King
1
-1
/
+1
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
2012-05-22
cmd_fetch_pack(): combine the loop termination conditions
Michael Haggerty
1
-58
/
+55
2012-05-22
cmd_fetch_pack(): handle non-option arguments outside of the loop
Michael Haggerty
1
-5
/
+7
2012-05-22
cmd_fetch_pack(): declare dest to be const
Michael Haggerty
1
-3
/
+4
2012-05-22
format-patch: refactor get_patch_filename
Jeff King
1
-28
/
+7
2012-05-22
format-patch: use default email for generating message ids
Jeff King
1
-8
/
+2
2012-05-22
fmt-merge-msg: don't use static buffer in record_person
Jeff King
1
-4
/
+4
2012-05-21
grep: stop leaking line strings with -f
René Scharfe
1
-5
/
+2
2012-05-20
remote: fix typo
Ralf Thielow
1
-1
/
+1
2012-05-18
pack-objects: refactor write_object() into helper functions
Nguyễn Thái Ngọc Duy
1
-150
/
+172
2012-05-18
pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-05-17
Merge branch 'nd/i18n-parseopt'
Junio C Hamano
1
-31
/
+31
2012-05-17
Merge branch 'rs/xdiff-lose-emit-func'
Junio C Hamano
1
-22
/
+31
2012-05-14
Merge branch 'nd/threaded-index-pack'
Junio C Hamano
1
-66
/
+275
2012-05-14
Merge branch 'jk/maint-reflog-walk-count-vs-time' into maint
Junio C Hamano
1
-0
/
+1
2012-05-14
Merge branch 'ef/checkout-empty' into maint
Junio C Hamano
1
-1
/
+1
2012-05-14
Merge branch 'js/checkout-detach-count' into maint
Junio C Hamano
1
-6
/
+7
2012-05-14
Merge branch 'ef/maint-clone-progress-fix' into maint
Junio C Hamano
1
-1
/
+1
2012-05-14
builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning
Ramsay Jones
1
-1
/
+1
2012-05-11
Merge branch 'ef/checkout-empty'
Junio C Hamano
1
-1
/
+1
2012-05-11
Merge branch 'jk/maint-reflog-walk-count-vs-time'
Junio C Hamano
1
-0
/
+1
2012-05-11
Merge branch 'nd/i18n-branch-lego'
Junio C Hamano
1
-9
/
+23
2012-05-11
Merge branch 'ct/advise-push-default' into maint
Junio C Hamano
1
-5
/
+55
2012-05-11
Merge branch 'jk/repack-no-explode-objects-from-old-pack' into maint
Junio C Hamano
2
-49
/
+65
2012-05-11
Merge branch 'rl/show-empty-prefix' into maint
Junio C Hamano
1
-0
/
+2
2012-05-10
Merge branch 'nd/i18n-apply-lego'
Junio C Hamano
1
-4
/
+11
2012-05-10
Merge branch 'jk/status-porcelain-z-b'
Junio C Hamano
1
-73
/
+71
2012-05-10
Merge branch 'ef/maint-clone-progress-fix'
Junio C Hamano
1
-1
/
+1
2012-05-10
Merge branch 'js/checkout-detach-count'
Junio C Hamano
1
-6
/
+7
2012-05-10
Merge branch 'cc/fix-missing-va-end-in-revert' into maint
Junio C Hamano
1
-0
/
+1
2012-05-10
Merge branch 'jk/maint-push-progress' into maint
Junio C Hamano
1
-0
/
+13
2012-05-09
blame: factor out helper for calling xdi_diff()
René Scharfe
1
-22
/
+16
2012-05-09
blame: use hunk_func(), part 2
René Scharfe
1
-5
/
+13
2012-05-09
blame: use hunk_func(), part 1
René Scharfe
1
-5
/
+12
2012-05-08
i18n: apply: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-31
/
+31
2012-05-08
checkout: do not corrupt HEAD on empty repo
Erik Faye-Lund
1
-1
/
+1
2012-05-08
apply: remove lego in i18n string in gitdiff_verify_name
Nguyễn Thái Ngọc Duy
1
-4
/
+11
2012-05-08
status: refactor colopts handling
Jeff King
1
-5
/
+4
2012-05-08
Merge branch 'jk/maint-status-porcelain-z-b' into HEAD
Jeff King
1
-68
/
+67
2012-05-08
status: respect "-b" for porcelain format
Jeff King
1
-5
/
+4
2012-05-08
status: refactor null_termination option
Jeff King
1
-9
/
+8
2012-05-08
commit: refactor option parsing
Jeff King
1
-58
/
+59
2012-05-07
index-pack: disable threading if NO_PREAD is defined
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2012-05-07
index-pack: support multithreaded delta resolving
Nguyễn Thái Ngọc Duy
1
-11
/
+193
[prev]
[next]