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
2009-08-18
block-sha1: guard gcc extensions with __GNUC__
Nicolas Pitre
1
-2
/
+2
2009-08-18
make sure byte swapping is optimal for git
Nicolas Pitre
3
-2
/
+40
2009-08-18
block-sha1: make the size member first in the context struct
Nicolas Pitre
1
-1
/
+1
2009-08-14
block-sha1/sha1.c: silence compiler complaints by casting void * to char *
Brandon Casey
1
-2
/
+2
2009-08-13
block-sha1: more good unaligned memory access candidates
Nicolas Pitre
1
-1
/
+4
2009-08-12
block-sha1: support for architectures with memory alignment restrictions
Nicolas Pitre
1
-2
/
+30
2009-08-12
block-sha1: split the different "hacks" to be individually selected
Nicolas Pitre
1
-5
/
+18
2009-08-12
block-sha1: move code around
Nicolas Pitre
1
-69
/
+60
2009-08-10
block-sha1: improve code on large-register-set machines
Linus Torvalds
1
-1
/
+24
2009-08-07
block-sha1: improved SHA1 hashing
Linus Torvalds
1
-3
/
+4
2009-08-07
block-sha1: perform register rotation using cpp
Linus Torvalds
1
-27
/
+90
2009-08-06
block-sha1: get rid of redundant 'lenW' context
Linus Torvalds
2
-11
/
+7
2009-08-06
block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3
Linus Torvalds
1
-1
/
+1
2009-08-06
block-sha1: macroize the rounds a bit further
Linus Torvalds
1
-30
/
+26
2009-08-06
block-sha1: re-use the temporary array as we calculate the SHA1
Linus Torvalds
1
-12
/
+16
2009-08-06
block-sha1: make the 'ntohl()' part of the first SHA1 loop
Linus Torvalds
1
-12
/
+16
2009-08-06
block-sha1: minor fixups
Junio C Hamano
1
-2
/
+2
2009-08-06
block-sha1: try to use rol/ror appropriately
Linus Torvalds
1
-10
/
+22
2009-08-06
block-sha1: undo ctx->size change
Junio C Hamano
1
-3
/
+3
2009-08-05
Add new optimized C 'block-sha1' routines
Linus Torvalds
3
-0
/
+175
2009-08-05
Merge branch 'sb/read-tree'
Junio C Hamano
3
-111
/
+92
2009-08-05
Merge branch 'jc/apply-epoch-patch'
Junio C Hamano
2
-1
/
+176
2009-08-05
Merge branch 'sb/parse-options'
Junio C Hamano
6
-71
/
+66
2009-08-05
Merge branch 'ns/init-mkdir'
Junio C Hamano
3
-7
/
+122
2009-08-05
Merge branch 'mk/init-db-parse-options'
Junio C Hamano
2
-22
/
+31
2009-08-05
Merge branch 'jk/maint-show-tag'
Junio C Hamano
1
-1
/
+7
2009-08-05
Merge branch 'sb/maint-pull-rebase'
Junio C Hamano
2
-3
/
+24
2009-08-05
Merge branch 'ne/futz-upload-pack'
Junio C Hamano
2
-12
/
+51
2009-08-05
Merge branch 'maint'
Junio C Hamano
7
-11
/
+19
2009-08-05
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
5
-9
/
+11
2009-08-05
gitweb/README: Document $base_url
Jakub Narebski
1
-0
/
+6
2009-08-05
Documentation: git submodule: add missing options to synopsis
Jens Lehmann
1
-2
/
+2
2009-08-05
git-merge-base/git-show-branch --merge-base: Documentation and test
Michael J Gruber
4
-4
/
+16
2009-08-05
git-merge-base/git-show-branch: Cleanup documentation and usage
Michael J Gruber
4
-7
/
+9
2009-08-05
t6010-merge-base.sh: Depict the octopus test graph
Michael J Gruber
1
-0
/
+12
2009-08-05
Better usage string for reflog.
Matthieu Moy
1
-1
/
+1
2009-08-04
hg-to-git: don't import the unused popen2 module
Miklos Vajna
1
-1
/
+1
2009-08-04
send-email: remove debug trace
Erik Faye-Lund
1
-1
/
+0
2009-08-04
gitweb: fix 'Use of uninitialized value' error in href()
Giuseppe Bilotta
1
-4
/
+7
2009-08-03
technical-docs: document tree-walking API
Stephen Boyd
1
-7
/
+140
2009-07-31
Fix typos on pt_BR/gittutorial.txt translation
André Goddard Rosa
1
-73
/
+69
2009-07-31
Documentation: git-send-email: correct statement about standard ports
Wesley J. Landaker
1
-2
/
+3
2009-07-31
Documentation: git-send-email: fix submission port number
Wesley J. Landaker
1
-1
/
+1
2009-07-31
config: Keep inner whitespace verbatim
Björn Steinbrink
2
-6
/
+9
2009-07-31
git fast-export: add --no-data option
Geoffrey Irving
2
-1
/
+16
2009-07-31
parse-opt: optionally show "--no-" option string
Johannes Schindelin
2
-2
/
+8
2009-07-29
Translate the tutorial to Brazillian Portuguese
Thadeu Lima de Souza Cascardo
1
-0
/
+679
2009-07-29
request-pull: optionally show a patch as well
Junio C Hamano
1
-2
/
+22
2009-07-29
Merge branch 'hv/cvsps-tests'
Junio C Hamano
28
-33
/
+1627
2009-07-29
Add a reminder test case for a merge with F/D transition
Alex Riesen
1
-0
/
+23
[next]