summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | Force core.filemode to false on Cygwin.Shawn O. Pearce2006-12-302-4/+18
* | | | Fix formatting for urls section of fetch, pull, and push manpagesTheodore Ts'o2006-12-301-7/+16
* | | | Fix yet another subtle xdl_merge() bugJohannes Schindelin2006-12-301-2/+5
* | | | i18n: drop "encoding" header in the output after re-coding.Junio C Hamano2006-12-301-0/+45
* | | | commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-303-2/+12
* | | | Move commit reencoding parameter parsing to revision.cJunio C Hamano2006-12-303-0/+16
* | | | Documentation: minor rewording for git-log and git-show pages.Junio C Hamano2006-12-302-5/+9
* | | | Documentation: i18n commit log message notes.Junio C Hamano2006-12-305-0/+78
* | | | t3900: test log --encoding=noneJunio C Hamano2006-12-301-1/+8
* | | | commit re-encoding: fix confusion between no and default conversion.Junio C Hamano2006-12-301-0/+2
|/ / /
* | | Merge branch 'jc/curl'Junio C Hamano2006-12-291-1/+1
|\ \ \
| * | | Work around http-fetch built with cURL 7.16.0Junio C Hamano2006-12-271-1/+1
* | | | Fix 'git add' with .gitignoreJunio C Hamano2006-12-294-29/+69
* | | | Revert "read_directory: show_both option."Junio C Hamano2006-12-292-16/+9
* | | | Add info about new test families (8 and 9) to t/READMEJakub Narebski2006-12-291-0/+2
* | | | t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano2006-12-292-9/+45
| |/ / |/| |
* | | Merge branch 'jc/utf8'Junio C Hamano2006-12-2818-43/+308
|\ \ \
| * | | t3900: test conversion to non UTF-8 as wellJunio C Hamano2006-12-281-0/+11
| * | | Rename t3900 test vector fileJunio C Hamano2006-12-272-5/+5
| * | | UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-2715-23/+160
| * | | Teach log family --encodingJunio C Hamano2006-12-263-5/+76
| * | | i18n.logToUTF8: convert commit log message to UTF-8Junio C Hamano2006-12-261-2/+9
| * | | Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-263-30/+69
* | | | Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano2006-12-281-1/+1
* | | | core.logallrefupdates: log remotes/ tracking branches.Junio C Hamano2006-12-281-1/+2
* | | | GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano2006-12-281-18/+70
* | | | Merge branch 'jc/make'Junio C Hamano2006-12-281-6/+16
|\ \ \ \
| * | | | gcc does not necessarily pass runtime libpath with -RJunio C Hamano2006-12-271-6/+16
| | |/ / | |/| |
* | | | update hook: redirect _both_ diagnostic lines to stderr upon tag failureJim Meyering2006-12-281-1/+1
* | | | xdl_merge(): fix a segmentation fault when refining conflictsJohannes Schindelin2006-12-282-0/+26
* | | | git-svn: sort multi-init outputEric Wong2006-12-281-1/+1
* | | | git-svn: verify_ref() should actually --verifyEric Wong2006-12-281-1/+2
* | | | git-svn: print out the SVN library version in --version, tooEric Wong2006-12-281-1/+1
* | | | git-svn: remove non-delta fetch code pathsEric Wong2006-12-282-176/+21
* | | | t9200-git-cvsexportcommit.sh: quiet down commitEric Wong2006-12-281-4/+6
* | | | test-lib: quiet down init-db output for testsEric Wong2006-12-281-1/+1
* | | | t6024-recursive-merge: quiet down this testEric Wong2006-12-281-43/+47
* | | | Merge branch 'js/shallow'Junio C Hamano2006-12-289-48/+445
|\ \ \ \