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
2005-06-15
git-read-tree: fix "--reset" handling
Linus Torvalds
1
-0
/
+1
2005-06-14
Update tutorial a bit for scripted helpers.
Linus Torvalds
1
-7
/
+19
2005-06-14
Trivial git script fixups
Linus Torvalds
6
-4
/
+10
2005-06-14
[PATCH] ssh-push: Don't add '/' to pathname
Sven Verdoolaege
1
-3
/
+4
2005-06-14
[PATCH] Unset TZ in t5000
Mark Allen
1
-2
/
+3
2005-06-14
Make 'git' script be a bit more helpful on unrecognized commands
Linus Torvalds
1
-2
/
+17
2005-06-14
Make "git commit" handle initial commits too
Linus Torvalds
1
-12
/
+31
2005-06-13
git-apply: normalize file mode when comparing with expected value
Linus Torvalds
1
-0
/
+1
2005-06-13
Add "git diff" script
Linus Torvalds
2
-1
/
+17
2005-06-13
Teach git-rev-parse about revision-specifying arguments
Linus Torvalds
1
-2
/
+31
2005-06-13
git-whatchanged: use the git-rev-parse helper
Linus Torvalds
1
-1
/
+3
2005-06-13
git-rev-parse: split "revs" and "non-revs"
Linus Torvalds
1
-2
/
+25
2005-06-13
Make "git log" use the new git-rev-parse helper
Linus Torvalds
1
-1
/
+1
2005-06-13
Add 'git-rev-parse' helper script
Linus Torvalds
2
-1
/
+72
2005-06-12
git-apply: fix error handling for nonexistent files
Linus Torvalds
1
-1
/
+1
2005-06-12
[PATCH] git cvsimport fuzz argument
Tommy M. McGuire
1
-8
/
+19
2005-06-12
[PATCH] cvs-migration.txt
Tommy M. McGuire
1
-5
/
+7
2005-06-12
[PATCH] git cvsimport sanity checking
Tommy M. McGuire
1
-1
/
+3
2005-06-12
[PATCH] cvsimport: allow remote CVS repos
Tommy M. McGuire
1
-1
/
+1
2005-06-12
[PATCH] diff-stages: unuglify the too big main() function.
Junio C Hamano
1
-35
/
+40
2005-06-12
[PATCH] read-tree: loosen too strict index requirements
Junio C Hamano
2
-0
/
+15
2005-06-12
[PATCH] Finish making --emu23 equivalent to pure 2-way merge.
Junio C Hamano
3
-21
/
+168
2005-06-12
[PATCH] read-tree: fix too strong index requirement #5ALT
Junio C Hamano
3
-15
/
+31
2005-06-12
[PATCH] read-tree --emu23.
Junio C Hamano
2
-4
/
+393
2005-06-12
[PATCH] Clean up read-tree two-way tests.
Junio C Hamano
1
-35
/
+42
2005-06-12
[PATCH] Add --diff-filter= output restriction to diff-* family.
Junio C Hamano
7
-21
/
+108
2005-06-12
[PATCH] diff-tree: --find-copies-harder
Junio C Hamano
1
-3
/
+10
2005-06-12
[PATCH] Tutorial update to adjust for -B fix
Junio C Hamano
1
-7
/
+0
2005-06-12
[PATCH] Fix rename/copy when dealing with temporarily broken pairs.
Junio C Hamano
2
-2
/
+9
2005-06-12
git-whatchanged: make default output format be pretty.
Linus Torvalds
1
-1
/
+1
2005-06-12
git-diff-tree: fix output with just "--pretty".
Linus Torvalds
1
-0
/
+1
2005-06-12
[PATCH] Support commit_format in diff-tree
Junio C Hamano
1
-1
/
+19
2005-06-12
[PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -p
Junio C Hamano
2
-1
/
+2
2005-06-12
git-apply: ignore empty git headers
Linus Torvalds
1
-1
/
+1
2005-06-10
[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.
Junio C Hamano
1
-2
/
+6
2005-06-09
git-read-tree: remove deleted files in the working directory
Linus Torvalds
2
-6
/
+20
2005-06-09
[PATCH] Add git-diff-stages command.
Junio C Hamano
2
-1
/
+114
2005-06-09
git-read-tree: add "--reset" flag
Linus Torvalds
1
-9
/
+38
2005-06-08
One more time.. Clean up git-merge-one-file-script
Linus Torvalds
1
-42
/
+15
2005-06-08
Fix up git-merge-one-file-script
Linus Torvalds
1
-7
/
+18
2005-06-08
Merge my and Petr's git-merge-one-file-script modifications
Linus Torvalds
1
-1
/
+2
2005-06-08
[PATCH] git-merge-one-file-script cleanups from Cogito
Petr Baudis
1
-15
/
+29
2005-06-08
Make sure we error out if we can't remove a file on automatic merges.
Linus Torvalds
1
-1
/
+2
2005-06-08
[PATCH] Tidy up some rev-list-related stuff
Petr Baudis
3
-259
/
+227
2005-06-08
[PATCH] Add read-tree -m 3-way merge tests.
Junio C Hamano
2
-12
/
+366
2005-06-08
[PATCH] Fix git-merge-one-file permissions auto-merging
Petr Baudis
1
-0
/
+4
2005-06-08
Remove MERGE_HEAD after committing merge
Linus Torvalds
1
-1
/
+2
2005-06-08
Make "git commit" work correctly in the presense of a manual merge
Linus Torvalds
2
-3
/
+15
2005-06-08
cvs-migration: add more of a header to the "annotate" discussion
Linus Torvalds
1
-3
/
+20
2005-06-08
[PATCH] Miniscule correction of diff-format.txt
Christian Meder
1
-6
/
+7
[prev]
[next]