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-04-29
[PATCH] GIT: Create tar archives of tree on the fly
Rene Scharfe
2
-16
/
+54
2005-04-29
[PATCH] leftover bits for git rename
Junio C Hamano
3
-5
/
+5
2005-04-29
[PATCH] Makefile: The big git command renaming fallout fix.
Junio C Hamano
1
-2
/
+1
2005-04-29
Update the merge scripts for the big git rename.
Linus Torvalds
2
-18
/
+18
2005-04-29
[PATCH] The big git command renaming fallout fix.
Junio C Hamano
1
-1
/
+1
2005-04-29
Rename git core commands to be "git-xxxx" to avoid name clashes.
Linus Torvalds
4
-38
/
+44
2005-04-29
[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-script
Rene Scharfe
1
-1
/
+1
2005-04-28
[PATCH] Use read_object_with_reference() in tar-tree
Rene Scharfe
1
-29
/
+25
2005-04-28
[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1
Junio C Hamano
7
-41
/
+47
2005-04-28
[PATCH] add short options to show-files
Nicolas Pitre
1
-37
/
+16
2005-04-28
[PATCH] diff-tree does not need -r in git-export.c
Junio C Hamano
1
-1
/
+1
2005-04-28
[PATCH] create tar archives of tree on the fly
Rene Scharfe
2
-1
/
+364
2005-04-28
[PATCH] Give show-files the ability to process exclusion pattern.
Nicolas Pitre
1
-8
/
+97
2005-04-28
[PATCH] diff-cache.c compilation warning fix.
Junio C Hamano
1
-2
/
+2
2005-04-28
[PATCH] diff.c: clean temporary files
Junio C Hamano
1
-5
/
+24
2005-04-28
[PATCH] diff-tree-helper: do not report unmerged path outside specification.
Junio C Hamano
1
-60
/
+50
2005-04-28
[PATCH] Make diff-cache and friends output more cg-patch friendly.
Junio C Hamano
1
-20
/
+36
2005-04-28
Fix up recent object model cleanups
Linus Torvalds
2
-1
/
+4
2005-04-28
[PATCH] Rework fsck-cache to use parse_object()
Daniel Barkalow
1
-87
/
+34
2005-04-28
[PATCH] Add function to parse an object of unspecified type (take 2)
Daniel Barkalow
2
-0
/
+43
2005-04-28
[PATCH] Add tag header/parser to library
Daniel Barkalow
3
-1
/
+89
2005-04-28
[PATCH] Mark blobs as parsed when they're actually parsed
Daniel Barkalow
2
-1
/
+21
2005-04-27
[PATCH] diff-tree -p implies diff-tree -p -r
Junio C Hamano
1
-1
/
+1
2005-04-27
[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.
Junio C Hamano
1
-1
/
+1
2005-04-27
[PATCH] Make -s flag to show-diff a no-op.
Junio C Hamano
1
-9
/
+9
2005-04-27
[PATCH] Fix up <sys/socket.h> include dependency
Andreas Gal
1
-0
/
+1
2005-04-27
diff.c: don't add extra '/' to pathname
Linus Torvalds
1
-2
/
+0
2005-04-27
diff-cache: handle modified new files correctly
Linus Torvalds
1
-18
/
+44
2005-04-27
[PATCH] Teach diff-tree-helper to handle unmerged paths.
Junio C Hamano
1
-1
/
+1
2005-04-27
[PATCH] Add -p (patch) to diff-cache.
Junio C Hamano
1
-9
/
+28
2005-04-27
[PATCH] Add -p (patch) to diff-tree.
Junio C Hamano
1
-9
/
+26
2005-04-27
[PATCH] Reactivate show-diff patch generation
Junio C Hamano
1
-14
/
+42
2005-04-27
[PATCH] Reworked external diff interface.
Junio C Hamano
2
-40
/
+72
2005-04-26
Allow writing to the private index file mapping.
Linus Torvalds
1
-1
/
+1
2005-04-26
diff-cache: fix handling of unmerged files.
Linus Torvalds
1
-22
/
+39
2005-04-26
diff-cache.c: use the "U <pathname>" format for unmerged entries.
Linus Torvalds
1
-1
/
+1
2005-04-26
[PATCH] diff-cache/tree compatible output for show-diff (take 2).
Junio C Hamano
1
-9
/
+18
2005-04-26
show-diff: don't print out the full "ce" format for unmerged files
Linus Torvalds
1
-1
/
+1
2005-04-26
show-diff: match diff-tree and diff-cache output
Linus Torvalds
1
-31
/
+32
2005-04-26
git-pull-script: do automatic merges
Linus Torvalds
1
-3
/
+11
2005-04-26
[PATCH] introduce xmalloc and xrealloc
Christopher Li
18
-41
/
+54
2005-04-26
update-cache: remove index lock file on SIGINT
Linus Torvalds
1
-0
/
+7
2005-04-26
[PATCH] diff-cache buglet
Junio C Hamano
1
-1
/
+1
2005-04-26
[PATCH] Diff-tree-helper take two.
Junio C Hamano
4
-270
/
+271
2005-04-25
[PATCH] Introduce diff-tree-helper.
Junio C Hamano
4
-1
/
+363
2005-04-25
[PATCH] Split external diff command interface to a separate file.
Junio C Hamano
4
-98
/
+130
2005-04-25
fsck-cache: show root objects only with "--root"
Linus Torvalds
1
-1
/
+6
2005-04-25
fsck-cache: only show tags if asked to do so with "--tags"
Linus Torvalds
1
-5
/
+25
2005-04-25
Add the git-*-script files to the install
Linus Torvalds
1
-2
/
+3
2005-04-25
Add example "git-tag-script" to show how to create signed tag objects.
Linus Torvalds
1
-0
/
+8
[next]