summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-03Refactor print-functions in builtin-branchLibravatar Lars Hjemli1-43/+40
2007-01-03gitweb: There can be empty patches (in git_patchset_body)Libravatar Jakub Narebski1-1/+1
2007-01-03gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Libravatar Jakub Narebski1-1/+1
2007-01-03Documentation/tutorial: misc updatesLibravatar Santi Béjar1-4/+13
2007-01-03tutorial: misc updates.Libravatar Junio C Hamano1-7/+17
2007-01-03Skip excessive blank lines before commit bodyLibravatar Lars Hjemli1-1/+4
2007-01-03Add documentation for git-branch's color configuration.Libravatar Brian Gernhardt3-8/+27
2007-01-03gitweb: Fix error in git_project_index subroutineLibravatar Jakub Narebski1-1/+1
2007-01-03Fix infinite loop when deleting multiple packed refs.Libravatar Junio C Hamano3-2/+7
2007-01-02Improve cached content header of status outputLibravatar Jürgen Rühle1-4/+14
2007-01-02Support --amend on initial commit in status outputLibravatar Jürgen Rühle1-2/+3
2007-01-02Improve "nothing to commit" part of status outputLibravatar Jürgen Rühle2-6/+19
2007-01-02Clarify syntax and role of git-add in status outputLibravatar Jürgen Rühle1-1/+1
2007-01-02send pack check for failure to send revisions listLibravatar Andy Whitcroft3-2/+30
2007-01-02instaweb: load Apache mime and dir modules if they are neededLibravatar Eric Wong1-0/+10
2007-01-02fetch-pack: do not use lockfile structure on stack.Libravatar Junio C Hamano1-1/+2
2007-01-01Remove unused variable (git-commit.sh)Libravatar Junio C Hamano1-1/+0
2007-01-01Update clone/fetch documentation with --depth (shallow clone) optionLibravatar Junio C Hamano2-1/+16
2007-01-01Strongly discourage --update-head-ok in fetch-options documentation.Libravatar Junio C Hamano1-2/+4
2007-01-01Merge branch 'sp/merge' (early part)Libravatar Junio C Hamano2-14/+20
2007-01-01Documentation: remove master:origin example from pull-fetch-param.txtLibravatar J. Bruce Fields1-4/+0
2007-01-01Documentation: update git-pull.txt for new clone behaviorLibravatar J. Bruce Fields1-44/+25
2007-01-01git-fetch: remove .keep file at the end.Libravatar Junio C Hamano1-7/+16
2007-01-01fail pull/merge early in the middle of conflicted mergeLibravatar Junio C Hamano2-0/+6
2007-01-01Update send-pack pipeline documentation.Libravatar Junio C Hamano1-65/+16
2006-12-31git-svn: t/t91??-*: optimize the tests a bitLibravatar Eric Wong3-19/+7
2006-12-31git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINKLibravatar Eric Wong1-49/+35
2006-12-31git-svn: remove svnadmin dependency from the testsLibravatar Eric Wong1-22/+17
2006-12-31i18n: do not leak 'encoding' header even when we cheat the conversion.Libravatar Junio C Hamano1-4/+6
2006-12-31Do not merge random set of refs out of wildcarded refsLibravatar Junio C Hamano1-1/+22
2006-12-31Fix formatting for urls section of fetch, pull, and push manpagesLibravatar Theodore Tso1-12/+14
2006-12-31Documentation: update tutorial's discussion of originLibravatar J. Bruce Fields1-10/+15
2006-12-31Documentation: update glossary entry for "origin"Libravatar J. Bruce Fields1-3/+4
2006-12-31Documentation: update git-clone.txt for clone's new default behaviorLibravatar J. Bruce Fields1-7/+4
2006-12-31Docs: update cvs-migration.txt to reflect clone's new default behaviorLibravatar J. Bruce Fields1-7/+4
2006-12-31send-pack: tell pack-objects to use its internal rev-list.Libravatar Junio C Hamano1-97/+42
2006-12-31send-pack.c: use is_null_sha1()Libravatar Junio C Hamano1-12/+1
2006-12-31Update documentation for update hook.Libravatar Junio C Hamano1-2/+2
2006-12-31Merge branch 'jc/send-pack-pipeline'Libravatar Junio C Hamano2-5/+114
2006-12-31Add test case for update hooks in receive-pack.Libravatar Shawn O. Pearce1-0/+81
2006-12-30Update packedGit config option documentation.Libravatar Shawn O. Pearce1-2/+6
2006-12-30Merge branch 'master' into sp/mmapLibravatar Junio C Hamano27-84/+321
2006-12-30Documentation/config.txt (and repo-config manpage): mark-up fix.Libravatar Junio C Hamano1-7/+7
2006-12-30Teach Git how to parse standard power of 2 suffixes.Libravatar Shawn O. Pearce3-1/+20
2006-12-30Use /dev/null for update hook stdin.Libravatar Shawn O. Pearce3-6/+8
2006-12-30Redirect update hook stdout to stderr.Libravatar Shawn O. Pearce3-7/+30
2006-12-30Remove unnecessary argc parameter from run_command_v.Libravatar Shawn O. Pearce4-9/+9
2006-12-30Automatically detect a bare git repository.Libravatar Shawn O. Pearce1-34/+39
2006-12-30Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Libravatar Shawn O. Pearce1-3/+3
2006-12-30Use PATH_MAX constant for --bare.Libravatar Shawn O. Pearce1-2/+2