git.git
2005-05-08 Petr Baudiswrite-tree is now willing to write empty tree
2005-05-07 Petr BaudisMake merge-cache not fail immediatelly when the merge...
2005-05-07 Rene Scharfe[PATCH] Lift path length limits from git-tar-tree.
2005-05-07 Junio C Hamano[PATCH] Remove unused sha1_file_directory variable.
2005-05-07 Junio C Hamano[PATCH] Do not initialize sha1_file_directory by hand.
2005-05-06 Linus TorvaldsRevert bogus optimization that avoids index file writes
2005-05-06 Linus Torvaldsdiff-tree: add author/date information to the verbose...
2005-05-06 Linus Torvaldsdate.c: add "show_date()" function.
2005-05-06 Junio C Hamano[PATCH] Document --stdin, -m, -s, and -v flags to git...
2005-05-06 Rene Scharfe[PATCH] git-tar-tree: add symlink support
2005-05-06 Rene Scharfe[PATCH] git-tar-tree: make file contents accessible...
2005-05-06 Rene Scharfe[PATCH] git-tar-tree: add extended header helpers
2005-05-06 Rene Scharfe[PATCH] git-tar-tree: add TYPEFLAG_ constants
2005-05-06 Rene Scharfe[PATCH] git-tar-tree: add get_record()
2005-05-06 Linus Torvaldsdiff-tree: add "verbose header" mode
2005-05-06 Nicolas Pitre[PATCH] don't load and decompress objects twice with...
2005-05-06 Linus Torvaldsgit-diff-tree: clean up output
2005-05-06 Linus Torvaldsdiff-tree: support list if input trees on stdin
2005-05-06 Kay Sievers[PATCH] control/limit output of git-rev-list
2005-05-06 Linus Torvaldsupdate-cache: remove compiler warning
2005-05-06 Kay Sievers[PATCH] fix compare symlink against readlink not data
2005-05-06 Petr BaudisSteal -t option to git-ls-files from Cogito fork.
2005-05-06 Junio C HamanoImplement -v (verbose) option for pull methods other...
2005-05-06 Junio C HamanoAdd http and local transport support for git-pull-script.
2005-05-06 Junio C HamanoAdd documentation for the rest of commands.
2005-05-06 Junio C HamanoAdjust core-git documentation to more recent Linus...
2005-05-06 David GreavesReference documentation for the core git commands.
2005-05-06 Linus TorvaldsMerge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Kay Sievers[PATCH] create subdirs for symlinks
2005-05-05 Linus TorvaldsBe more careful about tree entry modes.
2005-05-05 Junio C HamanoOctopus merge of the following five patches.
2005-05-05 Junio C HamanoUpdate git-apply-patch-script for symbolic links.
2005-05-05 Junio C HamanoUpdate diff engine for symlinks stored in the cache.
2005-05-05 Linus TorvaldsFix git-resolve-script.
2005-05-05 Linus TorvaldsFix symlink handling
2005-05-05 Junio C Hamanodiff-cache shows differences for unmerged paths without...
2005-05-05 Junio C HamanoDo not write out new index if nothing has changed.
2005-05-05 Junio C HamanoMake git-prune-script executable again.
2005-05-05 Thomas Glanzmann[PATCH] git: Mention the '-p' option in the usage help...
2005-05-05 Linus TorvaldsSplit "git-pull-script" into two parts
2005-05-05 Linus Torvaldsgit-diff-cache: add "-m" flag to match all non-checked...
2005-05-05 Kay Sievers[PATCH] git and symlinks as tracked content
2005-05-05 Anton Altaparmakov[PATCH] Fix git rpush.
2005-05-05 Anton Altaparmakov[PATCH] Fix git rpull.
2005-05-05 Linus Torvaldsgit-pull-script: do the diffstat also for the fast...
2005-05-05 Linus TorvaldsMerge http://members.cox.net/junkio/git-jc.git/
2005-05-05 Linus TorvaldsMake "git-prune-script" take all refs into account.
2005-05-05 Linus TorvaldsTeach fsck-cache to accept non-commits for reachability...
2005-05-05 Linus TorvaldsTeach "git-pull-script" about alternate HEAD's to pull..
2005-05-04 Sergey Vlasov[PATCH] Fix memory leaks in git-fsck-cache
2005-05-04 Junio C HamanoWhen the patch tries to create a new file and the file...
2005-05-04 Linus Torvaldsgit-pull-script: add a final "diffstat" to show the...
2005-05-04 Junio C HamanoOptimize diff-cache -p --cached
2005-05-04 Junio C HamanoTerminate diff-* on non-zero exit from GIT_EXTERNAL_DIFF
2005-05-04 Junio C HamanoGit-prune-script loses blobs referenced from an uncommi...
2005-05-04 Junio C HamanoShort-cut error return path in git-local-pull.
2005-05-04 Junio C HamanoMake git-*-pull say who wants them for missing objects.
2005-05-03 Linus Torvaldssha1_file: make the new sha1 object writing be coda...
2005-05-03 Linus TorvaldsImprove sha1 object file writing.
2005-05-03 Linus Torvaldsfsck-cache: fix SIGSEGV on bad tag object
2005-05-03 Linus TorvaldsAutomatic merge of /home/torvalds/junkio/.git/
2005-05-03 Linus Torvaldsfsck-cache: report broken links correctly
2005-05-02 Linus TorvaldsMake fsck-cache do better tree checking.
2005-05-02 tony.luck@intel.com[PATCH] Fix warning in convert-cache
2005-05-02 Linus Torvaldsfsck-cache: sort entries by inode number
2005-05-02 Junio C HamanoUpdate git-merge-one-file-script.
2005-05-02 Junio C HamanoImplement git-update-cache --force-remove <path>
2005-05-02 Junio C HamanoAdd git-write-blob.
2005-05-02 Junio C HamanoMake git-apply-patch-script executable.
2005-05-02 Linus TorvaldsChange the prefix for builtin diff generation.
2005-05-02 Alexey Nezhdanov[PATCH] git-export complains about mising cat-file
2005-05-02 Junio C Hamano[PATCH] git-local-pull updates
2005-05-02 Junio C Hamano[PATCH] typo fixes to git-apply-patch-script
2005-05-02 Junio C Hamano[PATCH] Add git-local-pull.
2005-05-02 Junio C Hamano[PATCH] Do not call fetch() when we have it.
2005-05-02 Junio C Hamano[PATCH] Make git-update-cache --refresh fail if update...
2005-05-02 Linus TorvaldsFix missing '\n' at end of git-cat-file -t output.
2005-05-02 Linus TorvaldsMake "cat-file" use "read_object_with_reference()"
2005-05-02 Linus TorvaldsRemove the ugly jit-style parent syntax.
2005-05-02 Linus TorvaldsAdd "look up parent" logic for the simple names.
2005-05-01 Linus TorvaldsAdd "get_sha1()" helper function.
2005-05-01 Linus Torvaldsdate handling: handle "AM"/"PM" on time
2005-05-01 Linus Torvaldsdate.c: allow even more varied time formats
2005-05-01 Junio C Hamano[PATCH] Allow removing files in a subdirectory.
2005-05-01 Junio C Hamano[PATCH] Really fix git-merge-one-file-script this time.
2005-05-01 Junio C Hamano[PATCH] Add git-apply-patch-script.
2005-05-01 Junio C Hamano[PATCH] Rework built-in diff to make its output more...
2005-05-01 Junio C Hamano[PATCH] Resurrect diff-tree-helper -R
2005-04-30 Daniel Barkalow[PATCH] Split out "pull" from particular methods
2005-04-30 Linus Torvaldsrev-tree.c: don't include unnecessary header files
2005-04-30 Linus Torvaldsdate.c: fix printout of timezone offsets that aren...
2005-04-30 Linus Torvaldsdate.c: only use the TZ names if we don't have anything...
2005-04-30 Linus Torvaldsdate.c: split up dst information in the timezone table
2005-04-30 Linus Torvaldsdate.c: fix parsing of dates in mm/dd/yy format
2005-04-30 Linus Torvaldsdate.c: use the local timezone if none specified
2005-04-30 Nicolas Pitre[PATCH] fix usage string for renamed git commands
2005-04-30 Linus TorvaldsMake the date parsing accept pretty much any random...
2005-04-30 Linus TorvaldsMake git-fsck-cache error printouts a bit more informative.
2005-04-30 Linus TorvaldsRename "show-files" to "ls-files"
2005-04-30 Linus TorvaldsFix up d_type handling - we need to include <dirent...
next