Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve for-each-ref test script | Jeff King | 2008-06-26 | 1 | -17/+70 |
* | Add 'git-p4.allowSubmit' to git-p4 | Jing Xue | 2008-06-26 | 1 | -0/+4 |
* | Start draft release notes for 1.6.0 | Junio C Hamano | 2008-06-26 | 2 | -1/+106 |
* | update-hook-example: optionally allow non-fast-forward | Dmitry Potapov | 2008-06-25 | 1 | -33/+53 |
* | Merge branch 'maint' | Junio C Hamano | 2008-06-25 | 6 | -11/+53 |
|\ | |||||
| * | GIT 1.5.6.1v1.5.6.1 | Junio C Hamano | 2008-06-25 | 3 | -6/+35 |
| * | fix update-hook-example to work with packed tag references | Dmitry Potapov | 2008-06-25 | 1 | -1/+1 |
| * | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 5 | -11/+39 |
| * | Merge branch 'jc/maint-combine-diff-pre-context' into maint | Junio C Hamano | 2008-06-25 | 1 | -2/+5 |
| |\ | |||||
| * \ | Merge branch 'lt/maint-gitdir-relative' into maint | Junio C Hamano | 2008-06-25 | 3 | -1/+20 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/maint-rebase' into maint | Junio C Hamano | 2008-06-25 | 1 | -4/+10 |
| |\ \ \ | |||||
| | * | | | git-rebase.sh: Add check if rebase is in progress | Stephan Beyer | 2008-06-22 | 1 | -4/+10 |
| * | | | | for-each-ref: implement missing tag values | Jeff King | 2008-06-25 | 1 | -0/+7 |
* | | | | | 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 |