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