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-04-17
archive: do not read .gitattributes in working directory
Nguyễn Thái Ngọc Duy
4
-2
/
+36
2009-04-17
unpack-trees: do not muck with attributes when we are not checking out
Junio C Hamano
1
-2
/
+4
2009-04-17
attr: add GIT_ATTR_INDEX "direction"
Nguyễn Thái Ngọc Duy
2
-4
/
+11
2009-04-17
archive tests: do not use .gitattributes in working directory
René Scharfe
1
-4
/
+5
2009-04-17
get_local_heads(): do not return random pointer if there is no head
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2009-04-12
gitignore git-bisect--helper
Junio C Hamano
1
-0
/
+1
2009-04-12
GIT 1.6.3-rc0
Junio C Hamano
2
-3
/
+14
2009-04-12
Documentation/git.txt: GIT 1.6.2.2 has been out for a while
Nanako Shiraishi
1
-1
/
+2
2009-04-12
Merge branch 'jk/no-perl'
Junio C Hamano
13
-4
/
+77
2009-04-12
Merge branch 'sb/doc-upstream-branch'
Junio C Hamano
2
-1
/
+7
2009-04-12
Merge branch 'jk/show-upstream'
Junio C Hamano
7
-131
/
+187
2009-04-12
Merge branch 'fg/remote-prune'
Junio C Hamano
5
-34
/
+156
2009-04-12
Merge branch 'cc/sha1-bsearch'
Junio C Hamano
1
-1
/
+1
2009-04-12
Merge branch 'cc/bisect-filter'
Junio C Hamano
20
-665
/
+985
2009-04-12
Merge branch 'maint'
Junio C Hamano
3
-6
/
+5
2009-04-12
GIT 1.6.2.3
Junio C Hamano
2
-7
/
+1
2009-04-12
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
2
-0
/
+5
2009-04-12
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-0
/
+5
2009-04-12
State the effect of filter-branch on graft explicitly
Daniel Cheng (aka SDiZ)
1
-0
/
+3
2009-04-12
process_{tree,blob}: Remove useless xstrdup calls
Linus Torvalds
1
-0
/
+2
2009-04-12
documentation: Makefile accounts for SHELL_PATH setting
Ben Walton
1
-6
/
+10
2009-04-11
Allow users to un-configure rename detection
Linus Torvalds
1
-7
/
+10
2009-04-11
Replace ",<,>,& with their respective XML entities in DAV requests
Mike Hommey
1
-2
/
+34
2009-04-11
git-svn: always initialize with core.autocrlf=false
Johannes Schindelin
1
-0
/
+1
2009-04-11
Update delta compression message to be less misleading
Dan McGee
1
-1
/
+1
2009-04-11
git-svn: Save init/clone --ignore-paths in config
Ben Jackson
3
-2
/
+9
2009-04-11
git-svn: Add per-svn-remote ignore-paths config
Ben Jackson
3
-21
/
+82
2009-04-11
git-svn: speed up blame command
Boris Byk
1
-4
/
+50
2009-04-11
git-svn: add fetch --parent option
Jason Merrill
2
-4
/
+17
2009-04-09
add tests for remote groups
Jeff King
1
-0
/
+81
2009-04-09
Update draft release notes to 1.6.3
Junio C Hamano
1
-2
/
+27
2009-04-08
Merge branch 'maint'
Junio C Hamano
5
-25
/
+53
2009-04-08
Start 1.6.2.3 preparation
Junio C Hamano
2
-1
/
+29
2009-04-08
Merge branch 'jc/shared-literally' into maint
Junio C Hamano
10
-38
/
+97
2009-04-08
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint
Junio C Hamano
2
-1
/
+17
2009-04-08
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
2
-3
/
+0
2009-04-08
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-3
/
+0
2009-04-08
Merge branch 'jc/maint-1.6.0-keep-pack' into maint
Junio C Hamano
11
-74
/
+105
2009-04-08
Merge branch 'jc/maint-1.6.0-blame-s' into maint-1.6.1
Junio C Hamano
1
-4
/
+4
2009-04-08
Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint-1.6.1
Junio C Hamano
2
-2
/
+2
2009-04-08
Merge branch 'js/maint-1.6.0-exec-path-env' into maint-1.6.1
Junio C Hamano
1
-0
/
+4
2009-04-08
Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maint-1.6.1
Junio C Hamano
1
-9
/
+12
2009-04-08
process_{tree,blob}: Remove useless xstrdup calls
Björn Steinbrink
2
-3
/
+0
2009-04-08
tests: skip perl tests if NO_PERL is defined
Jeff King
12
-2
/
+48
2009-04-08
Makefile: allow building without perl
Jeff King
2
-2
/
+29
2009-04-08
git-pull.sh: better warning message for "git pull" on detached head.
Matthieu Moy
1
-17
/
+25
2009-04-07
branch: show upstream branch when double verbose
Jeff King
2
-7
/
+20
2009-04-07
make get_short_ref a public function
Jeff King
3
-104
/
+101
2009-04-07
for-each-ref: add "upstream" format field
Jeff King
3
-0
/
+41
2009-04-07
for-each-ref: refactor refname handling
Jeff King
1
-21
/
+26
[next]