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-05-04
Teach fsck-cache to accept non-commits for reachability analysis.
Linus Torvalds
2
-5
/
+5
2005-05-04
Teach "git-pull-script" about alternate HEAD's to pull..
Linus Torvalds
1
-2
/
+3
2005-05-04
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
5
-11
/
+27
2005-05-04
git-pull-script: add a final "diffstat" to show the result of the merge.
Linus Torvalds
1
-0
/
+1
2005-05-03
sha1_file: make the new sha1 object writing be coda-friendly.
Linus Torvalds
1
-1
/
+14
2005-05-03
Improve sha1 object file writing.
Linus Torvalds
2
-96
/
+39
2005-05-03
fsck-cache: fix SIGSEGV on bad tag object
Linus Torvalds
1
-5
/
+8
2005-05-03
Automatic merge of /home/torvalds/junkio/.git/
Linus Torvalds
7
-90
/
+114
2005-05-02
fsck-cache: report broken links correctly
Linus Torvalds
1
-1
/
+1
2005-05-02
Make fsck-cache do better tree checking.
Linus Torvalds
3
-7
/
+57
2005-05-02
[PATCH] Fix warning in convert-cache
tony.luck@intel.com
1
-1
/
+1
2005-05-02
fsck-cache: sort entries by inode number
Linus Torvalds
1
-16
/
+73
2005-05-01
Update git-merge-one-file-script.
Junio C Hamano
1
-38
/
+26
2005-05-01
Implement git-update-cache --force-remove <path>
Junio C Hamano
1
-0
/
+9
2005-05-01
Add git-write-blob.
Junio C Hamano
5
-52
/
+79
2005-05-01
Make git-apply-patch-script executable.
Junio C Hamano
1
-0
/
+0
2005-05-01
Change the prefix for builtin diff generation.
Linus Torvalds
1
-1
/
+1
2005-05-01
[PATCH] git-export complains about mising cat-file
Alexey Nezhdanov
2
-5
/
+5
2005-05-01
[PATCH] git-local-pull updates
Junio C Hamano
1
-24
/
+41
2005-05-01
[PATCH] typo fixes to git-apply-patch-script
Junio C Hamano
1
-4
/
+2
2005-05-01
[PATCH] Add git-local-pull.
Junio C Hamano
2
-1
/
+112
2005-05-01
[PATCH] Do not call fetch() when we have it.
Junio C Hamano
3
-11
/
+12
2005-05-01
[PATCH] Make git-update-cache --refresh fail if update/merge needed.
Junio C Hamano
1
-5
/
+10
2005-05-01
Fix missing '\n' at end of git-cat-file -t output.
Linus Torvalds
1
-0
/
+1
2005-05-01
Make "cat-file" use "read_object_with_reference()"
Linus Torvalds
1
-9
/
+12
2005-05-01
Remove the ugly jit-style parent syntax.
Linus Torvalds
1
-44
/
+0
2005-05-01
Add "look up parent" logic for the simple names.
Linus Torvalds
1
-5
/
+62
2005-05-01
Add "get_sha1()" helper function.
Linus Torvalds
16
-16
/
+46
2005-05-01
date handling: handle "AM"/"PM" on time
Linus Torvalds
2
-9
/
+23
2005-05-01
date.c: allow even more varied time formats
Linus Torvalds
1
-54
/
+152
2005-05-01
[PATCH] Allow removing files in a subdirectory.
Junio C Hamano
1
-1
/
+1
2005-05-01
[PATCH] Really fix git-merge-one-file-script this time.
Junio C Hamano
1
-23
/
+18
2005-05-01
[PATCH] Add git-apply-patch-script.
Junio C Hamano
2
-2
/
+62
2005-05-01
[PATCH] Rework built-in diff to make its output more dense.
Junio C Hamano
1
-11
/
+15
2005-04-30
[PATCH] Resurrect diff-tree-helper -R
Junio C Hamano
1
-6
/
+11
2005-04-30
[PATCH] Split out "pull" from particular methods
Daniel Barkalow
5
-154
/
+114
2005-04-30
rev-tree.c: don't include unnecessary header files
Linus Torvalds
1
-5
/
+0
2005-04-30
date.c: fix printout of timezone offsets that aren't exact hours
Linus Torvalds
1
-2
/
+8
2005-04-30
date.c: only use the TZ names if we don't have anything better.
Linus Torvalds
1
-1
/
+5
2005-04-30
date.c: split up dst information in the timezone table
Linus Torvalds
1
-45
/
+51
2005-04-30
date.c: fix parsing of dates in mm/dd/yy format
Linus Torvalds
1
-1
/
+3
2005-04-30
date.c: use the local timezone if none specified
Linus Torvalds
1
-2
/
+7
2005-04-30
[PATCH] fix usage string for renamed git commands
Nicolas Pitre
2
-6
/
+6
2005-04-30
Make the date parsing accept pretty much any random crap.
Linus Torvalds
3
-106
/
+238
2005-04-30
Make git-fsck-cache error printouts a bit more informative.
Linus Torvalds
1
-12
/
+18
2005-04-30
Rename "show-files" to "ls-files"
Linus Torvalds
2
-2
/
+2
2005-04-30
Fix up d_type handling - we need to include <dirent.h> before
Linus Torvalds
1
-2
/
+1
2005-04-30
[PATCH] compat: replace AF_LOCAL with AF_UNIX
Edgar Toernig
2
-5
/
+5
2005-04-30
[PATCH] compat: missing dirent.d_type field
Edgar Toernig
2
-1
/
+10
2005-04-30
[PATCH] compat: support pre-1.2 zlib
Edgar Toernig
1
-0
/
+4
[next]