summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make git-*-pull say who wants them for missing objects.Junio C Hamano2005-05-041-7/+30
* | Make "git-prune-script" take all refs into account.Linus Torvalds2005-05-041-1/+3
* | Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds2005-05-042-5/+5
* | Teach "git-pull-script" about alternate HEAD's to pull..Linus Torvalds2005-05-041-2/+3
* | [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-045-11/+27
* | git-pull-script: add a final "diffstat" to show the result of the merge.Linus Torvalds2005-05-041-0/+1
|/
* sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds2005-05-031-1/+14
* Improve sha1 object file writing.Linus Torvalds2005-05-032-96/+39
* fsck-cache: fix SIGSEGV on bad tag objectLinus Torvalds2005-05-031-5/+8
* Automatic merge of /home/torvalds/junkio/.git/Linus Torvalds2005-05-037-90/+114
|\
| * Update git-merge-one-file-script.Junio C Hamano2005-05-011-38/+26
| * Implement git-update-cache --force-remove <path>Junio C Hamano2005-05-011-0/+9
| * Add git-write-blob.Junio C Hamano2005-05-015-52/+79
| * Make git-apply-patch-script executable.Junio C Hamano2005-05-011-0/+0
* | fsck-cache: report broken links correctlyLinus Torvalds2005-05-021-1/+1
* | Make fsck-cache do better tree checking.Linus Torvalds2005-05-023-7/+57
* | [PATCH] Fix warning in convert-cachetony.luck@intel.com2005-05-021-1/+1
* | fsck-cache: sort entries by inode numberLinus Torvalds2005-05-021-16/+73
|/
* Change the prefix for builtin diff generation.Linus Torvalds2005-05-011-1/+1
* [PATCH] git-export complains about mising cat-fileAlexey Nezhdanov2005-05-012-5/+5
* [PATCH] git-local-pull updatesJunio C Hamano2005-05-011-24/+41
* [PATCH] typo fixes to git-apply-patch-scriptJunio C Hamano2005-05-011-4/+2
* [PATCH] Add git-local-pull.Junio C Hamano2005-05-012-1/+112
* [PATCH] Do not call fetch() when we have it.Junio C Hamano2005-05-013-11/+12
* [PATCH] Make git-update-cache --refresh fail if update/merge needed.Junio C Hamano2005-05-011-5/+10
* Fix missing '\n' at end of git-cat-file -t output.Linus Torvalds2005-05-011-0/+1
* Make "cat-file" use "read_object_with_reference()"Linus Torvalds2005-05-011-9/+12
* Remove the ugly jit-style parent syntax.Linus Torvalds2005-05-011-44/+0
* Add "look up parent" logic for the simple names.Linus Torvalds2005-05-011-5/+62
* Add "get_sha1()" helper function.Linus Torvalds2005-05-0116-16/+46
* date handling: handle "AM"/"PM" on timeLinus Torvalds2005-05-012-9/+23
* date.c: allow even more varied time formatsLinus Torvalds2005-05-011-54/+152
* [PATCH] Allow removing files in a subdirectory.Junio C Hamano2005-05-011-1/+1
* [PATCH] Really fix git-merge-one-file-script this time.Junio C Hamano2005-05-011-23/+18