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
2007-01-14
Changed fast-import's pack header creation to use pack.h
Shawn O. Pearce
1
-9
/
+8
2007-01-14
Converted fast-import to a text based protocol.
Shawn O. Pearce
1
-160
/
+326
2007-01-14
Implement blob ID validation in fast-import.
Shawn O. Pearce
1
-4
/
+24
2007-01-14
Added tree and commit writing to fast-import.
Shawn O. Pearce
1
-177
/
+729
2007-01-14
Implemented branch handling and basic tree support in fast-import.
Shawn O. Pearce
1
-5
/
+165
2007-01-14
Added basic command handler to fast-import.
Shawn O. Pearce
1
-14
/
+46
2007-01-14
Refactored fast-import's internals for future additions.
Shawn O. Pearce
1
-66
/
+83
2007-01-14
Cleaned up memory allocation for object_entry structs.
Shawn O. Pearce
1
-47
/
+46
2007-01-14
Added automatic index generation to fast-import.
Shawn O. Pearce
1
-19
/
+163
2007-01-14
Created fast-import, a tool to quickly generating a pack from blobs.
Shawn O. Pearce
3
-0
/
+216
2007-01-13
git-commit documentation: -a adds and also removes
Junio C Hamano
1
-1
/
+2
2007-01-13
git-remote: no longer silent on unknown commands.
Quy Tonthat
1
-1
/
+6
2007-01-13
git-svn: fix tests to work with older svn
Eric Wong
2
-2
/
+4
2007-01-12
Make git-prune-packed a bit more chatty.
Junio C Hamano
3
-9
/
+22
2007-01-12
glossary typofix
Junio C Hamano
1
-1
/
+1
2007-01-12
use 'init' instead of 'init-db' for shipped docs and tools
Nicolas Pitre
29
-45
/
+42
2007-01-12
Explain "Not a git repository: '.git'".
Junio C Hamano
1
-1
/
+5
2007-01-12
merge-recursive: do not report the resulting tree object name
Junio C Hamano
1
-6
/
+3
2007-01-12
git-revert: Fix die before git-sh-setup defines it.
Bob Proulx
1
-1
/
+2
2007-01-12
fix documentation for git-commit --no-verify
Michael S. Tsirkin
1
-6
/
+2
2007-01-11
Fix up totally buggered read_or_die()
Linus Torvalds
1
-14
/
+8
2007-01-11
Clean up write_in_full() users
Linus Torvalds
2
-36
/
+4
2007-01-11
reflog-expire: brown paper bag fix.
Junio C Hamano
1
-6
/
+12
2007-01-11
GIT v1.5.0-rc1
Junio C Hamano
1
-1
/
+1
2007-01-11
plug a few leaks in revision walking used in describe.
Junio C Hamano
2
-3
/
+6
2007-01-11
Chose better tag names in git-describe after merges.
Shawn O. Pearce
1
-11
/
+67
2007-01-11
Merge branch 'jc/bare'
Junio C Hamano
17
-15
/
+62
2007-01-11
Merge branch 'ar/merge-recursive'
Junio C Hamano
1
-126
/
+46
2007-01-11
Merge branch 'jc/detached-head'
Junio C Hamano
7
-42
/
+135
2007-01-11
git-status: wording update to deal with deleted files.
Junio C Hamano
1
-3
/
+16
2007-01-11
git-rm: do not fail on already removed file.
Junio C Hamano
1
-1
/
+5
2007-01-11
Avoid errors and warnings when attempting to do I/O on zero bytes
Eric Wong
2
-0
/
+10
2007-01-11
Better error messages for corrupt databases
Linus Torvalds
2
-1
/
+3
2007-01-11
config-set: check write-in-full returns in set_multivar
Junio C Hamano
1
-19
/
+24
2007-01-11
index-pack: write-or-die instead of unchecked write-in-full.
Junio C Hamano
1
-1
/
+1
2007-01-11
write_in_full: really write in full or return error on disk full.
Linus Torvalds
1
-7
/
+6
2007-01-11
Document git-init
Junio C Hamano
2
-90
/
+115
2007-01-11
write-cache: do not leak the serialized cache-tree data.
Linus Torvalds
1
-1
/
+1
2007-01-10
Disallow working directory commands in a bare repository.
Shawn O. Pearce
11
-4
/
+25
2007-01-10
merge-recursive: do not use on-file index when not needed.
Junio C Hamano
1
-123
/
+46
2007-01-10
Speed-up recursive by flushing index only once for all entries
Alex Riesen
1
-5
/
+2
2007-01-10
Provide better feedback for the untracked only case in status output
Jürgen Rühle
2
-11
/
+16
2007-01-10
Merge branch 'js/reflog'
Junio C Hamano
6
-24
/
+44
2007-01-10
Makefile: remove $foo when $foo.exe is built/installed.
Junio C Hamano
1
-3
/
+9
2007-01-10
send-email: work around double encoding of in-body From field.
Jürgen Rühle
1
-0
/
+10
2007-01-10
Add git-init documentation.
Nicolas Pitre
1
-0
/
+1
2007-01-10
Fix t1410 for core.filemode==false
Johannes Schindelin
1
-0
/
+2
2007-01-10
Make git-describe a builtin.
Shawn O. Pearce
4
-3
/
+6
2007-01-10
Don't save the commit buffer in git-describe.
Shawn O. Pearce
1
-0
/
+1
2007-01-09
Fix warnings in sha1_file.c - use C99 printf format if available
Pavel Roskin
1
-4
/
+11
[prev]
[next]