Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
[PATCH] Do not call fetch() when we have it.
2005-05-02
Fix missing '\n' at end of git-cat-file -t output.
diff
|
tree
2005-05-02
Make "cat-file" use "read_object_with_reference()"
diff
|
tree
2005-05-02
Remove the ugly jit-style parent syntax.
diff
|
tree
2005-05-02
Add "look up parent" logic for the simple names.
diff
|
tree
2005-05-01
Add "get_sha1()" helper function.
diff
|
tree
2005-05-01
date handling: handle "AM"/"PM" on time
diff
|
tree
2005-05-01
date.c: allow even more varied time formats
diff
|
tree
2005-04-30
rev-tree.c: don't include unnecessary header files
diff
|
tree
2005-04-30
date.c: fix printout of timezone offsets that aren...
diff
|
tree
2005-04-30
date.c: only use the TZ names if we don't have anything...
diff
|
tree
2005-04-30
date.c: split up dst information in the timezone table
diff
|
tree
2005-04-30
date.c: fix parsing of dates in mm/dd/yy format
diff
|
tree
2005-04-30
date.c: use the local timezone if none specified
diff
|
tree
2005-04-30
Make the date parsing accept pretty much any random...
diff
|
tree
2005-04-30
Make git-fsck-cache error printouts a bit more informative.
diff
|
tree
2005-04-30
Rename "show-files" to "ls-files"
diff
|
tree
2005-04-30
Fix up d_type handling - we need to include <dirent...
diff
|
tree
2005-04-29
Update the merge scripts for the big git rename.
diff
|
tree
2005-04-29
Rename git core commands to be "git-xxxx" to avoid...
diff
|
tree
2005-04-28
Fix up recent object model cleanups
diff
|
tree
2005-04-27
diff.c: don't add extra '/' to pathname
diff
|
tree
2005-04-27
diff-cache: handle modified new files correctly
diff
|
tree
2005-04-27
Allow writing to the private index file mapping.
diff
|
tree
2005-04-27
diff-cache: fix handling of unmerged files.
diff
|
tree
2005-04-27
diff-cache.c: use the "U <pathname>" format for unmerged...
diff
|
tree
2005-04-27
show-diff: don't print out the full "ce" format for...
diff
|
tree
2005-04-27
show-diff: match diff-tree and diff-cache output
diff
|
tree
2005-04-26
git-pull-script: do automatic merges
diff
|
tree
2005-04-26
update-cache: remove index lock file on SIGINT
diff
|
tree
2005-04-25
fsck-cache: show root objects only with "--root"
diff
|
tree
2005-04-25
fsck-cache: only show tags if asked to do so with ...
diff
|
tree
2005-04-25
Add the git-*-script files to the install
diff
|
tree
2005-04-25
Add example "git-tag-script" to show how to create...
diff
|
tree
2005-04-25
Make "fsck" also show what the name of the tag object...
diff
|
tree
2005-04-25
Add "tag" objects that can be used to sign other objects.
diff
|
tree
2005-04-25
Fix up the types in write_sha1_file
diff
|
tree
2005-04-25
Simplify "write_sha1_file()" interfaces
diff
|
tree
2005-04-24
fsck-cache: warn about missing commit dates
diff
|
tree
2005-04-24
Update "convert-cache" to handle git itself.
diff
|
tree
2005-04-24
Don't add references to objects we couldn't find.
diff
|
tree
2005-04-24
Verify that the object type matches for tree/commit...
diff
|
tree
2005-04-24
Set object type at object creation time, not object...
diff
|
tree
2005-04-24
fsck-cache: notice missing "blob" objects.
diff
|
tree
2005-04-24
Support a fine-grained diff-tree
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
diff
|
tree
2005-04-24
Don't add parents to the commit list if we have already
diff
|
tree
2005-04-24
Add "rev-list" program that uses the new time-based...
diff
|
tree
2005-04-23
Make a hack to convert-cache for missing author dates...
diff
|
tree
2005-04-23
Make "convert-cache" able to handle the really old...
diff
|
tree
2005-04-23
Use O_NOATIME when opening the sha1 files.
diff
|
tree
2005-04-23
New "diff-cache" implementation.
diff
|
tree
2005-04-22
Move "read_tree()" to "tree.c" to be used as a generic...
diff
|
tree
2005-04-22
Clean up and simplify read-tree a bit.
diff
|
tree
2005-04-21
Add support for alternate SHA1 library implementations.
diff
|
tree
2005-04-21
Split up Makefile library list handling with separate...
diff
|
tree
2005-04-21
Include <limits.h> in commit.c for ULONG_MAX. Remove...
diff
|
tree
2005-04-21
Add support for a "GIT_INDEX_FILE" environment variable.
diff
|
tree
2005-04-21
Add the ability to prefix something to the pathname...
diff
|
tree
2005-04-21
Fix NSEC compile problem, and properly parse the rev...
diff
|
tree
2005-04-21
Duh, just make git-export.c use the proper syntax,...
diff
|
tree
2005-04-21
Fix up some problems from the commit->tree helper patch
diff
|
tree
2005-04-21
Fix up git-export to use the lower-level interfaces...
diff
|
tree
2005-04-20
Improve build: add <unistd.h> and use -O2 instead of -O3
diff
|
tree
2005-04-20
Make the sha1 of the index file go at the very end...
diff
|
tree
2005-04-20
Speed up index file writing by chunking it nicely.
diff
|
tree
2005-04-20
Make "write_sha1_file()" exit early if the file already...
diff
|
tree
2005-04-20
The recent hash/compression switch-over missed the...
diff
|
tree
2005-04-20
Do SHA1 hash _before_ compression.
diff
|
tree
2005-04-20
Make "diff-tree" take commit objects too, like "diff...
diff
|
tree
2005-04-20
Add "diff-cache" helper program to compare a tree ...
diff
|
tree
2005-04-19
Make us be better at guessing a good hostname for the...
diff
|
tree
2005-04-19
Remove duplicate getenv(DB_ENVIRONMENT) call
diff
|
tree
2005-04-19
Add stupid "git export" thing, which can export a git...
diff
|
tree
2005-04-19
Fix init-db shared database case
diff
|
tree
2005-04-19
Update "git-pull-script" to use "read-tree -m" for
diff
|
tree
2005-04-19
Make "read-tree" know how to do a "1-way merge".
diff
|
tree
2005-04-19
Make "read-tree" take the 'stat' information for a...
diff
|
tree
2005-04-19
Make git-pull-script do the right thing for symlinked...
diff
|
tree
2005-04-19
Don't parse commit objects more than once.
diff
|
tree
2005-04-19
Make fsck-cache print the object type for unreachable...
diff
|
tree
2005-04-18
Add "update-cache --refresh" to git-pull-script to...
diff
|
tree
2005-04-18
Change merge-cache and git-merge-one-file to use the...
diff
|
tree
2005-04-18
Add "unpack-file" helper that unpacks a sha1 blob into...
diff
|
tree
2005-04-18
Add more header dependencies.
diff
|
tree
2005-04-18
Split up read-cache.c into more logical clumps.
diff
|
tree
2005-04-18
Clean up the Makefile a bit.
diff
|
tree
2005-04-18
Add the simple scripts I used to do a merge with content...
diff
|
tree
2005-04-18
Merge the new object model thing from Daniel Barkalow
diff
|
tree
2005-04-18
Update README to reflect the hierarchical tree objects,
diff
|
tree
2005-04-18
Ass a "merge-cache" helper program to execute a merge on
diff
|
tree
2005-04-18
Ignore any unmerged entries for "checkout-cache -a".
diff
|
tree
2005-04-17
Remove extraneous ',' ';' and '.' characters from the...
diff
|
tree
2005-04-17
Make the revision tracking track the object types too.
diff
|
tree
2005-04-17
Make "commit-tree" check the input objects more carefully.
diff
|
tree
2005-04-17
Make "parse_commit" return the "struct revision" for...
diff
|
tree
2005-04-17
Do a very simple "merge-base" that finds the most recent...
diff
|
tree
2005-04-17
Make "rev-tree.c" use the new-and-improved "mark_reachable()"
diff
|
tree
2005-04-17
Make "revision.h" slightly better to use.
diff
|
tree
2005-04-17
Move "parse_commit()" into common revision.h file.
diff
|
tree
2005-04-17
Fix total permission bogosity in "checkout-cache.c".
diff
|
tree
2005-04-17
Be much more liberal about the file mode bits.
diff
|
tree