Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: fix typos / spelling mistakes | Mike Ralphson | 2009-04-20 | 4 | -5/+5 |
* | builtin-remote: fix typo in option description | Mike Ralphson | 2009-04-20 | 1 | -1/+1 |
* | clone: add test for push on an empty clone. | Matthieu Moy | 2009-04-20 | 1 | -0/+10 |
* | Windows: Skip fstat/lstat optimization in write_entry() | Johannes Sixt | 2009-04-20 | 3 | -1/+17 |
* | Windows: Work around intermittent failures in mingw_rename | Johannes Sixt | 2009-04-20 | 1 | -2/+19 |
* | gitweb: Fix snapshots requested via PATH_INFO | Holger Weiß | 2009-04-20 | 1 | -2/+2 |
* | Merge branch 'mm/maint-add-p-quit' | Junio C Hamano | 2009-04-20 | 1 | -1/+1 |
|\ | |||||
| * | git add -p: add missing "q" to patch prompt | Wincent Colaiuta | 2009-04-20 | 1 | -1/+1 |
* | | Sync with 1.6.2.4 | Junio C Hamano | 2009-04-19 | 5 | -18/+25 |
|\ \ | |||||
| * | | GIT 1.6.2.4v1.6.2.4 | Junio C Hamano | 2009-04-19 | 2 | -2/+10 |
| * | | Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins | Nguyễn Thái Ngọc Duy | 2009-04-19 | 1 | -2/+0 |
| * | | Merge branch 'ef/maint-fast-export' into maint | Junio C Hamano | 2009-04-19 | 2 | -2/+26 |
| |\ \ | |||||
| | * | | builtin-fast-export.c: handle nested tags | Erik Faye-Lund | 2009-04-19 | 2 | -3/+6 |
| | * | | builtin-fast-export.c: fix crash on tagged trees | Erik Faye-Lund | 2009-04-19 | 2 | -3/+6 |
| | * | | builtin-fast-export.c: turn error into warning | Erik Faye-Lund | 2009-04-19 | 1 | -2/+4 |
| | * | | test-suite: adding a test for fast-export with tag variants | Erik Faye-Lund | 2009-04-19 | 1 | -0/+16 |
| * | | | Merge branch 'mm/maint-add-p-quit' into maint | Junio C Hamano | 2009-04-19 | 2 | -39/+38 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Update git-add.txt according to the new possibilities of 'git add -p'. | Matthieu Moy | 2009-04-19 | 1 | -1/+3 |
| | * | | add-interactive: refactor mode hunk handling | Jeff King | 2009-04-19 | 1 | -43/+21 |
| | * | | git add -p: new "quit" command at the prompt. | Matthieu Moy | 2009-04-19 | 2 | -1/+20 |
| | |/ | |||||
| * | | Merge branch 'lt/maint-reflog-expire' into maint | Junio C Hamano | 2009-04-19 | 1 | -6/+70 |
| |\ \ | |||||
| | * | | Speed up reflog pruning of unreachable commits | Junio Hamano | 2009-04-19 | 1 | -0/+44 |
| | * | | Clean up reflog unreachability pruning decision | Linus Torvalds | 2009-04-19 | 1 | -6/+26 |
| | |/ | |||||
| * | | Merge branch 'jc/maint-shared-literally' into maint | Junio C Hamano | 2009-04-19 | 3 | -11/+23 |
| |\ \ | |||||
| | * | | Update docs on behaviour of 'core.sharedRepository' and 'git init --shared' | Johan Herland | 2009-04-18 | 2 | -7/+15 |
* | | | | Work around ash "alternate value" expansion bug | Ben Jackson | 2009-04-18 | 3 | -3/+20 |
* | | | | Update draft release notes to 1.6.3v1.6.3-rc1 | Junio C Hamano | 2009-04-18 | 1 | -13/+21 |
* | | | | Merge branch 'lt/bool-on-off' | Junio C Hamano | 2009-04-18 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Documentation: boolean value may be given by on/off | Michał Kiedrowicz | 2009-04-17 | 1 | -1/+1 |
| * | | | | Allow users to un-configure rename detection | Linus Torvalds | 2009-04-11 | 1 | -2/+2 |
* | | | | | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 2009-04-18 | 7 | -41/+54 |
|\ \ \ \ \ | |||||
| * | | | | | show_object(): push path_name() call further down | Linus Torvalds | 2009-04-12 | 7 | -14/+20 |
| * | | | | | process_{tree,blob}: show objects without buffering | Linus Torvalds | 2009-04-12 | 7 | -41/+48 |
* | | | | | | Merge branch 'nd/archive-attribute' | Junio C Hamano | 2009-04-18 | 9 | -12/+147 |
|\ \ \ \ \ \ | |||||
| * | | | | | | archive test: attributes | René Scharfe | 2009-04-17 | 1 | -0/+91 |
| * | | | | | | archive: do not read .gitattributes in working directory | Nguyễn Thái Ngọc Duy | 2009-04-17 | 4 | -2/+36 |
| * | | | | | | unpack-trees: do not muck with attributes when we are not checking out | Junio C Hamano | 2009-04-17 | 1 | -2/+4 |
| * | | | | | | attr: add GIT_ATTR_INDEX "direction" | Nguyễn Thái Ngọc Duy | 2009-04-17 | 2 | -4/+11 |
| * | | | | | | archive tests: do not use .gitattributes in working directory | René Scharfe | 2009-04-17 | 1 | -4/+5 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-18 | 5 | -11/+53 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Describe fixes since 1.6.2.3 | Junio C Hamano | 2009-04-18 | 2 | -1/+32 |
| * | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-18 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-18 | 3 | -9/+20 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint | Junio C Hamano | 2009-04-18 | 4 | -5/+29 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'js/maint-submodule-checkout' into maint | Junio C Hamano | 2009-04-18 | 2 | -3/+42 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cb/maint-merge-recursive-submodule-fix' into maint | Junio C Hamano | 2009-04-18 | 2 | -12/+78 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | doc/git-daemon: add missing arguments to max-connections option | Markus Heidelberg | 2009-04-18 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-04-18 | 3 | -9/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | doc/git-daemon: add missing arguments to options | Markus Heidelberg | 2009-04-18 | 1 | -8/+8 |
| | * | | | | | | | | | | init: Do not segfault on big GIT_TEMPLATE_DIR environment variable | Frank Lichtenheld | 2009-04-18 | 2 | -1/+12 |