aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gitweb: Fix shortlog only showing HEAD revision.Robert Fitzsimons2007-01-03
* git-verify-tag: make sure we remove temporary file.Junio C Hamano2007-01-03
* git-tag: add flag to verify a tagSanti Béjar2007-01-03
* Refactor print-functions in builtin-branchLars Hjemli2007-01-03
* gitweb: There can be empty patches (in git_patchset_body)Jakub Narebski2007-01-03
* gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Jakub Narebski2007-01-03
* Documentation/tutorial: misc updatesSanti Béjar2007-01-03
* tutorial: misc updates.Junio C Hamano2007-01-03
* Skip excessive blank lines before commit bodyLars Hjemli2007-01-03
* Add documentation for git-branch's color configuration.Brian Gernhardt2007-01-03
* gitweb: Fix error in git_project_index subroutineJakub Narebski2007-01-03
* send pack check for failure to send revisions listAndy Whitcroft2007-01-02
* instaweb: load Apache mime and dir modules if they are neededEric Wong2007-01-02
* fetch-pack: do not use lockfile structure on stack.Junio C Hamano2007-01-02
* Remove unused variable (git-commit.sh)Junio C Hamano2007-01-01
* Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano2007-01-01
* Strongly discourage --update-head-ok in fetch-options documentation.Junio C Hamano2007-01-01
* Merge branch 'sp/merge' (early part)Junio C Hamano2007-01-01
|\
| * Use merge-recursive in git-am -3.Shawn O. Pearce2006-12-28
| * Allow merging bare trees in merge-recursive.Shawn O. Pearce2006-12-28
| * Move better_branch_name above get_ref in merge-recursive.Shawn O. Pearce2006-12-28
* | Documentation: remove master:origin example from pull-fetch-param.txtJ. Bruce Fields2007-01-01
* | Documentation: update git-pull.txt for new clone behaviorJ. Bruce Fields2007-01-01
* | git-fetch: remove .keep file at the end.Junio C Hamano2007-01-01
* | fail pull/merge early in the middle of conflicted mergeJunio C Hamano2007-01-01
* | Update send-pack pipeline documentation.Junio C Hamano2007-01-01
* | git-svn: t/t91??-*: optimize the tests a bitEric Wong2006-12-31
* | git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINKEric Wong2006-12-31
* | git-svn: remove svnadmin dependency from the testsEric Wong2006-12-31
* | i18n: do not leak 'encoding' header even when we cheat the conversion.Junio C Hamano2006-12-31
* | Do not merge random set of refs out of wildcarded refsJunio C Hamano2006-12-31
* | Fix formatting for urls section of fetch, pull, and push manpagesTheodore Tso2006-12-31
* | Documentation: update tutorial's discussion of originJ. Bruce Fields2006-12-31
* | Documentation: update glossary entry for "origin"J. Bruce Fields2006-12-31
* | Documentation: update git-clone.txt for clone's new default behaviorJ. Bruce Fields2006-12-31
* | Docs: update cvs-migration.txt to reflect clone's new default behaviorJ. Bruce Fields2006-12-31
* | send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano2006-12-31
* | send-pack.c: use is_null_sha1()Junio C Hamano2006-12-31
* | Update documentation for update hook.Junio C Hamano2006-12-31
* | Merge branch 'jc/send-pack-pipeline'Junio C Hamano2006-12-31
|\ \
| * | Documentation: illustrate send-pack pipeline.Junio C Hamano2006-12-29
| * | send-pack: fix pipeline.Junio C Hamano2006-12-29
* | | Add test case for update hooks in receive-pack.Shawn O. Pearce2006-12-31
* | | Documentation/config.txt (and repo-config manpage): mark-up fix.Junio C Hamano2006-12-30
* | | Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce2006-12-30
* | | Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-30
* | | Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-30
* | | Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-30
* | | Automatically detect a bare git repository.Shawn O. Pearce2006-12-30
* | | Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce2006-12-30