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-25
Merge branch 'jc/combine-diff-many-parents' into maint
Junio C Hamano
2
-14
/
+31
2013-02-25
Merge branch 'jk/apply-similaritly-parsing' into maint
Junio C Hamano
1
-4
/
+6
2013-02-25
Merge branch 'jk/remote-helpers-doc' into maint
Junio C Hamano
5
-7
/
+23
2013-02-25
Merge branch 'ab/gitweb-use-same-scheme' into maint
Junio C Hamano
1
-2
/
+2
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-25
Merge branch 'da/p4merge-mktemp' into maint
Junio C Hamano
1
-14
/
+13
2013-02-25
Documentation: "advice" is uncountable
Greg Price
2
-2
/
+2
2013-02-24
describe: Document --match pattern format
Greg Price
1
-2
/
+3
2013-02-24
Documentation/githooks: Explain pre-rebase parameters
W. Trevor King
1
-3
/
+5
2013-02-23
update-index: allow "-h" to also display options
Antoine Pelisse
1
-1
/
+1
2013-02-23
update-index: list supported idx versions and their features
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2013-02-22
diff-options: unconfuse description of --color
Junio C Hamano
1
-2
/
+2
2013-02-22
Git.pm: fix cat_blob crashes on large files
Joshua Clayton
1
-10
/
+7
2013-02-22
read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-02-22
index-format.txt: mention of v4 is missing in some places
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2013-02-22
Provide a mechanism to turn off symlink resolution in ceiling paths
Michael Haggerty
3
-16
/
+52
2013-02-20
Makefile: avoid infinite loop on configure.ac change
Jeff King
1
-6
/
+8
2013-02-20
imap-send: support Server Name Indication (RFC4366)
Junio C Hamano
1
-0
/
+11
2013-02-19
Git 1.8.1.4
Junio C Hamano
4
-3
/
+15
2013-02-19
Merge branch 'ob/imap-send-ssl-verify' into maint
Junio C Hamano
1
-2
/
+65
2013-02-19
imap-send: support subjectAltName as well
Oswald Buddenhagen
1
-0
/
+19
2013-02-19
imap-send: the subject of SSL certificate must match the host
Oswald Buddenhagen
1
-0
/
+39
2013-02-19
user-manual: Flesh out uncommitted changes and submodule updates
W. Trevor King
1
-1
/
+3
2013-02-19
user-manual: Use request-pull to generate "please pull" text
W. Trevor King
1
-9
/
+5
2013-02-19
user-manual: Reorganize the reroll sections, adding 'git rebase -i'
W. Trevor King
1
-46
/
+69
2013-02-18
imap-send: move #ifdef around
Junio C Hamano
1
-2
/
+7
2013-02-18
user-manual: typofix (ofthe->of the)
Junio C Hamano
1
-1
/
+1
2013-02-18
user-manual: use -o latest.tar.gz to create a gzipped tarball
W. Trevor King
1
-3
/
+12
2013-02-18
user-manual: use 'git config --global user.*' for setup
W. Trevor King
1
-5
/
+13
2013-02-18
user-manual: mention 'git remote add' for remote branch config
W. Trevor King
1
-27
/
+13
2013-02-18
user-manual: give 'git push -f' as an alternative to +master
W. Trevor King
1
-0
/
+7
2013-02-18
user-manual: use 'remote add' to setup push URLs
W. Trevor King
1
-5
/
+10
2013-02-15
git.txt: update description of the configuration mechanism
Matthieu Moy
1
-6
/
+5
2013-02-14
user-manual: Update for receive.denyCurrentBranch=refuse
W. Trevor King
1
-3
/
+4
2013-02-12
Replace filepattern with pathspec for consistency
Matthieu Moy
3
-8
/
+8
2013-02-11
parse-options: report uncorrupted multi-byte options
Erik Faye-Lund
1
-1
/
+4
2013-02-11
Add utf8_fprintf helper that returns correct number of columns
Jiang Xin
3
-2
/
+25
2013-02-11
git-bisect.txt: clarify that reset quits bisect
Michael J Gruber
1
-1
/
+6
2013-02-10
user-manual: Rewrite git-gc section for automatic packing
W. Trevor King
1
-12
/
+6
2013-02-10
user-manual: Fix 'you - Git' -> 'you--Git' typo
W. Trevor King
1
-1
/
+1
2013-02-10
user-manual: Fix 'http' -> 'HTTP' typos
W. Trevor King
1
-3
/
+3
2013-02-10
user-manual: Fix 'both: so' -> 'both; so' typo
W. Trevor King
1
-1
/
+1
2013-02-10
p4merge: fix printf usage
David Aguilar
1
-1
/
+1
2013-02-10
difftool--helper: fix printf usage
David Aguilar
1
-1
/
+1
2013-02-09
cvsimport: format commit timestamp ourselves without using strftime
Ben Walton
1
-1
/
+4
2013-02-09
perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases
Ben Walton
1
-3
/
+3
2013-02-09
Move Git::SVN::get_tz to Git::get_tz_offset
Ben Walton
3
-12
/
+31
2013-02-08
git-mergetool: print filename when it contains %
Asheesh Laroia
1
-1
/
+1
2013-02-07
Git 1.8.1.3
Junio C Hamano
3
-2
/
+23
[prev]
[next]