summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-205-13/+158
* [PATCH] init-db.c: create and use safe_create_dir helperZach Welch2005-04-191-16/+14
* [PATCH] init-db.c: normalize env var handling.Zach Welch2005-04-191-8/+3
* [PATCH] init-db.c: cleanup commentsZach Welch2005-04-191-9/+6
* Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds2005-04-191-0/+16
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-192-2/+274
* Make us be better at guessing a good hostname for the email.Linus Torvalds2005-04-191-2/+4
* Remove duplicate getenv(DB_ENVIRONMENT) callLinus Torvalds2005-04-191-1/+1
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-192-1/+86
* Fix init-db shared database caseLinus Torvalds2005-04-191-1/+1
* Update "git-pull-script" to use "read-tree -m" forLinus Torvalds2005-04-191-2/+2
* Make "read-tree" know how to do a "1-way merge".Linus Torvalds2005-04-191-5/+39
* Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds2005-04-191-2/+39
* Make git-pull-script do the right thing for symlinked HEAD's.Linus Torvalds2005-04-191-1/+3
* Don't parse commit objects more than once.Linus Torvalds2005-04-191-0/+4
* [PATCH] SCSI trees, merges and git statusJames Bottomley2005-04-181-1/+10
* [PATCH] provide better committer information to commit-tree.cGreg KH2005-04-181-5/+9
* Make fsck-cache print the object type for unreachable objects.Linus Torvalds2005-04-181-1/+1
* [PATCH] show-diff: Remove stale commentsJunio C Hamano2005-04-181-3/+0
* [PATCH] Do not let rsync obliterate .git/object symbolic link.Junio C Hamano2005-04-181-1/+1
* [PATCH] show-diff.c: -R option for reverse diff.Junio C Hamano2005-04-181-7/+13
* [PATCH] show-diff.c: make diff options customizable.Junio C Hamano2005-04-181-4/+25
* [PATCH] show-diff.c: adjust default format for the Linux kernel.Junio C Hamano2005-04-181-3/+4
* [PATCH] show-diff.c: simplify show_diff_empty.Junio C Hamano2005-04-181-34/+10
* [PATCH] show-diff.c: check unreadbale blob.Junio C Hamano2005-04-181-1/+10
* [PATCH] show-diff.c: clean up private buffer use.Junio C Hamano2005-04-181-16/+6
* Add "update-cache --refresh" to git-pull-script to make sureLinus Torvalds2005-04-181-2/+2
* Change merge-cache and git-merge-one-file to use the SHA1 of the fileLinus Torvalds2005-04-182-46/+41
* Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds2005-04-182-1/+39
* Add more header dependencies.Linus Torvalds2005-04-181-2/+24
* Split up read-cache.c into more logical clumps.Linus Torvalds2005-04-184-271/+288
* Clean up the Makefile a bit.Linus Torvalds2005-04-181-32/+39
* Add the simple scripts I used to do a merge with content conflicts.Linus Torvalds2005-04-183-0/+83
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-1812-160/+512
|\
| * [PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow2005-04-182-44/+82
| * [PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow2005-04-182-72/+38
| * [PATCH] Port rev-tree to parsing functionsDaniel Barkalow2005-04-182-48/+38
| * [PATCH] Implementations of parsing functionsDaniel Barkalow2005-04-184-0/+272
| * [PATCH] Header files for object parsingDaniel Barkalow2005-04-184-0/+87
* | [PATCH] fix bug in read-cache.c which loses files when merging a treeJames Bottomley2005-04-181-1/+0
* | [PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano2005-04-181-2/+11
* | Update README to reflect the hierarchical tree objects,Linus Torvalds2005-04-171-109/+401
* | [PATCH] (resend) show-diff.c off-by-one fixJunio C Hamano2005-04-171-2/+2
* | Ass a "merge-cache" helper program to execute a merge onLinus Torvalds2005-04-172-1/+131
* | [PATCH] fork optional branch point normazilationBrad Roberts2005-04-171-3/+3
* | Ignore any unmerged entries for "checkout-cache -a".Linus Torvalds2005-04-171-0/+2
* | Remove extraneous ',' ';' and '.' characters from the full name gecos field.Linus Torvalds2005-04-171-0/+15
* | Make the revision tracking track the object types too.Linus Torvalds2005-04-173-23/+29
* | Make "commit-tree" check the input objects more carefully.Linus Torvalds2005-04-171-0/+14
* | Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-172-7/+4
|/