summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2006-12-28git-svn: verify_ref() should actually --verifyEric Wong
2006-12-28git-svn: print out the SVN library version in --version, tooEric Wong
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong
2006-12-28t9200-git-cvsexportcommit.sh: quiet down commitEric Wong
2006-12-28test-lib: quiet down init-db output for testsEric Wong
2006-12-28t6024-recursive-merge: quiet down this testEric Wong
2006-12-28Merge branch 'js/shallow'Junio C Hamano
2006-12-28Allow git-merge to select the default strategy.Shawn O. Pearce
2006-12-28Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce
2006-12-28Ensure `git-pull` fails if `git-merge` fails.Shawn O. Pearce
2006-12-28Use branch names in 'git-rebase -m' conflict hunks.Shawn O. Pearce
2006-12-28Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce
2006-12-28gitweb: Precompile CGI routines for mod_perlJakub Narebski
2006-12-28gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski
2006-12-28Rename t3900 test vector fileJunio C Hamano
2006-12-28Work around http-fetch built with cURL 7.16.0Junio C Hamano
2006-12-28gcc does not necessarily pass runtime libpath with -RJunio C Hamano
2006-12-28Merge branch 'sp/gc'Junio C Hamano
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano