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
2013-03-22
apply --whitespace=fix: avoid running over the postimage buffer
Junio C Hamano
1
-6
/
+10
2013-03-21
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2013-03-21
drop some obsolete "x = x" compiler warning hacks
Jeff King
1
-1
/
+1
2013-03-21
Merge branch 'jk/mailsplit-maildir-muttsort'
Junio C Hamano
1
-0
/
+23
2013-03-21
Merge branch 'mg/gpg-interface-using-status'
Junio C Hamano
2
-2
/
+2
2013-03-21
Merge branch 'nd/branch-error-cases'
Junio C Hamano
1
-0
/
+27
2013-03-21
Merge branch 'ap/maint-update-index-h-is-for-help'
Junio C Hamano
1
-1
/
+1
2013-03-21
Merge branch 'bc/commit-complete-lines-given-via-m-option'
Junio C Hamano
1
-1
/
+3
2013-03-21
Merge branch 'nd/count-garbage'
Junio C Hamano
1
-7
/
+23
2013-03-21
Merge branch 'jc/fetch-raw-sha1'
Junio C Hamano
1
-8
/
+32
2013-03-21
Merge branch 'nd/index-pack-l10n-buf-overflow'
Junio C Hamano
1
-4
/
+5
2013-03-20
index-pack: always zero-initialize object_entry list
Jeff King
1
-0
/
+2
2013-03-20
add: make pathless 'add [-u|-A]' warning a file-global function
Jonathan Nieder
1
-33
/
+36
2013-03-19
Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs'
Junio C Hamano
1
-2
/
+2
2013-03-19
merge: a random object may not necssarily be a commit
Junio C Hamano
1
-0
/
+13
2013-03-19
index-pack: guard nr_resolved_deltas reads by lock
Thomas Rast
1
-1
/
+3
2013-03-19
index-pack: protect deepest_delta in multithread code
Nguyễn Thái Ngọc Duy
1
-7
/
+23
2013-03-17
fast-export: do not load blob objects twice
Jeff King
1
-6
/
+10
2013-03-17
fast-export: rename handle_object function
Jeff King
1
-3
/
+3
2013-03-17
use parse_object_or_die instead of die("bad object")
Jeff King
2
-6
/
+2
2013-03-16
branch: show more information when HEAD is detached
Nguyễn Thái Ngọc Duy
1
-1
/
+25
2013-03-16
index-pack: fix buffer overflow caused by translations
Nguyễn Thái Ngọc Duy
1
-4
/
+5
2013-03-13
tag: --force does not have to warn when creating tags
Phil Hord
1
-1
/
+1
2013-03-11
add: update pathless 'add [-u|-A]' warning to reflect change of plan
Matthieu Moy
1
-3
/
+3
2013-03-08
git add: start preparing for "git add <pathspec>..." to default to "-A"
Junio C Hamano
1
-2
/
+43
2013-03-08
builtin/add.c: simplify boolean variables
Junio C Hamano
1
-11
/
+11
2013-03-05
push: --follow-tags
Junio C Hamano
1
-0
/
+2
2013-03-05
reflog: fix typo in "reflog expire" clean-up codepath
Junio C Hamano
1
-1
/
+1
2013-03-02
mailsplit: sort maildir filenames more cleverly
Jeff King
1
-0
/
+23
2013-02-28
describe: --match=<pattern> must limit the refs even when used with --all
Junio C Hamano
1
-21
/
+20
2013-02-25
Merge branch 'as/check-ignore'
Junio C Hamano
1
-1
/
+1
2013-02-25
Merge branch 'jk/apply-similaritly-parsing' into maint
Junio C Hamano
1
-4
/
+6
2013-02-25
Merge branch 'zk/clean-report-failure' into maint
Junio C Hamano
1
-29
/
+125
2013-02-25
Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maint
Junio C Hamano
1
-0
/
+2
2013-02-24
Fix ".git/refs" stragglers
Greg Price
1
-2
/
+2
2013-02-24
teach get_remote_heads to read from a memory buffer
Jeff King
2
-2
/
+2
2013-02-23
update-index: allow "-h" to also display options
Antoine Pelisse
1
-1
/
+1
2013-02-23
branch: segfault fixes and validation
Nguyễn Thái Ngọc Duy
1
-0
/
+27
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
4
-20
/
+15
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
4
-10
/
+0
2013-02-20
pkt-line: drop safe_write function
Jeff King
2
-2
/
+2
2013-02-20
upload-archive: use argv_array to store client arguments
Jeff King
1
-21
/
+14
2013-02-20
upload-archive: do not copy repo name
Jeff King
1
-7
/
+2
2013-02-19
name-hash: allow hashing an empty string
Junio C Hamano
1
-1
/
+1
2013-02-19
git-commit: only append a newline to -m mesg if necessary
Brandon Casey
1
-1
/
+3
2013-02-17
Merge branch 'jc/hidden-refs'
Junio C Hamano
1
-0
/
+24
2013-02-15
count-objects: report how much disk space taken by garbage files
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2013-02-15
count-objects: report garbage files in pack directory too
Nguyễn Thái Ngọc Duy
1
-1
/
+11
2013-02-14
Merge branch 'jc/extended-fake-ancestor-for-gitlink'
Junio C Hamano
1
-2
/
+38
2013-02-14
gpg_interface: allow to request status return
Michael J Gruber
2
-2
/
+2
[prev]
[next]