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
2011-07-21
Documentation: git-filter-branch honors replacement refs
Peter Collingbourne
1
-2
/
+3
2011-07-20
remote-curl: Add a format check to parsing of info/refs
Julian Phillips
1
-0
/
+2
2011-07-19
git-config: Remove extra whitespaces
Pavan Kumar Sunkara
1
-2
/
+2
2011-07-13
rebase: clarify "restore the original branch"
Martin von Zweigbergk
2
-7
/
+11
2011-07-13
reset [<commit>] paths...: do not mishandle unmerged paths
Junio C Hamano
3
-2
/
+18
2011-07-12
Documentation: clearly specify what refs are honored by core.logAllRefUpdates
Bert Wesarg
2
-3
/
+6
2011-07-11
get_pwd_cwd(): Do not trust st_dev/st_ino blindly
Johannes Schindelin
1
-1
/
+2
2011-07-08
help_unknown_cmd: do not propose an "unknown" cmd
Michael Schubert
1
-0
/
+12
2011-07-06
Merge commit 'v1.7.6' into jc/checkout-reflog-fix
Junio C Hamano
1277
-27194
/
+94555
2011-07-06
Merge commit 'v1.7.0' into jc/checkout-reflog-fix
Junio C Hamano
1295
-32474
/
+132143
2011-07-06
Merge commit 'v1.6.0' into jc/checkout-reflog-fix
Junio C Hamano
926
-20440
/
+66638
2011-07-06
checkout: do not write bogus reflog entry out
Junio C Hamano
1
-3
/
+5
2011-07-06
Documentation: use [verse] for SYNOPSIS sections
Martin von Zweigbergk
93
-6
/
+92
2011-07-06
docs: document --textconv diff option
Jeff King
1
-0
/
+11
2011-06-30
gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss
Jakub Narebski
1
-1
/
+2
2011-06-30
gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss
Jakub Narebski
1
-1
/
+9
2011-06-29
git-submodule.sh: preserve stdin for the command spawned by foreach
Brandon Casey
2
-3
/
+7
2011-06-29
t/t7407: demonstrate that the command called by 'submodule foreach' loses stdin
Brandon Casey
1
-0
/
+18
2011-06-29
Merge git://bogomips.org/git-svn into maint
Junio C Hamano
2
-4
/
+41
2011-06-29
Merge branch 'maint-1.7.5' into maint
Junio C Hamano
2
-3
/
+11
2011-06-29
test: skip clean-up when running under --immediate mode
Junio C Hamano
1
-2
/
+10
2011-06-29
"branch -d" can remove more than one branches
Junio C Hamano
1
-1
/
+1
2011-06-28
git-svn: Correctly handle root commits in mergeinfo ranges
Michael Haggerty
2
-3
/
+7
2011-06-28
git-svn: Disambiguate rev-list arguments to improve error message
Michael Haggerty
1
-2
/
+2
2011-06-28
git-svn: Demonstrate a bug with root commits in mergeinfo ranges
Michael Haggerty
1
-0
/
+33
2011-06-26
submodule add: always initialize .git/config entry
Jens Lehmann
1
-17
/
+18
2011-06-26
submodule sync: do not auto-vivify uninteresting submodule
Junio C Hamano
3
-13
/
+29
2011-06-26
Git 1.7.6
Junio C Hamano
3
-8
/
+7
2011-06-26
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2011-06-24
Merge branch 'maint-1.7.4' into maint
Junio C Hamano
1
-1
/
+1
2011-06-24
completion: replace core.abbrevguard to core.abbrev
Namhyung Kim
1
-1
/
+1
2011-06-23
glossary: clarify description of HEAD
Junio C Hamano
1
-2
/
+2
2011-06-23
glossary: update description of head and ref
Junio C Hamano
1
-4
/
+5
2011-06-23
glossary: update description of "tag"
Junio C Hamano
1
-8
/
+8
2011-06-23
git.txt: de-emphasize the implementation detail of a ref
Junio C Hamano
1
-4
/
+3
2011-06-23
check-ref-format doc: de-emphasize the implementation detail of a ref
Junio C Hamano
1
-3
/
+6
2011-06-23
git-remote.txt: avoid sounding as if loose refs are the only ones in the world
Junio C Hamano
1
-9
/
+10
2011-06-23
git-remote.txt: fix wrong remote refspec
Namhyung Kim
1
-6
/
+6
2011-06-22
Git 1.7.6-rc3
Junio C Hamano
1
-1
/
+1
2011-06-22
Merge branch 'maint'
Junio C Hamano
1
-4
/
+8
2011-06-22
Makefile: Track changes to LDFLAGS and relink when necessary
Fredrik Kuivinen
2
-8
/
+18
2011-06-22
Documentation: git diff --check respects core.whitespace
Christof Krüger
1
-4
/
+8
2011-06-21
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2011-06-21
gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled
Jakub Narebski
1
-0
/
+2
2011-06-20
Merge branch 'mk/grep-pcre'
Junio C Hamano
1
-3
/
+3
2011-06-20
t7810: avoid unportable use of "echo"
Junio C Hamano
1
-3
/
+3
2011-06-20
plug a few coverity-spotted leaks
Jim Meyering
4
-5
/
+12
2011-06-20
cygwin: trust executable bit by default
Junio C Hamano
1
-1
/
+1
2011-06-20
fetch: Also fetch submodules in subdirectories in on-demand mode
Jens Lehmann
2
-8
/
+9
2011-06-20
tag: accept multiple patterns for --list
Jeff King
3
-12
/
+28
[prev]
[next]