index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-24
teach get_remote_heads to read from a memory buffer
Jeff King
6
-10
/
+12
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
6
-59
/
+69
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
11
-45
/
+47
2013-02-20
pkt-line: move LARGE_PACKET_MAX definition from sideband
Jeff King
3
-3
/
+4
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
13
-35
/
+22
2013-02-20
pkt-line: provide a generic reading function with options
Jeff King
3
-15
/
+36
2013-02-20
pkt-line: drop safe_write function
Jeff King
10
-35
/
+19
2013-02-20
pkt-line: move a misplaced comment
Jeff King
2
-16
/
+13
2013-02-20
write_or_die: raise SIGPIPE when we get EPIPE
Jeff King
1
-6
/
+13
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-20
send-pack: prefer prefixcmp over memcmp in receive_status
Jeff King
1
-5
/
+4
2013-02-20
fetch-pack: fix out-of-bounds buffer offset in get_ack
Jeff King
1
-0
/
+2
2013-02-20
upload-pack: remove packet debugging harness
Jeff King
3
-35
/
+22
2013-02-20
upload-pack: do not add duplicate objects to shallow list
Jeff King
1
-2
/
+4
2013-02-20
upload-pack: use get_sha1_hex to parse "shallow" lines
Jeff King
1
-1
/
+1
2013-02-17
Git 1.8.2-rc0
Junio C Hamano
2
-1
/
+14
2013-02-17
Merge branch 'jc/hidden-refs'
Junio C Hamano
7
-30
/
+166
2013-02-17
Merge branch 'mp/diff-algo-config'
Junio C Hamano
6
-1
/
+95
2013-02-17
Merge branch 'mw/bash-prompt-show-untracked-config'
Junio C Hamano
2
-4
/
+85
2013-02-17
Merge branch 'jk/rebase-i-comment-char'
Junio C Hamano
2
-40
/
+58
2013-02-17
Merge branch 'jk/read-commit-buffer-data-after-free'
Junio C Hamano
2
-7
/
+78
2013-02-15
Update draft release notes to 1.8.2
Junio C Hamano
1
-0
/
+12
2013-02-14
Merge branch 'wk/man-deny-current-branch-is-default-these-days'
Junio C Hamano
1
-3
/
+4
2013-02-14
Merge branch 'mk/make-rm-depdirs-could-be-empty'
Junio C Hamano
1
-2
/
+1
2013-02-14
Merge branch 'mm/config-local-completion'
Junio C Hamano
1
-2
/
+2
2013-02-14
Merge branch 'ef/non-ascii-parse-options-error-diag'
Junio C Hamano
1
-1
/
+4
2013-02-14
Merge branch 'mk/old-expat'
Junio C Hamano
3
-0
/
+11
2013-02-14
Merge branch 'da/p4merge-mktemp-fix'
Junio C Hamano
1
-1
/
+1
2013-02-14
Documentation/git-add: kill remaining <filepattern>
Junio C Hamano
1
-1
/
+1
2013-02-14
user-manual: Update for receive.denyCurrentBranch=refuse
W. Trevor King
1
-3
/
+4
2013-02-14
Update draft release notes to 1.8.2
Junio C Hamano
1
-0
/
+9
2013-02-14
Merge branch 'jk/diff-graph-cleanup'
Junio C Hamano
4
-114
/
+79
2013-02-14
Merge branch 'nd/status-show-in-progress'
Junio C Hamano
3
-41
/
+142
2013-02-14
Merge branch 'mm/remote-mediawiki-build'
Junio C Hamano
4
-43
/
+43
2013-02-14
Merge branch 'bw/get-tz-offset-perl'
Junio C Hamano
4
-13
/
+35
2013-02-14
Merge branch 'al/mergetool-printf-fix'
Junio C Hamano
2
-2
/
+2
2013-02-14
Merge branch 'jk/error-const-return'
Junio C Hamano
1
-5
/
+5
2013-02-14
Merge branch 'jx/utf8-printf-width'
Junio C Hamano
3
-2
/
+25
2013-02-14
Merge branch 'mg/bisect-doc'
Junio C Hamano
1
-1
/
+6
2013-02-14
Merge branch 'tz/perl-styles'
Junio C Hamano
1
-0
/
+42
2013-02-14
Merge branch 'jc/extended-fake-ancestor-for-gitlink'
Junio C Hamano
1
-2
/
+38
2013-02-14
Merge branch 'dg/subtree-fixes'
Junio C Hamano
4
-66
/
+40
2013-02-13
t9903: add extra tests for bash.showDirtyState
Martin Erik Werner
1
-1
/
+37
2013-02-13
t9903: add tests for bash.showUntrackedFiles
Martin Erik Werner
1
-0
/
+40
2013-02-13
Makefile: don't run "rm" without any files
Matt Kraai
1
-2
/
+1
2013-02-13
shell prompt: add bash.showUntrackedFiles option
Martin Erik Werner
1
-3
/
+8
2013-02-12
Merge branch 'maint'
Junio C Hamano
3
-8
/
+8
2013-02-12
rebase -i: respect core.commentchar
John Keeping
2
-40
/
+58
2013-02-12
combine-diff.c: teach combined diffs about line prefix
John Keeping
1
-17
/
+30
[next]