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-13
Make 'fsck' able to take an arbitrary number of parents on the
Linus Torvalds
1
-14
/
+19
2005-04-13
Make fsck reachability avoid doing unnecessary work for
Linus Torvalds
1
-0
/
+3
2005-04-13
Make "fsck-cache" use the same revision tracking structure as "rev-tree".
Linus Torvalds
1
-76
/
+133
2005-04-13
[PATCH] Change diff-tree output format
Petr Baudis
1
-2
/
+6
2005-04-13
[PATCH] diff-tree usage
Petr Baudis
1
-1
/
+1
2005-04-13
[PATCH] nsec portability
Petr Baudis
1
-0
/
+4
2005-04-13
[PATCH] Whitespace Fixes
Ingo Molnar
7
-9
/
+9
2005-04-13
[PATCH] No need to clean temp_git_file_* anymore
Junio C Hamano
1
-1
/
+1
2005-04-13
[PATCH] Typofix in git/show-files.
Junio C Hamano
1
-1
/
+1
2005-04-13
[PATCH] Consolidate the error handling
Petr Baudis
13
-69
/
+77
2005-04-13
[PATCH] Make nsec checking optional
Petr Baudis
2
-4
/
+20
2005-04-13
[PATCH] SHA1 naive collision checking
Petr Baudis
2
-2
/
+23
2005-04-13
[PATCH] ls-tree for listing trees
Petr Baudis
2
-2
/
+58
2005-04-13
[PATCH] Correct show-diff output for deleted files
Petr Baudis
1
-1
/
+1
2005-04-13
[PATCH] Silent flag for show-diff
Petr Baudis
1
-1
/
+13
2005-04-12
[PATCH] Fix a crash when doing rev-tree
Petr Baudis
1
-6
/
+6
2005-04-12
Make "checkout-cache" silently skip up-to-date files.
Linus Torvalds
1
-5
/
+7
2005-04-12
Make "rev-tree" able to read its own output again from the cache.
Linus Torvalds
1
-7
/
+74
2005-04-12
[PATCH] rev-tree support for "in X but not in Y".
David Woodhouse
1
-0
/
+8
2005-04-12
[PATCH] show-diff show deleted files as diff as well.
Christopher Li
1
-4
/
+45
2005-04-12
Remove the annoying "ok" printout from show-diff.
Linus Torvalds
1
-3
/
+1
2005-04-12
Add a "check-files" command, which is useful for scripting
Linus Torvalds
2
-1
/
+52
2005-04-11
Add "show-files" command to show the list of managed (or non-managed) files.
Linus Torvalds
2
-1
/
+168
2005-04-11
Allow zero-sized files to be checked in.
Linus Torvalds
1
-4
/
+8
2005-04-11
Make the rev-tree output more regular. This is the last
Linus Torvalds
1
-2
/
+2
2005-04-11
Make "rev-tree" capable of showing the difference in reachability between two
Linus Torvalds
1
-13
/
+99
2005-04-11
Make "rev-tree" more efficient and more useful.
Linus Torvalds
1
-44
/
+68
2005-04-11
Rename ".dircache" directory to ".git"
Linus Torvalds
6
-12
/
+12
2005-04-11
Fix stale index.lock file removal using "atexit()".
Linus Torvalds
2
-39
/
+47
2005-04-11
Add a "rev-tree" helper, which calculates the revision
Linus Torvalds
2
-1
/
+142
2005-04-11
Fix "usage()" to do the missing line termination.
Linus Torvalds
1
-1
/
+3
2005-04-11
Fix "update-cache" not fixing up the size field as appropriate.
Linus Torvalds
1
-5
/
+6
2005-04-11
Make the default directory permissions more lax.
Linus Torvalds
2
-4
/
+4
2005-04-11
Add a COPYING notice, making it explicit that the license is GPLv2.
Linus Torvalds
1
-0
/
+361
2005-04-11
Make "update-cache --refresh" do what it really should do: just
Linus Torvalds
1
-19
/
+99
2005-04-11
Fix up commit-tree/diff-tree user interface issues.
Linus Torvalds
2
-4
/
+4
2005-04-10
Oops. Fix bad initialization of the "seen" array, causing us to not
Linus Torvalds
1
-1
/
+1
2005-04-10
Oops, the actual 'printf' for missing objects was missing.
Linus Torvalds
1
-0
/
+1
2005-04-10
Add connectivity tracking to fsck.
Linus Torvalds
1
-4
/
+100
2005-04-10
Fix off-by-one error in removal of cache entry.
Linus Torvalds
1
-7
/
+7
2005-04-10
Fix diff-tree recursion.
Linus Torvalds
1
-6
/
+53
2005-04-10
Simplify "diff-tree" output, and only keep track of one single name-base.
Linus Torvalds
1
-24
/
+23
2005-04-10
Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...
Linus Torvalds
3
-29
/
+67
2005-04-10
Make "update-cache" a bit friendlier to use (and harder to mis-use).
Linus Torvalds
5
-11
/
+70
2005-04-09
This implements the new "recursive tree" write-tree.
Linus Torvalds
4
-22
/
+70
2005-04-09
Make fsck-cache warn about old-style tree objects that have full
Linus Torvalds
1
-0
/
+9
2005-04-09
Teach "fsck" and "read-tree" about recursive tree-nodes.
Linus Torvalds
2
-9
/
+24
2005-04-09
Make "fsck-cache" print out all the root commits it finds.
Linus Torvalds
1
-0
/
+5
2005-04-09
Add "diff-tree" program to show which files have changed between two trees.
Linus Torvalds
2
-1
/
+113
2005-04-09
Export "cache_name_compare()" helper function.
Linus Torvalds
2
-1
/
+2
[prev]
[next]