]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2005-04-21  Linus TorvaldsDuh, just make git-export.c use the proper syntax,...
2005-04-21  Linus TorvaldsFix up some problems from the commit->tree helper patch
2005-04-21  Linus TorvaldsFix up git-export to use the lower-level interfaces...
2005-04-21  Junio C Hamano[PATCH] Teach read-tree about commit objects
2005-04-21  Junio C Hamano[PATCH] Teach ls-tree about commit objects
2005-04-21  Junio C Hamano[PATCH] Teach diff-tree about commit objects
2005-04-21  Junio C Hamano[PATCH] Teach diff-cache about commit objects
2005-04-21  Junio C Hamano[PATCH] Accept commit in some places when tree is needed.
2005-04-20  Andre Noll[PATCH] simplify Makefile
2005-04-20  Linus TorvaldsImprove build: add <unistd.h> and use -O2 instead of -O3
2005-04-20  Linus TorvaldsMake the sha1 of the index file go at the very end...
2005-04-20  Linus TorvaldsSpeed up index file writing by chunking it nicely.
2005-04-20  Linus TorvaldsMake "write_sha1_file()" exit early if the file already...
2005-04-20  Linus TorvaldsThe recent hash/compression switch-over missed the...
2005-04-20  Linus TorvaldsDo SHA1 hash _before_ compression.
2005-04-20  Zach Welch[PATCH] init-db.c: create and use safe_create_dir helper
2005-04-20  Zach Welch[PATCH] init-db.c: normalize env var handling.
2005-04-20  Zach Welch[PATCH] init-db.c: cleanup comments
2005-04-20  Linus TorvaldsMake "diff-tree" take commit objects too, like "diff...
2005-04-20  Linus TorvaldsAdd "diff-cache" helper program to compare a tree ...
2005-04-19  Linus TorvaldsMake us be better at guessing a good hostname for the...
2005-04-19  Linus TorvaldsRemove duplicate getenv(DB_ENVIRONMENT) call
2005-04-19  Linus TorvaldsAdd stupid "git export" thing, which can export a git...
2005-04-19  Linus TorvaldsFix init-db shared database case
2005-04-19  Linus TorvaldsUpdate "git-pull-script" to use "read-tree -m" for
2005-04-19  Linus TorvaldsMake "read-tree" know how to do a "1-way merge".
2005-04-19  Linus TorvaldsMake "read-tree" take the 'stat' information for a...
2005-04-19  Linus TorvaldsMake git-pull-script do the right thing for symlinked...
2005-04-19  Linus TorvaldsDon't parse commit objects more than once.
2005-04-19  James Bottomley[PATCH] SCSI trees, merges and git status
2005-04-19  Greg KH[PATCH] provide better committer information to commit...
2005-04-19  Linus TorvaldsMake fsck-cache print the object type for unreachable...
2005-04-18  Junio C Hamano[PATCH] show-diff: Remove stale comments
2005-04-18  Junio C Hamano[PATCH] Do not let rsync obliterate .git/object symboli...
2005-04-18  Junio C Hamano[PATCH] show-diff.c: -R option for reverse diff.
2005-04-18  Junio C Hamano[PATCH] show-diff.c: make diff options customizable.
2005-04-18  Junio C Hamano[PATCH] show-diff.c: adjust default format for the...
2005-04-18  Junio C Hamano[PATCH] show-diff.c: simplify show_diff_empty.
2005-04-18  Junio C Hamano[PATCH] show-diff.c: check unreadbale blob.
2005-04-18  Junio C Hamano[PATCH] show-diff.c: clean up private buffer use.
2005-04-18  Linus TorvaldsAdd "update-cache --refresh" to git-pull-script to...
2005-04-18  Linus TorvaldsChange merge-cache and git-merge-one-file to use the...
2005-04-18  Linus TorvaldsAdd "unpack-file" helper that unpacks a sha1 blob into...
2005-04-18  Linus TorvaldsAdd more header dependencies.
2005-04-18  Linus TorvaldsSplit up read-cache.c into more logical clumps.
2005-04-18  Linus TorvaldsClean up the Makefile a bit.
2005-04-18  Linus TorvaldsAdd the simple scripts I used to do a merge with conten...
2005-04-18  Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18  James Bottomley[PATCH] fix bug in read-cache.c which loses files when...
2005-04-18  Daniel Barkalow[PATCH] Switch implementations of merge-base, port...
2005-04-18  Daniel Barkalow[PATCH] Port fsck-cache to use parsing functions
2005-04-18  Daniel Barkalow[PATCH] Port rev-tree to parsing functions
2005-04-18  Daniel Barkalow[PATCH] Implementations of parsing functions
2005-04-18  Daniel Barkalow[PATCH] Header files for object parsing
2005-04-18  Junio C Hamano[PATCH] Fix confusing behaviour of update-cache --refre...
2005-04-18  Linus TorvaldsUpdate README to reflect the hierarchical tree objects,
2005-04-18  Junio C Hamano[PATCH] (resend) show-diff.c off-by-one fix
2005-04-18  Linus TorvaldsAss a "merge-cache" helper program to execute a merge on
2005-04-18  Brad Roberts[PATCH] fork optional branch point normazilation
2005-04-18  Linus TorvaldsIgnore any unmerged entries for "checkout-cache -a".
2005-04-17  Linus TorvaldsRemove extraneous ',' ';' and '.' characters from the...
2005-04-17  Linus TorvaldsMake the revision tracking track the object types too.
2005-04-17  Linus TorvaldsMake "commit-tree" check the input objects more carefully.
2005-04-17  Linus TorvaldsMake "parse_commit" return the "struct revision" for...
2005-04-17  Linus TorvaldsDo a very simple "merge-base" that finds the most recen...
2005-04-17  Linus TorvaldsMake "rev-tree.c" use the new-and-improved "mark_reacha...
2005-04-17  Linus TorvaldsMake "revision.h" slightly better to use.
2005-04-17  Linus TorvaldsMove "parse_commit()" into common revision.h file.
2005-04-17  Brad Roberts[PATCH] fix for memory leak in write-tree.c
2005-04-17  Petr Baudis[PATCH] Fix +x-related show-diff false positives
2005-04-17  Junio C Hamano[PATCH] Remove unused arguments from index_fd()
2005-04-17  Junio C Hamano[PATCH] Better error message from checkout-cache for...
2005-04-17  Linus TorvaldsFix total permission bogosity in "checkout-cache.c".
2005-04-17  Junio C Hamano[PATCH] update-cache --remove marks the path merged.
2005-04-17  Junio C Hamano[PATCH] show-diff.c: do not include unused header file
2005-04-17  Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-17  Junio C Hamano[PATCH] Do not run useless show-diff on unmerged paths...
2005-04-17  Junio C Hamano[PATCH] show-diff style fix.
2005-04-17  Junio C Hamano[PATCH] Rename confusing variable in show-diff
2005-04-17  Junio C Hamano[PATCH] show-diff shell safety
2005-04-17  Junio C Hamano[PATCH] show-diff -z option for machine readable output.
2005-04-17  Junio C Hamano[PATCH] Optionally tell show-diff to show only named...
2005-04-16  Junio C Hamano[PATCH] Un unoptimize ls-tree behaviour
2005-04-16  Linus TorvaldsAdd "--unmerged" flag to "show-files", which does what...
2005-04-16  Linus TorvaldsRemove "merge-tree.c"
2005-04-16  Linus TorvaldsWhen inserting a index entry of stage 0, remove all...
2005-04-16  Linus TorvaldsMake 'read-tree' do a few more of the trivial merge...
2005-04-16  Junio C Hamano[PATCH] Add --stage to show-files for new stage dircache.
2005-04-16  Junio C Hamano[PATCH] Byteorder fix for read-tree, new -m semantics...
2005-04-16  Linus TorvaldsMake "read-tree" merge the trees it reads by giving...
2005-04-16  Linus TorvaldsMake cache entry comparison take the new "state" flag...
2005-04-16  Linus Torvaldswrite-tree: refuse to write out trees with unmerged...
2005-04-16  Linus TorvaldsEncode a few extra flags per index entry.
2005-04-16  Linus TorvaldsSimplify show-diff cache entry name handling.
2005-04-16  Junio C Hamano[PATCH] Add '-z' to merge-tree.c
2005-04-15  Linus TorvaldsMake "diff-tree" have similar behaviour as "ls-tree...
2005-04-15  Junio C Hamano[PATCH] Add "-q" option to show-diff.c
2005-04-15  Junio C Hamano[PATCH] Add -z option to show-files
2005-04-15  Linus TorvaldsAdd "--cacheinfo" option to update-cache.
2005-04-15  Linus TorvaldsConvert the index file reading/writing to use network...
next