summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann
2005-05-07Use backticks in git-merge-one-file-script instead of $(command).Junio C Hamano
2005-05-07Notice index that has path and path/file and refuse to write such a tree.Junio C Hamano
2005-05-07Date: Thu Apr 14 08:26:38 2005 +0200Ingo Molnar
2005-05-07Free compressed buffer after write_sha1_file() is done.Junio C Hamano
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano
2005-05-07Fix thinko in the logic to refuse unmerged path fed to git-apply-patch-script.Junio C Hamano
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano
2005-05-07[PATCH] Lift path length limits from git-tar-tree.Rene Scharfe
2005-05-07[PATCH] Remove unused sha1_file_directory variable.Junio C Hamano
2005-05-07[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano
2005-05-06Revert bogus optimization that avoids index file writesLinus Torvalds
2005-05-06diff-tree: add author/date information to the verbose outputLinus Torvalds
2005-05-06date.c: add "show_date()" function.Linus Torvalds
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano
2005-05-06[PATCH] git-tar-tree: add symlink supportRene Scharfe
2005-05-06[PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe
2005-05-06[PATCH] git-tar-tree: add extended header helpersRene Scharfe
2005-05-06[PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe
2005-05-06[PATCH] git-tar-tree: add get_record()Rene Scharfe
2005-05-06diff-tree: add "verbose header" modeLinus Torvalds
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-06git-diff-tree: clean up outputLinus Torvalds
2005-05-06diff-tree: support list if input trees on stdinLinus Torvalds
2005-05-06[PATCH] control/limit output of git-rev-listKay Sievers
2005-05-06update-cache: remove compiler warningLinus Torvalds
2005-05-06[PATCH] fix compare symlink against readlink not dataKay Sievers
2005-05-06Steal -t option to git-ls-files from Cogito fork.Petr Baudis
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano
2005-05-06Add http and local transport support for git-pull-script.Junio C Hamano
2005-05-06Add documentation for the rest of commands.Junio C Hamano
2005-05-06Adjust core-git documentation to more recent Linus GIT.Junio C Hamano
2005-05-06Reference documentation for the core git commands.David Greaves
2005-05-06Merge of http://members.cox.net/junkio/git-jc.gitLinus Torvalds
2005-05-05[PATCH] create subdirs for symlinksKay Sievers
2005-05-05Be more careful about tree entry modes.Linus Torvalds
2005-05-05Octopus merge of the following five patches.Junio C Hamano
2005-05-05Update git-apply-patch-script for symbolic links.Junio C Hamano
2005-05-05Update diff engine for symlinks stored in the cache.Junio C Hamano
2005-05-05Fix git-resolve-script.Linus Torvalds
2005-05-05Fix symlink handlingLinus Torvalds
2005-05-05diff-cache shows differences for unmerged paths without --cache.Junio C Hamano
2005-05-05Do not write out new index if nothing has changed.Junio C Hamano
2005-05-05Make git-prune-script executable again.Junio C Hamano
2005-05-05[PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann
2005-05-05Split "git-pull-script" into two partsLinus Torvalds
2005-05-05git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Linus Torvalds
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers
2005-05-05[PATCH] Fix git rpush.Anton Altaparmakov
2005-05-05[PATCH] Fix git rpull.Anton Altaparmakov