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