summaryrefslogtreecommitdiffstats
path: root/git-core.spec.in (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano1-1/+1
2005-10-03[PATCH] Enable and fix support for base less merges.Fredrik Kuivinen3-3/+9
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano1-21/+68
2005-10-03Fix minor DOS in rev-list.Junio C Hamano1-1/+11
2005-10-03GIT 0.99.8v0.99.8Junio C Hamano2-1/+7
2005-10-03[PATCH] Update git-clone documentationEric W. Biederman1-1/+14
2005-10-02Handle really trivial case inside git-merge.Junio C Hamano1-1/+21
2005-10-02read-tree: --trivialLinus Torvalds1-0/+12
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen3-2/+82
2005-10-02[PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen1-185/+601
2005-10-02read-tree: remove --head option.Junio C Hamano1-8/+2
2005-10-02Customize git command for installations that lack certain commands.Junio C Hamano2-12/+50
2005-10-02[PATCH] git on OpenBSDHan Boetes1-0/+4
2005-10-02[PATCH] Re-instate index file write optimizationLinus Torvalds1-3/+5
2005-10-02[PATCH] Better error reporting for "git status"Linus Torvalds4-12/+24
2005-10-02More portability.Junio C Hamano4-22/+34
2005-10-02Add git-symbolic-refJunio C Hamano16-57/+176
2005-10-02Use resolve_ref() to implement read_ref().Junio C Hamano3-88/+64
2005-10-02[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds3-49/+42
2005-10-02Teach update-ref about a symbolic ref stored in a textfile.Junio C Hamano1-1/+14
2005-10-02[PATCH] git fetch --tagsLinus Torvalds1-1/+24
2005-10-02[PATCH] HTTP partial transfer support fix.Nick Hengeveld1-1/+0
2005-10-02Update partial HTTP transfers.Junio C Hamano1-4/+11
2005-10-02[PATCH] HTTP partial transfer support for object, pack, and index transfersNick Hengeveld1-23/+161
2005-10-02Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano1-7/+11
2005-10-02[PATCH] archimport: Actually cope with merges from "remote" repositories. Plu...Martin Langhoff1-1/+7
2005-10-02Honor extractor's umask in git-tar-tree.Junio C Hamano1-0/+2
2005-10-01Honor user's umask.Junio C Hamano2-2/+2
2005-10-01[PATCH] Flag empty patches as errorsLinus Torvalds1-0/+13
2005-10-01Consolidate null_sha1[].Junio C Hamano4-3/+4
2005-09-30Still installing the old command names.Junio C Hamano2-11/+6
2005-09-30Tell which packfile is corrupt when we die.Junio C Hamano1-3/+5
2005-09-30[PATCH] Make logerror() and loginfo() staticPavel Roskin1-2/+2
2005-09-30[PATCH] Old curl does not know about CURLOPT_SSLKEYJohannes Schindelin1-0/+2
2005-09-29Use git-merge in git-pull (second try).Junio C Hamano1-4/+44
2005-09-29Use git-update-ref in scripts.Junio C Hamano9-32/+39
2005-09-29[PATCH] Make some needlessly global stuff staticPeter Hagervall3-5/+5
2005-09-29[PATCH] Support for more CURL SSL settings via environment variablesNick Hengeveld1-0/+19
2005-09-29[PATCH] Add new programs to .gitignore.Tom Prince1-0/+2
2005-09-29Fastpath the normal case by not checking that index matches HEAD.Junio C Hamano1-7/+4
2005-09-29Fix default pull not to do an unintended Octopus.Junio C Hamano4-8/+43
2005-09-28Update the case table in t/t1000.Junio C Hamano1-31/+12
2005-09-28git-commit: use update-index --stdin, instead of xargs.Junio C Hamano1-2/+2
2005-09-28update-index: document --stdin and -zJunio C Hamano1-1/+10
2005-09-28update-index: --stdin and -zJunio C Hamano1-13/+41
2005-09-27COPTS -> CFLAGSH. Peter Anvin1-1/+2
2005-09-27Parallelize the buildH. Peter Anvin1-2/+5
2005-09-27Restore chdir(".git")H. Peter Anvin1-0/+2
2005-09-27[PATCH] Return CURL error message when object transfer failsNick Hengeveld1-8/+16
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow5-1/+13