Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of "perl -i" on Windows | Alex Riesen | 2008-06-25 | 3 | -8/+8 |
* | Merge branch 'sb/rebase' | Junio C Hamano | 2008-06-25 | 1 | -9/+34 |
|\ | |||||
| * | t3404: stricter tests for git-rebase--interactive | Stephan Beyer | 2008-06-22 | 1 | -9/+34 |
| * | api-builtin.txt: update and fix typo | Stephan Beyer | 2008-06-22 | 1 | -5/+10 |
* | | Merge branch 'lw/gitweb' | Junio C Hamano | 2008-06-25 | 1 | -106/+105 |
|\ \ | |||||
| * | | gitweb: standarize HTTP status codes | Lea Wiemann | 2008-06-19 | 1 | -106/+105 |
* | | | Merge branch 'lt/config-fsync' | Junio C Hamano | 2008-06-25 | 5 | -21/+74 |
|\ \ \ | |||||
| * | | | Add config option to enable 'fsync()' of object files | Linus Torvalds | 2008-06-18 | 5 | -1/+17 |
| * | | | Split up default "i18n" and "branch" config parsing into helper routines | Linus Torvalds | 2008-06-18 | 1 | -11/+29 |
| * | | | Split up default "user" config parsing into helper routine | Linus Torvalds | 2008-06-18 | 1 | -4/+13 |
| * | | | Split up default "core" config parsing into helper routine | Linus Torvalds | 2008-06-18 | 1 | -16/+26 |
| |/ / | |||||
* | | | Merge branch 'sr/tests' | Junio C Hamano | 2008-06-25 | 3 | -4/+57 |
|\ \ \ | |||||
| * | | | Hook up the result aggregation in the test makefile. | Sverre Rabbelier | 2008-06-08 | 1 | -2/+8 |
| * | | | A simple script to parse the results from the testcases | Miklos Vajna | 2008-06-08 | 1 | -0/+34 |
| * | | | Modify test-lib.sh to output stats to t/test-results/* | Sverre Rabbelier | 2008-06-08 | 2 | -2/+15 |
* | | | | Merge branch 'jh/clone-packed-refs' | Junio C Hamano | 2008-06-25 | 7 | -125/+151 |
|\ \ \ \ | |||||
| * | | | | Teach "git clone" to pack refs | Johan Herland | 2008-06-19 | 1 | -2/+6 |
| * | | | | Prepare testsuite for a "git clone" that packs refs | Johan Herland | 2008-06-19 | 1 | -3/+6 |
| * | | | | Move pack_refs() and friends into libgit | Johan Herland | 2008-06-19 | 4 | -120/+138 |
| * | | | | Incorporate fetched packs in future object traversal | Johan Herland | 2008-06-19 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'lw/perlish' | Junio C Hamano | 2008-06-25 | 3 | -0/+197 |
|\ \ \ \ | |||||
| * | | | | Git.pm: add test suite | Lea Wiemann | 2008-06-19 | 2 | -0/+139 |
| * | | | | t/test-lib.sh: add test_external and test_external_without_stderr | Lea Wiemann | 2008-06-19 | 1 | -0/+58 |
* | | | | | verify-pack: test for detection of index v2 object CRC mismatch | Nicolas Pitre | 2008-06-24 | 1 | -0/+14 |
* | | | | | verify-pack: check packed object CRC when using index version 2 | Nicolas Pitre | 2008-06-24 | 3 | -25/+38 |
* | | | | | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 | 6 | -70/+67 |
* | | | | | optimize verify-pack a bit | Nicolas Pitre | 2008-06-24 | 3 | -4/+3 |
* | | | | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-24 | 5 | -11/+39 |
* | | | | | Ship sample hooks with .sample suffix | Junio C Hamano | 2008-06-24 | 12 | -25/+25 |
* | | | | | pre-rebase hook update | Junio C Hamano | 2008-06-24 | 1 | -4/+23 |
* | | | | | refactor pack structure allocation | Nicolas Pitre | 2008-06-24 | 1 | -18/+15 |
* | | | | | test case for pack resilience against corruptions | Nicolas Pitre | 2008-06-23 | 1 | -0/+194 |
* | | | | | implement some resilience against pack corruptions | Nicolas Pitre | 2008-06-23 | 2 | -16/+78 |
* | | | | | call init_pack_revindex() lazily | Nicolas Pitre | 2008-06-23 | 4 | -6/+4 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-23 | 3 | -3/+36 |
|\ \ \ \ \ | |||||
| * | | | | | git-svn: make rebuild respect rewriteRoot option | Jan Krüger | 2008-06-23 | 2 | -3/+35 |
| * | | | | | Workaround for AIX mkstemp() | Patrick Higgins | 2008-06-23 | 1 | -0/+1 |
* | | | | | | t9301-fast-export.sh: Remove debug line | Michele Ballabio | 2008-06-23 | 1 | -1/+0 |
* | | | | | | Shrink the git binary a bit by avoiding unnecessary inline functions | Linus Torvalds | 2008-06-22 | 3 | -155/+173 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-22 | 6 | -22/+369 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Extend parse-options test suite | Stephan Beyer | 2008-06-22 | 2 | -11/+144 |
| * | | | | | api-parse-options.txt: Introduce documentation for parse options API | Stephan Beyer | 2008-06-22 | 1 | -2/+202 |
| * | | | | | parse-options.c: fix documentation syntax of optional arguments | Michele Ballabio | 2008-06-22 | 2 | -4/+13 |
| * | | | | | api-builtin.txt: update and fix typo | Stephan Beyer | 2008-06-22 | 1 | -5/+10 |
* | | | | | | Merge branch 'rs/archive-ignore' | Junio C Hamano | 2008-06-22 | 6 | -0/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 2008-06-09 | 6 | -0/+33 |
* | | | | | | | Merge branch 'lt/racy-empty' | Junio C Hamano | 2008-06-22 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | racy-git: an empty blob has a fixed object name | Linus Torvalds | 2008-06-19 | 1 | -0/+16 |
* | | | | | | | | Merge branch 'sn/static' | Junio C Hamano | 2008-06-22 | 3 | -10/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config.c: make git_env_bool() static | しらいしななこ | 2008-06-19 | 2 | -2/+1 |