Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move prime_cache_tree() to cache-tree.c | Junio C Hamano | 2009-04-20 | 4 | -36/+40 |
* | read-tree A B: do not corrupt cache-tree | Junio C Hamano | 2009-04-20 | 1 | -4/+2 |
* | 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 |
| * | | t1301-shared-repo: fix forced modes test | Johannes Sixt | 2009-04-12 | 1 | -4/+8 |
* | | | 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 |
|\ \ \ \ \ | |||||
| * | | | | | match_tree_entry(): a pathspec only matches at directory boundaries | Junio C Hamano | 2009-04-01 | 2 | -2/+12 |
| * | | | | | tree_entry_interesting: a pathspec only matches at directory boundary | Björn Steinbrink | 2009-04-01 | 2 | -3/+17 |
* | | | | | | Merge branch 'js/maint-submodule-checkout' into maint | Junio C Hamano | 2009-04-18 | 2 | -3/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix 'git checkout <submodule>' to update the index | Johannes Schindelin | 2009-04-02 | 2 | -3/+42 |
* | | | | | | | Merge branch 'cb/maint-merge-recursive-submodule-fix' into maint | Junio C Hamano | 2009-04-18 | 2 | -12/+78 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | simplify output of conflicting merge | Clemens Buchacher | 2009-04-05 | 1 | -13/+4 |
| * | | | | | | | update cache for conflicting submodule entries | Clemens Buchacher | 2009-04-05 | 2 | -3/+4 |
| * | | | | | | | add tests for merging with submodules | Clemens Buchacher | 2009-04-05 | 1 | -0/+74 |
* | | | | | | | | 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 |
* | | | | | | | | imap-send: use correct configuration variable in documentation | Paul Bolle | 2009-04-18 | 1 | -1/+1 |
* | | | | | | | | doc/gitattributes: clarify location of config text | Jeff King | 2009-04-17 | 1 | -3/+6 |
* | | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-17 | 2 | -2/+9 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-17 | 2 | -2/+9 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Fix buffer overflow in config parser | Thomas Jarosch | 2009-04-17 | 2 | -2/+9 |
* | | | | | | | | git-apply: fix option description | Ulrich Windl | 2009-04-16 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | GIT 1.6.2.3v1.6.2.3 | Junio C Hamano | 2009-04-12 | 2 | -7/+1 |
* | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-12 | 2 | -0/+5 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-12 | 2 | -0/+5 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | State the effect of filter-branch on graft explicitly | Daniel Cheng (aka SDiZ) | 2009-04-12 | 1 | -0/+3 |
| | * | | | | | process_{tree,blob}: Remove useless xstrdup calls | Linus Torvalds | 2009-04-12 | 1 | -0/+2 |
* | | | | | | | Start 1.6.2.3 preparation | Junio C Hamano | 2009-04-08 | 2 | -1/+29 |
* | | | | | | | Merge branch 'jc/shared-literally' into maint | Junio C Hamano | 2009-04-08 | 10 | -38/+97 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | t1301: loosen test for forced modes | Jeff King | 2009-04-01 | 1 | -2/+2 |
| * | | | | | | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 | 3 | -11/+19 |