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-07
[PATCH] Add #include <limits.h> so that git compiles under Solaris
Thomas Glanzmann
4
-0
/
+4
2005-05-07
Use backticks in git-merge-one-file-script instead of $(command).
Junio C Hamano
1
-4
/
+4
2005-05-07
Notice index that has path and path/file and refuse to write such a tree.
Junio C Hamano
1
-4
/
+31
2005-05-07
Date: Thu Apr 14 08:26:38 2005 +0200
Ingo Molnar
1
-0
/
+1
2005-05-07
Free compressed buffer after write_sha1_file() is done.
Junio C Hamano
1
-0
/
+1
2005-05-07
Fix usage string of git-diff-cache and add documentation of -m flag.
Junio C Hamano
2
-2
/
+9
2005-05-07
Fix thinko in the logic to refuse unmerged path fed to git-apply-patch-script.
Junio C Hamano
1
-1
/
+1
2005-05-07
Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.
Junio C Hamano
3
-20
/
+93
2005-05-06
[PATCH] Lift path length limits from git-tar-tree.
Rene Scharfe
1
-8
/
+7
2005-05-06
[PATCH] Remove unused sha1_file_directory variable.
Junio C Hamano
2
-3
/
+0
2005-05-06
[PATCH] Do not initialize sha1_file_directory by hand.
Junio C Hamano
3
-12
/
+0
2005-05-06
Revert bogus optimization that avoids index file writes
Linus Torvalds
3
-42
/
+8
2005-05-06
diff-tree: add author/date information to the verbose output
Linus Torvalds
1
-1
/
+24
2005-05-06
date.c: add "show_date()" function.
Linus Torvalds
2
-0
/
+29
2005-05-06
[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-tree
Junio C Hamano
2
-2
/
+31
2005-05-06
[PATCH] git-tar-tree: add symlink support
Rene Scharfe
1
-13
/
+47
2005-05-06
[PATCH] git-tar-tree: make file contents accessible to write_header()
Rene Scharfe
1
-10
/
+13
2005-05-06
[PATCH] git-tar-tree: add extended header helpers
Rene Scharfe
1
-18
/
+40
2005-05-06
[PATCH] git-tar-tree: add TYPEFLAG_ constants
Rene Scharfe
1
-5
/
+20
2005-05-06
[PATCH] git-tar-tree: add get_record()
Rene Scharfe
1
-13
/
+13
2005-05-06
diff-tree: add "verbose header" mode
Linus Torvalds
1
-3
/
+58
2005-05-06
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
9
-70
/
+115
2005-05-06
git-diff-tree: clean up output
Linus Torvalds
1
-3
/
+27
2005-05-06
diff-tree: support list if input trees on stdin
Linus Torvalds
1
-9
/
+77
2005-05-06
[PATCH] control/limit output of git-rev-list
Kay Sievers
1
-2
/
+31
2005-05-06
update-cache: remove compiler warning
Linus Torvalds
1
-1
/
+0
2005-05-06
[PATCH] fix compare symlink against readlink not data
Kay Sievers
3
-9
/
+49
2005-05-06
Steal -t option to git-ls-files from Cogito fork.
Petr Baudis
2
-10
/
+36
2005-05-06
Implement -v (verbose) option for pull methods other than local transport.
Junio C Hamano
6
-15
/
+60
2005-05-06
Add http and local transport support for git-pull-script.
Junio C Hamano
1
-6
/
+31
2005-05-05
Add documentation for the rest of commands.
Junio C Hamano
1
-0
/
+104
2005-05-05
Adjust core-git documentation to more recent Linus GIT.
Junio C Hamano
1
-287
/
+294
2005-05-05
Reference documentation for the core git commands.
David Greaves
1
-0
/
+1128
2005-05-05
Merge of http://members.cox.net/junkio/git-jc.git
Linus Torvalds
5
-67
/
+217
2005-05-05
[PATCH] create subdirs for symlinks
Kay Sievers
1
-0
/
+1
2005-05-05
Be more careful about tree entry modes.
Linus Torvalds
3
-2
/
+28
2005-05-05
Octopus merge of the following five patches.
Junio C Hamano
4
-29
/
+116
2005-05-05
Update git-apply-patch-script for symbolic links.
Junio C Hamano
1
-38
/
+101
2005-05-05
Update diff engine for symlinks stored in the cache.
Junio C Hamano
1
-22
/
+56
2005-05-05
Fix git-resolve-script.
Linus Torvalds
1
-1
/
+1
2005-05-05
Fix symlink handling
Linus Torvalds
1
-3
/
+1
2005-05-05
diff-cache shows differences for unmerged paths without --cache.
Junio C Hamano
1
-4
/
+19
2005-05-05
Do not write out new index if nothing has changed.
Junio C Hamano
1
-3
/
+41
2005-05-05
Make git-prune-script executable again.
Junio C Hamano
1
-0
/
+0
2005-05-05
[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.
Thomas Glanzmann
1
-1
/
+1
2005-05-05
Split "git-pull-script" into two parts
Linus Torvalds
3
-46
/
+58
2005-05-05
git-diff-cache: add "-m" flag to match all non-checked-out files with the index.
Linus Torvalds
1
-2
/
+13
2005-05-05
[PATCH] git and symlinks as tracked content
Kay Sievers
7
-27
/
+74
2005-05-05
[PATCH] Fix git rpush.
Anton Altaparmakov
1
-1
/
+1
2005-05-05
[PATCH] Fix git rpull.
Anton Altaparmakov
1
-1
/
+1
[next]