summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix use of "perl -i" on WindowsAlex Riesen2008-06-253-8/+8
* Merge branch 'sb/rebase'Junio C Hamano2008-06-251-9/+34
|\
| * t3404: stricter tests for git-rebase--interactiveStephan Beyer2008-06-221-9/+34
| * api-builtin.txt: update and fix typoStephan Beyer2008-06-221-5/+10
* | Merge branch 'lw/gitweb'Junio C Hamano2008-06-251-106/+105
|\ \
| * | gitweb: standarize HTTP status codesLea Wiemann2008-06-191-106/+105
* | | Merge branch 'lt/config-fsync'Junio C Hamano2008-06-255-21/+74
|\ \ \
| * | | Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-185-1/+17
| * | | Split up default "i18n" and "branch" config parsing into helper routinesLinus Torvalds2008-06-181-11/+29
| * | | Split up default "user" config parsing into helper routineLinus Torvalds2008-06-181-4/+13
| * | | Split up default "core" config parsing into helper routineLinus Torvalds2008-06-181-16/+26
| |/ /
* | | Merge branch 'sr/tests'Junio C Hamano2008-06-253-4/+57
|\ \ \
| * | | Hook up the result aggregation in the test makefile.Sverre Rabbelier2008-06-081-2/+8
| * | | A simple script to parse the results from the testcasesMiklos Vajna2008-06-081-0/+34
| * | | Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-082-2/+15
* | | | Merge branch 'jh/clone-packed-refs'Junio C Hamano2008-06-257-125/+151
|\ \ \ \
| * | | | Teach "git clone" to pack refsJohan Herland2008-06-191-2/+6
| * | | | Prepare testsuite for a "git clone" that packs refsJohan Herland2008-06-191-3/+6
| * | | | Move pack_refs() and friends into libgitJohan Herland2008-06-194-120/+138
| * | | | Incorporate fetched packs in future object traversalJohan Herland2008-06-191-0/+1
| | |/ / | |/| |
* | | | Merge branch 'lw/perlish'Junio C Hamano2008-06-253-0/+197
|\ \ \ \
| * | | | Git.pm: add test suiteLea Wiemann2008-06-192-0/+139
| * | | | t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann2008-06-191-0/+58
* | | | | verify-pack: test for detection of index v2 object CRC mismatchNicolas Pitre2008-06-241-0/+14
* | | | | verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-243-25/+38
* | | | | move show_pack_info() where it belongsNicolas Pitre2008-06-246-70/+67
* | | | | optimize verify-pack a bitNicolas Pitre2008-06-243-4/+3
* | | | | clone: create intermediate directories of destination repoJeff King2008-06-245-11/+39
* | | | | Ship sample hooks with .sample suffixJunio C Hamano2008-06-2412-25/+25
* | | | | pre-rebase hook updateJunio C Hamano2008-06-241-4/+23
* | | | | refactor pack structure allocationNicolas Pitre2008-06-241-18/+15
* | | | | test case for pack resilience against corruptionsNicolas Pitre2008-06-231-0/+194
* | | | | implement some resilience against pack corruptionsNicolas Pitre2008-06-232-16/+78
* | | | | call init_pack_revindex() lazilyNicolas Pitre2008-06-234-6/+4
* | | | | Merge branch 'maint'Junio C Hamano2008-06-233-3/+36
|\ \ \ \ \
| * | | | | git-svn: make rebuild respect rewriteRoot optionJan Krüger2008-06-232-3/+35
| * | | | | Workaround for AIX mkstemp()Patrick Higgins2008-06-231-0/+1
* | | | | | t9301-fast-export.sh: Remove debug lineMichele Ballabio2008-06-231-1/+0
* | | | | | Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-223-155/+173
* | | | | | Merge branch 'maint'Junio C Hamano2008-06-226-22/+369
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Extend parse-options test suiteStephan Beyer2008-06-222-11/+144
| * | | | | api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer2008-06-221-2/+202
| * | | | | parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-222-4/+13
| * | | | | api-builtin.txt: update and fix typoStephan Beyer2008-06-221-5/+10
* | | | | | Merge branch 'rs/archive-ignore'Junio C Hamano2008-06-226-0/+33
|\ \ \ \ \ \
| * | | | | | Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-096-0/+33
* | | | | | | Merge branch 'lt/racy-empty'Junio C Hamano2008-06-221-0/+16
|\ \ \ \ \ \ \
| * | | | | | | racy-git: an empty blob has a fixed object nameLinus Torvalds2008-06-191-0/+16
* | | | | | | | Merge branch 'sn/static'Junio C Hamano2008-06-223-10/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | config.c: make git_env_bool() staticしらいしななこ2008-06-192-2/+1