summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Still installing the old command names.Junio C Hamano2005-09-302-11/+6
* Tell which packfile is corrupt when we die.Junio C Hamano2005-09-301-3/+5
* [PATCH] Make logerror() and loginfo() staticPavel Roskin2005-09-291-2/+2
* [PATCH] Old curl does not know about CURLOPT_SSLKEYJohannes Schindelin2005-09-291-0/+2
* Use git-merge in git-pull (second try).Junio C Hamano2005-09-291-4/+44
* Use git-update-ref in scripts.Junio C Hamano2005-09-289-32/+39
* [PATCH] Make some needlessly global stuff staticPeter Hagervall2005-09-283-5/+5
* [PATCH] Support for more CURL SSL settings via environment variablesNick Hengeveld2005-09-281-0/+19
* [PATCH] Add new programs to .gitignore.Tom Prince2005-09-281-0/+2
* Fastpath the normal case by not checking that index matches HEAD.Junio C Hamano2005-09-281-7/+4
* Fix default pull not to do an unintended Octopus.Junio C Hamano2005-09-284-8/+43
* Update the case table in t/t1000.Junio C Hamano2005-09-281-31/+12
* Merge master.kernel.org:/home/hpa/git/daemonJunio C Hamano2005-09-272-6/+74
|\
| * COPTS -> CFLAGSH. Peter Anvin2005-09-271-1/+2
| * Parallelize the buildH. Peter Anvin2005-09-271-2/+5
| * Merge with git+ssh://master.kernel.org/pub/scm/git/git.gitH. Peter Anvin2005-09-278-39/+89
| |\
| * | Restore chdir(".git")H. Peter Anvin2005-09-271-0/+2
| * | Support a modicum of path validation, and allow an export all trees option.H. Peter Anvin2005-09-261-5/+67
* | | git-commit: use update-index --stdin, instead of xargs.Junio C Hamano2005-09-271-2/+2
* | | update-index: document --stdin and -zJunio C Hamano2005-09-271-1/+10
* | | update-index: --stdin and -zJunio C Hamano2005-09-271-13/+41
* | | [PATCH] Return CURL error message when object transfer failsNick Hengeveld2005-09-271-8/+16
* | | [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-275-1/+13
* | | [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-274-7/+10
* | | [PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen2005-09-273-3/+4
| |/ |/|
* | Really require tk 8.4 (RPM)Junio C Hamano2005-09-271-1/+1
* | Require tk 8.4 (RPM)Junio C Hamano2005-09-261-1/+1
* | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-09-261-1/+9
|\ \
| * | Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras2005-09-271-1/+1
| * | Change wish8.4 back to wishPaul Mackerras2005-09-261-1/+1
| * | [PATCH] Add new keybindingsRobert Suetterlin2005-09-221-1/+9
* | | git-fetch: send informational output to >&2 consistently.Junio C Hamano2005-09-261-1/+1
* | | Give default merge message after failed automerge.Junio C Hamano2005-09-262-4/+13
* | | Do not require clean tree when reverting and cherry-picking.Junio C Hamano2005-09-262-12/+4
* | | Fix overzealous cleanliness check in git-mergeJunio C Hamano2005-09-261-18/+50