summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'fixes'Junio C Hamano2005-10-046-77/+145
|\ \ | |/
| * Add missing documentation.Junio C Hamano2005-10-042-0/+110
| * Remove useless use of sed in git-format-patch.Junio C Hamano2005-10-041-5/+1
| * Leave an empty line between log and sign-off.Junio C Hamano2005-10-031-4/+7
| * Remove unused external-diff script.Junio C Hamano2005-10-031-67/+0
| * [PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow2005-10-031-1/+27
* | On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEADJunio C Hamano2005-10-031-0/+1
* | Merge branch 'fixes'Junio C Hamano2005-10-032-7/+16
|\ \ | |/
| * Avoid compiler warning.Junio C Hamano2005-10-031-1/+1
| * Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano2005-10-031-6/+15
* | Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin2005-10-0332-218/+299
|\ \
| * \ Merge branch 'fixes'Junio C Hamano2005-10-0332-218/+299
| |\ \ | | |/
| | * git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano2005-10-031-1/+2
| | * [PATCH] Random documentation fixesJonas Fonseca2005-10-0326-192/+209
| | * Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano2005-10-031-1/+1
| | * [PATCH] Enable and fix support for base less merges.Fredrik Kuivinen2005-10-033-3/+9
| | * Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano2005-10-021-21/+68
| | * Fix minor DOS in rev-list.Junio C Hamano2005-10-021-1/+11
* | | [PATCH] Merging the Cygwin changesJunio C Hamano2005-10-031-5/+1
* | | Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin2005-10-0344-451/+1360
|\ \ \ | |/ /
| * | Post 0.99.8 master branchJunio C Hamano2005-10-021-1/+1
| |/
| * GIT 0.99.8v0.99.8Junio C Hamano2005-10-022-1/+7
| * [PATCH] Update git-clone documentationEric W. Biederman2005-10-021-1/+14
| * Handle really trivial case inside git-merge.Junio C Hamano2005-10-021-1/+21
| * read-tree: --trivialLinus Torvalds2005-10-021-0/+12
| * [PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen2005-10-023-2/+82
| * [PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen2005-10-021-185/+601
| * read-tree: remove --head option.Junio C Hamano2005-10-021-8/+2
| * Customize git command for installations that lack certain commands.Junio C Hamano2005-10-022-12/+50
| * [PATCH] git on OpenBSDHan Boetes2005-10-021-0/+4
| * [PATCH] Re-instate index file write optimizationLinus Torvalds2005-10-011-3/+5
| * [PATCH] Better error reporting for "git status"Linus Torvalds2005-10-014-12/+24
| * More portability.Junio C Hamano2005-10-014-22/+34
| * Add git-symbolic-refJunio C Hamano2005-10-0116-57/+176
| * Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-013-88/+64
| * [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-013-49/+42
| * Teach update-ref about a symbolic ref stored in a textfile.Junio C Hamano2005-10-011-1/+14
| * [PATCH] git fetch --tagsLinus Torvalds2005-10-011-1/+24
| * [PATCH] HTTP partial transfer support fix.Nick Hengeveld2005-10-011-1/+0
| * Update partial HTTP transfers.Junio C Hamano2005-10-011-4/+11
| * [PATCH] HTTP partial transfer support for object, pack, and index transfersNick Hengeveld2005-10-011-23/+161
| * Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano2005-10-011-7/+11
| * [PATCH] archimport: Actually cope with merges from "remote" repositories. Plu...Martin Langhoff2005-10-011-1/+7
| * Honor extractor's umask in git-tar-tree.Junio C Hamano2005-10-011-0/+2
| * Honor user's umask.Junio C Hamano2005-10-012-2/+2
| * [PATCH] Flag empty patches as errorsLinus Torvalds2005-09-301-0/+13
| * Consolidate null_sha1[].Junio C Hamano2005-09-304-3/+4
* | Better handling of exec extension in the git wrapper scriptH. Peter Anvin2005-09-302-6/+13
* | Move signal setting into service_loop()H. Peter Anvin2005-09-301-2/+2
* | socklen_t is unsigned int on most Linux platformsH. Peter Anvin2005-09-301-1/+1