summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-12-31Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce
2006-12-31Automatically detect a bare git repository.Shawn O. Pearce
2006-12-31Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce
2006-12-31Use PATH_MAX constant for --bare.Shawn O. Pearce
2006-12-31Force core.filemode to false on Cygwin.Shawn O. Pearce
2006-12-31Fix formatting for urls section of fetch, pull, and push manpagesTheodore Ts'o
2006-12-31Fix yet another subtle xdl_merge() bugJohannes Schindelin
2006-12-31i18n: drop "encoding" header in the output after re-coding.Junio C Hamano
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano
2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano
2006-12-30Documentation: minor rewording for git-log and git-show pages.Junio C Hamano
2006-12-30Documentation: i18n commit log message notes.Junio C Hamano
2006-12-30t3900: test log --encoding=noneJunio C Hamano
2006-12-30commit re-encoding: fix confusion between no and default conversion.Junio C Hamano
2006-12-29Documentation: illustrate send-pack pipeline.Junio C Hamano
2006-12-29send-pack: fix pipeline.Junio C Hamano
2006-12-29Merge branch 'jc/curl'Junio C Hamano
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-12-29Revert "read_directory: show_both option."Junio C Hamano
2006-12-29Add info about new test families (8 and 9) to t/READMEJakub Narebski
2006-12-29t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano
2006-12-29Merge branch 'jc/utf8'Junio C Hamano
2006-12-29Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano
2006-12-29core.logallrefupdates: log remotes/ tracking branches.Junio C Hamano
2006-12-29GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano
2006-12-29t3900: test conversion to non UTF-8 as wellJunio C Hamano
2006-12-29Merge branch 'jc/make'Junio C Hamano
2006-12-28update hook: redirect _both_ diagnostic lines to stderr upon tag failureJim Meyering
2006-12-28xdl_merge(): fix a segmentation fault when refining conflictsJohannes Schindelin
2006-12-28git-svn: sort multi-init outputEric Wong