summaryrefslogtreecommitdiffstats
path: root/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-05-09Fix git-update-cache --cacheinfo error message.Junio C Hamano1-1/+3
2005-05-08[PATCH 2/2] core-git documentation updateDavid Greaves3-501/+971
2005-05-08A stylistic fix to read-cache.cJunio C Hamano1-1/+1
2005-05-08Stylistic fixes to sha1_file.cJunio C Hamano1-4/+24
2005-05-08[PATCH 1/2] core-git documentation updateDavid Greaves1-125/+125
2005-05-08Allow removal of "path" when "path/file" exists.Junio C Hamano1-3/+12
2005-05-08Add git-update-cache --replace option.Junio C Hamano5-23/+65
2005-05-08git-update-cache refuses to add a file where a directory is registed.Junio C Hamano1-0/+85
2005-05-08Build and install git-get-tar-commit-idJunio C Hamano1-1/+2
2005-05-07Notice tree objects with duplicate entries.Junio C Hamano1-3/+21
2005-05-07[PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann1-2/+8
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann4-0/+4
2005-05-07Use backticks in git-merge-one-file-script instead of $(command).Junio C Hamano1-4/+4
2005-05-07Notice index that has path and path/file and refuse to write such a tree.Junio C Hamano1-4/+31
2005-05-07Date: Thu Apr 14 08:26:38 2005 +0200Ingo Molnar1-0/+1
2005-05-07Free compressed buffer after write_sha1_file() is done.Junio C Hamano1-0/+1
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano2-2/+9
2005-05-07Fix thinko in the logic to refuse unmerged path fed to git-apply-patch-script.Junio C Hamano1-1/+1
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano3-20/+93
2005-05-07[PATCH] Lift path length limits from git-tar-tree.Rene Scharfe1-8/+7
2005-05-07[PATCH] Remove unused sha1_file_directory variable.Junio C Hamano2-3/+0
2005-05-07[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano3-12/+0
2005-05-07Revert bogus optimization that avoids index file writesLinus Torvalds3-42/+8
2005-05-07diff-tree: add author/date information to the verbose outputLinus Torvalds1-1/+24
2005-05-07date.c: add "show_date()" function.Linus Torvalds2-0/+29
2005-05-06[PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano2-2/+31
2005-05-06[PATCH] git-tar-tree: add symlink supportRene Scharfe1-13/+47
2005-05-06[PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe1-10/+13
2005-05-06[PATCH] git-tar-tree: add extended header helpersRene Scharfe1-18/+40
2005-05-06[PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe1-5/+20
2005-05-06[PATCH] git-tar-tree: add get_record()Rene Scharfe1-13/+13
2005-05-06diff-tree: add "verbose header" modeLinus Torvalds1-3/+58
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre9-70/+115
2005-05-06git-diff-tree: clean up outputLinus Torvalds1-3/+27
2005-05-06diff-tree: support list if input trees on stdinLinus Torvalds1-9/+77
2005-05-06[PATCH] control/limit output of git-rev-listKay Sievers1-2/+31
2005-05-06update-cache: remove compiler warningLinus Torvalds1-1/+0
2005-05-06[PATCH] fix compare symlink against readlink not dataKay Sievers3-9/+49
2005-05-06Steal -t option to git-ls-files from Cogito fork.Petr Baudis2-10/+36
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano6-15/+60
2005-05-06Add http and local transport support for git-pull-script.Junio C Hamano1-6/+31
2005-05-06Add documentation for the rest of commands.Junio C Hamano1-0/+104
2005-05-06Adjust core-git documentation to more recent Linus GIT.Junio C Hamano1-287/+294