git.git
2005-07-04 Sven Verdoolaegegit-cvsimport-script: provide direct support for cvsps...
2005-07-04 Sven Verdoolaegegit-cvsimport-script: update cvsps cache instead of...
2005-07-04 Sven Verdoolaegegit-cvsimport-script: fix branch switching
2005-07-04 Sven Verdoolaegegit-cvsimport-script: use private index.
2005-07-03 Sven Verdoolaegegit-cvsimport-script: leave working directory alone.
2005-07-03 Sven Verdoolaegegit-cvsimport-script: typo head -> heads
2005-07-03 Matthias Urlichscvsimport: Missing tests for verbosity flag.
2005-07-03 Sven VerdoolaegeSupport :ext: access method.
2005-07-03 Sven VerdoolaegeHonour CVS_SERVER.
2005-07-03 Sven Verdoolaegegit-cvsimport-script: clean up documentation
2005-07-03 Sven VerdoolaegeMake specification of CVS module to convert optional.
2005-07-03 Sven VerdoolaegeFixed a typo in Documentation/git-cvsimport-script...
2005-06-30 Matthias Urlichscvsimport: add documentation.
2005-06-30 Matthias Urlichscvsimport: Added option '-p': pass options to cvsps
2005-06-30 Matthias Urlichscvsimport: Exit if an existing repository doesn't have...
2005-06-30 Matthias Urlichscvs import: Strip whitespace at the end of the log...
2005-06-30 Sven Verdoolaegecvsimport: perform string comparison on "HEAD"
2005-06-30 Matthias Urlichsgit-cvsimport-script: Removed redundant @old and @new...
2005-06-30 Matthias Urlichsgit-cvsimport-script: Remove setting Sticky; it may...
2005-06-30 Matthias Urlichscvs import: Call git-update-cache multiple times
2005-06-28 Matthias UrlichsMore doc
2005-06-28 Matthias UrlichsDocument the new migration tool
2005-06-28 Matthias UrlichsRollbak to the original branch after importing
2005-06-28 Matthias UrlichsLocal cvsimport fixups
2005-06-28 Matthias UrlichsFix remote CVS import.
2005-06-28 Matthias UrlichsAdded Perl git-cvsimport-script
2005-06-28 Linus TorvaldsTeach git-pull-script about pulling tags
2005-06-28 Linus TorvaldsFix another test that broke with the recent git-init...
2005-06-28 Junio C Hamano[PATCH] Skip writing out sha1 files for objects in...
2005-06-28 Mark Allen[PATCH] replace sha1sum with sum in t/t1002
2005-06-28 Linus TorvaldsFix up test that counted subdirectories in ".git/objects"
2005-06-28 Linus Torvaldsgit-init-db: create "pack" subdirectory under objects
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-28 Linus Torvaldscsum-file: fix missing buf pointer update
2005-06-27 Junio C Hamano[PATCH] Teach read_sha1_file() and friends about packed...
2005-06-27 Junio C Hamano[PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27 Junio C Hamano[PATCH] Remove "delta" object representation.
2005-06-27 Sven Verdoolaege[PATCH] git-ssh-pull: commit-id consistency
2005-06-27 Linus Torvaldsgit-checkout-script: use "--verify --revs-only" to...
2005-06-27 Paul MackerrasAdd a menu item for creating tags.
2005-06-27 Paul MackerrasFix a bug where we would corrupt the stuff read from...
2005-06-27 Paul MackerrasAdd a menu entry for generating a patch between any...
2005-06-27 Linus Torvaldscsum-file interface updates: return resulting SHA1
2005-06-27 Paul MackerrasFix behaviour in the case where we have no commits...
2005-06-27 Linus Torvaldsgit-pack-objects: write the pack files with a SHA1...
2005-06-27 Linus TorvaldsAdd "--pretty=full" format that also shows committer.
2005-06-27 Jan HarkesAdd git-verify-tag script
2005-06-27 Paul MackerrasCheck for the existence of the git directory on startup.
2005-06-26 Linus Torvaldsgit-pack-objects: use name information (if any) to...
2005-06-26 Linus TorvaldsOoh. Make git-rev-list --object associate a name with...
2005-06-26 Linus Torvaldsgit-pack-objects: do the delta search in reverse size...
2005-06-26 Ryan Anderson[PATCH] Add git-relink-script to fix up missing hardlinks
2005-06-26 Linus Torvaldsgit-rev-parse: add "--not" flag to mark subsequent...
2005-06-26 Linus Torvaldsgit-unpack-objects: start removing debug output
2005-06-26 Linus TorvaldsFix object packing/unpacking.
2005-06-26 Junio C Hamano[PATCH] Finish initial cut of git-pack-object/git-unpac...
2005-06-26 Linus TorvaldsAdd "--depth=N" parameter to git-pack-objects to limit...
2005-06-26 Linus Torvaldsgit-pack-objects: make "--window=x" semantics more...
2005-06-26 Linus TorvaldsAdd a "max_size" parameter to diff_delta()
2005-06-26 Linus TorvaldsFix delta "sliding window" code
2005-06-26 Junio C Hamano[PATCH] (patchlet) pack-objects.c: try_delta()
2005-06-25 Junio C Hamano[PATCH] Add a bit of developer documentation to pull.h
2005-06-25 Junio C Hamano[PATCH] http-pull: documentation updates.
2005-06-25 Junio C Hamano[PATCH] Fix oversimplified optimization for add_cache_e...
2005-06-25 Junio C Hamano[PATCH] git-merge-one-file-script: do not misinterpret...
2005-06-25 Junio C Hamano[PATCH] Add more tests for read-tree --emu23.
2005-06-25 Junio C Hamano[PATCH] git-rebase-script: rebase local commits to...
2005-06-25 Junio C Hamano[PATCH] git-cherry: find commits not merged upstream.
2005-06-25 Junio C Hamano[PATCH] git-commit-script: get commit message from...
2005-06-25 Junio C Hamano[PATCH] fix date parsing for GIT raw commit timestamp...
2005-06-25 Linus Torvaldsgit-unpack-objects: start parsing the actual packed...
2005-06-25 Linus Torvaldsgit-pack-objects: mark the delta packing with a 'D'.
2005-06-25 Linus TorvaldsFirst cut at git-unpack-objects
2005-06-25 Linus Torvaldsgit-pack-objects: fix typo
2005-06-25 Linus Torvaldsgit-pack-objects: create a packed object representation.
2005-06-25 Jan Harkes[PATCH] git-write-tree doesn't check alternate directories
2005-06-25 Paul MackerrasClear the SHA1 entry field when we go to paste somethin...
2005-06-25 Linus Torvaldsgit-rev-list: add option to list all objects (not just...
2005-06-25 Paul MackerrasAdd commit row context menu and handle left-click on...
2005-06-24 Linus Torvaldsgit-rev-parse: re-organize and be more careful
2005-06-23 Linus TorvaldsAdd "git-patch-id" program to generate patch ID's.
2005-06-23 Linus TorvaldsClean up git-diff-tree 'header' generation
2005-06-23 Linus Torvaldsgit-apply: take "--apply" flag to force an apply even...
2005-06-23 Linus TorvaldsMake "git fetch" able to fetch a named tag
2005-06-23 Jon Seymour[PATCH] Fix to how --merge-order handles multiple roots
2005-06-23 Jon Seymour[PATCH] A test case that demonstrates a problem with...
2005-06-23 Linus TorvaldsDon't ignore reachability of tag objects in fsck
2005-06-23 Linus TorvaldsAdd "git-clone-script" thingy
2005-06-23 Jon Seymour[PATCH] Fix --merge-order unit test breaks introduced...
2005-06-22 Linus TorvaldsAdd "gitk" to the list of scripts to be installed autom...
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22 Junio C Hamano[PATCH] git-apply: tests for --stat and --summary.
2005-06-22 Junio C Hamano[PATCH] git-apply: documentation.
2005-06-22 Junio C Hamano[PATCH] git-apply: implement --summary option.
2005-06-22 Junio C Hamano[PATCH] git-apply --stat: show new filename for rename...
2005-06-22 Junio C Hamano[PATCH] local-pull: implement fetch_ref()
2005-06-22 Paul MackerrasTry to assign colors so crossing lines have different...
2005-06-22 Paul MackerrasAccount for indentation of the checkin comments by...
2005-06-22 Linus Torvaldsgit-apply: create subdirectories leading up to a new...
2005-06-22 Daniel Barkalow[PATCH] Pull refs by HTTP
next