summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create read_or_die utility routine.Shawn O. Pearce2006-12-292-0/+17
* Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-291-2/+2
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-294-34/+40
* Introduce new config option for mmap limit.Shawn O. Pearce2006-12-295-2/+17
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-293-23/+14
* 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
|\ \ \
| * \ \ Merge branch 'master' into js/shallowJunio C Hamano2006-12-27226-6240/+9288
| |\ \ \
| * | | | fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard2006-11-241-1/+2
| * | | | get_shallow_commits: Avoid memory leak if a commit has been reached already.Alexandre Julliard2006-11-241-1/+3
| * | | | git-fetch: Reset shallow_depth before auto-following tags.Alexandre Julliard2006-11-241-0/+2
| * | | | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-241-1/+1
| * | | | fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard2006-11-241-1/+1
| * | | | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-241-0/+1
| * | | | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-241-0/+1
| * | | | Why does it mean we do not have to register shallow if we have one?Junio C Hamano2006-11-241-3/+0
| * | | | We should make sure that the protocol is still extensible.Junio C Hamano2006-11-241-4/+7
| * | | | add tests for shallow stuffJohannes Schindelin2006-11-241-0/+45
| * | | | Shallow clone: do not ignore shallowness when following tagsAlexandre Julliard2006-11-241-1/+2
| * | | | allow deepening of a shallow repositoryJohannes Schindelin2006-11-246-21/+97
| * | | | allow cloning a repository "shallowly"Johannes Schindelin2006-11-243-5/+96
| * | | | support fetching into a shallow repositoryJohannes Schindelin2006-11-246-4/+150
| * | | | upload-pack: no longer call rev-listJohannes Schindelin2006-11-241-33/+60
* | | | | Allow git-merge to select the default strategy.Shawn O. Pearce2006-12-281-18/+0