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-07
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.2' into maint-1.6.3
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-11
/
+27
2009-08-07
verify-pack -v: do not report "chain length 0"
Junio C Hamano
1
-8
/
+19
2009-08-07
t5510: harden the way verify-pack is used
Junio C Hamano
1
-3
/
+8
2009-08-07
Show usage string for 'git log -h', 'git show -h' and 'git diff -h'
Matthieu Moy
2
-0
/
+8
2009-08-06
git-am: print fair error message when format detection fails
Nicolas Sebrecht
1
-1
/
+5
2009-08-06
am: allow individual e-mail files as input
Junio C Hamano
2
-0
/
+29
2009-08-06
git-ls-files.txt: clarify what "other files" mean for --other
Matthieu Moy
1
-1
/
+1
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-06
git-describe: Die early if there are no possible descriptions
Björn Steinbrink
1
-0
/
+5
2009-08-06
rebase: consistent error messages for staged and unstaged changes.
Matthieu Moy
1
-2
/
+4
2009-08-06
git-tag(1): Refer to git-check-ref-format(1) for <name>
Jari Aalto
1
-1
/
+4
2009-08-06
git-rev-list.txt: Clarify the use of multiple revision arguments
Junio C Hamano
1
-8
/
+14
2009-08-06
git.el: Clarify documentation of git-commit-tree
David Kågedal
1
-5
/
+8
2009-08-05
don't let the delta cache grow unbounded in 'git repack'
Nicolas Pitre
2
-4
/
+12
2009-08-05
transport: don't show push status if --quiet is given
Jeff King
1
-1
/
+19
2009-08-05
transport: pass "quiet" flag to pack-objects
Jeff King
3
-0
/
+5
2009-08-05
push: add --quiet flag
Jeff King
2
-0
/
+2
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: parse_commit_text encoding fix
Zoltán Füzesi
1
-3
/
+2
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
Allow mailsplit (and hence git-am) to handle mails with CRLF line-endings
Junio C Hamano
3
-3
/
+40
2009-08-05
builtin-mailsplit.c: remove read_line_with_nul() since it is no longer used
Brandon Casey
2
-19
/
+0
2009-08-05
builtin-mailinfo,builtin-mailsplit: use strbufs
Brandon Casey
2
-19
/
+9
2009-08-05
strbuf: add new function strbuf_getwholeline()
Brandon Casey
2
-3
/
+13
2009-08-05
git apply: option to ignore whitespace differences
Giuseppe Bilotta
11
-10
/
+389
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
[prev]
[next]