summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make merge-cache not fail immediatelly when the merge programPetr Baudis2005-05-071-1/+4
* [PATCH] Lift path length limits from git-tar-tree.Rene Scharfe2005-05-061-8/+7
* [PATCH] Remove unused sha1_file_directory variable.Junio C Hamano2005-05-062-3/+0
* [PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano2005-05-063-12/+0
* Revert bogus optimization that avoids index file writesLinus Torvalds2005-05-063-42/+8
* diff-tree: add author/date information to the verbose outputLinus Torvalds2005-05-061-1/+24
* date.c: add "show_date()" function.Linus Torvalds2005-05-062-0/+29
* [PATCH] Document --stdin, -m, -s, and -v flags to git-diff-treeJunio C Hamano2005-05-062-2/+31
* [PATCH] git-tar-tree: add symlink supportRene Scharfe2005-05-061-13/+47
* [PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe2005-05-061-10/+13
* [PATCH] git-tar-tree: add extended header helpersRene Scharfe2005-05-061-18/+40
* [PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe2005-05-061-5/+20
* [PATCH] git-tar-tree: add get_record()Rene Scharfe2005-05-061-13/+13
* diff-tree: add "verbose header" modeLinus Torvalds2005-05-061-3/+58
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-069-70/+115
* git-diff-tree: clean up outputLinus Torvalds2005-05-061-3/+27
* diff-tree: support list if input trees on stdinLinus Torvalds2005-05-061-9/+77
* [PATCH] control/limit output of git-rev-listKay Sievers2005-05-061-2/+31
* update-cache: remove compiler warningLinus Torvalds2005-05-061-1/+0
* [PATCH] fix compare symlink against readlink not dataKay Sievers2005-05-063-9/+49
* Steal -t option to git-ls-files from Cogito fork.Petr Baudis2005-05-062-10/+36
* Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano2005-05-066-15/+60
* Add http and local transport support for git-pull-script.Junio C Hamano2005-05-061-6/+31
* Add documentation for the rest of commands.Junio C Hamano2005-05-051-0/+104
* Adjust core-git documentation to more recent Linus GIT.Junio C Hamano2005-05-051-287/+294
* Reference documentation for the core git commands.David Greaves2005-05-051-0/+1128
* Merge of http://members.cox.net/junkio/git-jc.gitLinus Torvalds2005-05-055-67/+217
|\
| *-----. Octopus merge of the following five patches.Junio C Hamano2005-05-054-29/+116
| |\ \ \ \
| | | | | * Update diff engine for symlinks stored in the cache.Junio C Hamano2005-05-051-22/+56
| | | | * | diff-cache shows differences for unmerged paths without --cache.Junio C Hamano2005-05-051-4/+19
| | | | |/
| | | * | Do not write out new index if nothing has changed.Junio C Hamano2005-05-051-3/+41
| | | |/
| | * | Make git-prune-script executable again.Junio C Hamano2005-05-051-0/+0
| | |/
| * | Update git-apply-patch-script for symbolic links.Junio C Hamano2005-05-051-38/+101
| |/
* | [PATCH] create subdirs for symlinksKay Sievers2005-05-051-0/+1
* | Be more careful about tree entry modes.Linus Torvalds2005-05-053-2/+28
* | Fix git-resolve-script.Linus Torvalds2005-05-051-1/+1
* | Fix symlink handlingLinus Torvalds2005-05-051-3/+1
|/
* [PATCH] git: Mention the '-p' option in the usage help string if git-diff-tree.Thomas Glanzmann2005-05-051-1/+1
* Split "git-pull-script" into two partsLinus Torvalds2005-05-053-46/+58
* git-diff-cache: add "-m" flag to match all non-checked-out files with the index.Linus Torvalds2005-05-051-2/+13
* [PATCH] git and symlinks as tracked contentKay Sievers2005-05-057-27/+74
* [PATCH] Fix git rpush.Anton Altaparmakov2005-05-051-1/+1
* [PATCH] Fix git rpull.Anton Altaparmakov2005-05-051-1/+1
* git-pull-script: do the diffstat also for the fast-forward caseLinus Torvalds2005-05-051-0/+1
* Merge http://members.cox.net/junkio/git-jc.git/Linus Torvalds2005-05-048-87/+231
|\
| * When the patch tries to create a new file and the file exists, abort.Junio C Hamano2005-05-041-0/+9
| * Optimize diff-cache -p --cachedJunio C Hamano2005-05-043-24/+62
| * Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFFJunio C Hamano2005-05-042-40/+55
| * Git-prune-script loses blobs referenced from an uncommitted cache.Junio C Hamano2005-05-042-5/+60
| * Short-cut error return path in git-local-pull.Junio C Hamano2005-05-041-9/+16