summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-01-04git-svn: make --repack work consistently between fetch and multi-fetchEric Wong-4/+6
2007-01-04git-svn: update documentation for multi-{init|fetch}Eric Wong-17/+37
2007-01-04git-svn: make multi-init less confusingEric Wong-38/+40
2007-01-04Remove shadowing variable from traverse_trees()René Scharfe-1/+0
2007-01-04Make check target depend on common-cmds.hRené Scharfe-1/+1
2007-01-04rerere: Fix removal of already resolved path.Junio C Hamano-4/+3
2007-01-04Merge branch 'maint'Junio C Hamano-7/+22
2007-01-04pack-check.c::verify_packfile(): don't run SHA-1 update on huge datav1.4.4.4Junio C Hamano-5/+15
2007-01-03gitweb: Fix shortlog only showing HEAD revision.Robert Fitzsimons-1/+1
2007-01-03git-verify-tag: make sure we remove temporary file.Junio C Hamano-0/+3
2007-01-03git-tag: add flag to verify a tagSanti Béjar-3/+16
2007-01-03Refactor print-functions in builtin-branchLars Hjemli-43/+40
2007-01-03gitweb: There can be empty patches (in git_patchset_body)Jakub Narebski-1/+1
2007-01-03gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Jakub Narebski-1/+1
2007-01-03Documentation/tutorial: misc updatesSanti Béjar-4/+13
2007-01-03tutorial: misc updates.Junio C Hamano-7/+17
2007-01-03Skip excessive blank lines before commit bodyLars Hjemli-1/+4
2007-01-03Add documentation for git-branch's color configuration.Brian Gernhardt-8/+27
2007-01-03gitweb: Fix error in git_project_index subroutineJakub Narebski-1/+1
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano-2/+7
2007-01-02send pack check for failure to send revisions listAndy Whitcroft-2/+30
2007-01-02instaweb: load Apache mime and dir modules if they are neededEric Wong-0/+10
2007-01-02fetch-pack: do not use lockfile structure on stack.Junio C Hamano-1/+2
2007-01-01Remove unused variable (git-commit.sh)Junio C Hamano-1/+0
2007-01-01Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano-1/+16
2007-01-01Strongly discourage --update-head-ok in fetch-options documentation.Junio C Hamano-2/+4
2007-01-01Merge branch 'sp/merge' (early part)Junio C Hamano-14/+20
2007-01-01Documentation: remove master:origin example from pull-fetch-param.txtJ. Bruce Fields-4/+0
2007-01-01Documentation: update git-pull.txt for new clone behaviorJ. Bruce Fields-44/+25
2007-01-01git-fetch: remove .keep file at the end.Junio C Hamano-7/+16
2007-01-01fail pull/merge early in the middle of conflicted mergeJunio C Hamano-0/+6
2007-01-01Update send-pack pipeline documentation.Junio C Hamano-65/+16
2006-12-31git-svn: t/t91??-*: optimize the tests a bitEric Wong-19/+7
2006-12-31git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINKEric Wong-49/+35
2006-12-31git-svn: remove svnadmin dependency from the testsEric Wong-22/+17
2006-12-31i18n: do not leak 'encoding' header even when we cheat the conversion.Junio C Hamano-4/+6
2006-12-31Do not merge random set of refs out of wildcarded refsJunio C Hamano-1/+22
2006-12-31Fix formatting for urls section of fetch, pull, and push manpagesTheodore Tso-12/+14
2006-12-31Documentation: update tutorial's discussion of originJ. Bruce Fields-10/+15
2006-12-31Documentation: update glossary entry for "origin"J. Bruce Fields-3/+4
2006-12-31Documentation: update git-clone.txt for clone's new default behaviorJ. Bruce Fields-7/+4
2006-12-31Docs: update cvs-migration.txt to reflect clone's new default behaviorJ. Bruce Fields-7/+4
2006-12-31send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano-97/+42
2006-12-31send-pack.c: use is_null_sha1()Junio C Hamano-12/+1
2006-12-31Update documentation for update hook.Junio C Hamano-2/+2
2006-12-31Merge branch 'jc/send-pack-pipeline'Junio C Hamano-5/+114
2006-12-31Add test case for update hooks in receive-pack.Shawn O. Pearce-0/+81
2006-12-30Documentation/config.txt (and repo-config manpage): mark-up fix.Junio C Hamano-7/+7
2006-12-30Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce-1/+20
2006-12-30Use /dev/null for update hook stdin.Shawn O. Pearce-6/+8