summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2006-12-30Force core.filemode to false on Cygwin.Libravatar Shawn O. Pearce2-4/+18
2006-12-30Fix formatting for urls section of fetch, pull, and push manpagesLibravatar Theodore Ts'o1-7/+16
2006-12-30Fix yet another subtle xdl_merge() bugLibravatar Johannes Schindelin1-2/+5
2006-12-30i18n: drop "encoding" header in the output after re-coding.Libravatar Junio C Hamano1-0/+45
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Libravatar Junio C Hamano3-2/+12
2006-12-30Move commit reencoding parameter parsing to revision.cLibravatar Junio C Hamano3-0/+16
2006-12-30Documentation: minor rewording for git-log and git-show pages.Libravatar Junio C Hamano2-5/+9
2006-12-30Documentation: i18n commit log message notes.Libravatar Junio C Hamano5-0/+78
2006-12-30t3900: test log --encoding=noneLibravatar Junio C Hamano1-1/+8
2006-12-30commit re-encoding: fix confusion between no and default conversion.Libravatar Junio C Hamano1-0/+2
2006-12-29Documentation: illustrate send-pack pipeline.Libravatar Junio C Hamano1-0/+112
2006-12-29send-pack: fix pipeline.Libravatar Junio C Hamano1-5/+2
2006-12-29Merge branch 'jc/curl'Libravatar Junio C Hamano1-1/+1
2006-12-29Fix 'git add' with .gitignoreLibravatar Junio C Hamano4-29/+69
2006-12-29Revert "read_directory: show_both option."Libravatar Junio C Hamano2-16/+9
2006-12-29Add info about new test families (8 and 9) to t/READMELibravatar Jakub Narebski1-0/+2
2006-12-29t5400 send-pack test: try a bit more nontrivial transfer.Libravatar Junio C Hamano2-9/+45
2006-12-28Use merge-recursive in git-am -3.Libravatar Shawn O. Pearce1-2/+5
2006-12-28Allow merging bare trees in merge-recursive.Libravatar Shawn O. Pearce1-0/+3