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-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
2013-02-12
Merge branch 'maint'
Junio C Hamano
2
-3
/
+3
2013-02-12
format-patch: update append_signoff prototype
Nguyễn Thái Ngọc Duy
1
-12
/
+1
2013-02-12
sequencer.c: teach append_signoff how to detect duplicate s-o-b
Brandon Casey
1
-1
/
+1
2013-02-12
Replace filepattern with pathspec for consistency
Matthieu Moy
2
-3
/
+3
2013-02-08
Merge branch 'jk/apply-similaritly-parsing'
Junio C Hamano
1
-4
/
+6
2013-02-07
Merge branch 'jc/fake-ancestor-with-non-blobs' into maint
Junio C Hamano
1
-14
/
+16
2013-02-07
Merge branch 'nd/branch-error-cases'
Junio C Hamano
1
-9
/
+15
2013-02-07
fetch: use struct ref to represent refs to be fetched
Junio C Hamano
1
-8
/
+32
2013-02-07
upload/receive-pack: allow hiding ref hierarchies
Junio C Hamano
1
-0
/
+24
2013-02-05
Merge branch 'jc/fake-ancestor-with-non-blobs'
Junio C Hamano
1
-14
/
+16
2013-02-05
apply: verify submodule commit object name better
Junio C Hamano
1
-2
/
+38
2013-02-04
Merge branch 'jk/read-commit-buffer-data-after-free'
Junio C Hamano
2
-30
/
+6
2013-02-04
Merge branch 'mm/add-u-A-sans-pathspec'
Junio C Hamano
1
-1
/
+43
2013-02-04
Merge branch 'jc/push-reject-reasons'
Junio C Hamano
2
-2
/
+41
2013-02-04
Merge branch 'jk/config-parsing-cleanup'
Junio C Hamano
2
-13
/
+14
2013-02-04
Merge branch 'jc/custom-comment-char'
Junio C Hamano
7
-60
/
+86
2013-02-04
Merge branch 'nd/edit-branch-desc-while-detached' into maint
Junio C Hamano
1
-4
/
+4
2013-02-04
Merge branch 'jc/help' into maint
Junio C Hamano
1
-18
/
+0
2013-02-04
Merge branch 'jc/merge-blobs' into maint
Junio C Hamano
2
-37
/
+59
2013-02-03
builtin/apply: tighten (dis)similarity index parsing
John Keeping
1
-4
/
+6
[prev]
[next]