Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 2009-08-27 | 5 | -5/+325 |
|\ | |||||
| * | Add tests for rev-list --graph with options that simplify history | Adam Simpkins | 2009-08-24 | 1 | -0/+276 |
| * | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 2009-08-21 | 4 | -5/+49 |
* | | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 2009-08-27 | 5 | -14/+346 |
|\ \ | |||||
| * | | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 2009-08-20 | 3 | -2/+31 |
| * | | t7407: Use 'rev-parse --short' rather than bash's substring expansion notation | Johan Herland | 2009-08-20 | 1 | -2/+4 |
| * | | git submodule status: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | 3 | -6/+51 |
| * | | git submodule update: Introduce --recursive to update nested submodules | Johan Herland | 2009-08-18 | 3 | -3/+36 |
| * | | git submodule foreach: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | 3 | -4/+124 |
| * | | git submodule foreach: test access to submodule name as '$name' | Johan Herland | 2009-08-18 | 1 | -3/+3 |
| * | | Add selftest for 'git submodule foreach' | Johan Herland | 2009-08-18 | 1 | -0/+79 |
| * | | git submodule: Cleanup usage string and add option parsing to cmd_foreach() | Johan Herland | 2009-08-18 | 1 | -3/+25 |
| * | | git submodule foreach: Provide access to submodule name, as '$name' | Johan Herland | 2009-08-18 | 2 | -1/+3 |
* | | | Merge branch 'jc/maint-unpack-objects-strict' | Junio C Hamano | 2009-08-27 | 2 | -7/+44 |
|\ \ \ | |||||
| * | | | Fix "unpack-objects --strict" | Junio C Hamano | 2009-08-14 | 2 | -7/+44 |
* | | | | Merge branch 'wl/insta-mongoose' | Junio C Hamano | 2009-08-27 | 2 | -6/+53 |
|\ \ \ \ | |||||
| * | | | | Add support for the Mongoose web server. | Wilhansen Li | 2009-08-23 | 2 | -6/+53 |
* | | | | | Merge branch 'nd/sparse' (early part) | Junio C Hamano | 2009-08-27 | 2 | -2/+35 |
|\ \ \ \ \ | |||||
| * | | | | | Prevent diff machinery from examining assume-unchanged entries on worktree | Nguyễn Thái Ngọc Duy | 2009-08-11 | 2 | -2/+35 |
* | | | | | | commit.c: rename variable named 'n' which masks previous declaration | Brandon Casey | 2009-08-27 | 1 | -5/+5 |
* | | | | | | abspath.c: move declaration of 'len' into inner block and use appropriate type | Brandon Casey | 2009-08-27 | 1 | -3/+3 |
* | | | | | | Makefile: remove pointless conditional assignment in SunOS section | Brandon Casey | 2009-08-27 | 1 | -3/+0 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-26 | 4 | -12/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-26 | 9 | -10/+65 |
| * | | | | | | Minor improvement to the write-tree documentation | David Kågedal | 2009-08-26 | 1 | -1/+2 |
| * | | | | | | git-bisect: call the found commit "*the* first bad commit" | Nanako Shiraishi | 2009-08-26 | 3 | -11/+11 |
| * | | | | | | Merge branch 'js/maint-cover-letter-non-ascii' into maint | Junio C Hamano | 2009-08-26 | 4 | -12/+17 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/maint-clean-nested-dir-safety' into maint | Junio C Hamano | 2009-08-26 | 6 | -5/+63 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/maint-merge-msg-fix' into maint | Junio C Hamano | 2009-08-26 | 4 | -11/+75 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/apply-epoch-patch' into maint | Junio C Hamano | 2009-08-26 | 2 | -1/+176 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jp/symlink-dirs' into maint | Junio C Hamano | 2009-08-26 | 4 | -1/+114 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-26 | 2 | -0/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3 | Junio C Hamano | 2009-08-26 | 2 | -0/+15 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'aj/fix-read-tree-from-scratch' | Junio C Hamano | 2009-08-25 | 2 | -4/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | read-tree: Fix regression with creation of a new index file. | Alexandre Julliard | 2009-08-17 | 2 | -4/+31 |
* | | | | | | | | | | | | | | Merge branch 'jc/maint-checkout-index-to-prefix' | Junio C Hamano | 2009-08-25 | 3 | -5/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | check_path(): allow symlinked directories to checkout-index --prefix | Junio C Hamano | 2009-08-18 | 3 | -5/+18 |
* | | | | | | | | | | | | | | | Merge branch 'jl/submodule-summary-diff-files' | Junio C Hamano | 2009-08-25 | 3 | -5/+49 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Documentaqtion/git-submodule.txt: Typofix | Lars Hjemli | 2009-08-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | git submodule summary: add --files option | Jens Lehmann | 2009-08-14 | 3 | -5/+49 |
* | | | | | | | | | | | | | | | | Merge branch 'lh/short-decorate' | Junio C Hamano | 2009-08-25 | 9 | -10/+65 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 | 9 | -10/+65 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'oa/stash-na' | Junio C Hamano | 2009-08-25 | 1 | -11/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | git stash: Give friendlier errors when there is nothing to apply | Ori Avtalion | 2009-08-14 | 1 | -11/+16 |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Documentation: consistently refer to check-ref-format | Nanako Shiraishi | 2009-08-25 | 2 | -6/+20 |
* | | | | | | | | | | | | | | | | Merge branch 'jc/verify-pack-stat' | Junio C Hamano | 2009-08-23 | 2 | -17/+40 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | verify-pack --stat-only: show histogram without verifying | Junio C Hamano | 2009-08-07 | 2 | -17/+40 |
| * | | | | | | | | | | | | | | | | Merge branch 'maint' into jc/verify-pack-stat | Junio C Hamano | 2009-08-07 | 85 | -457/+1381 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mr/gitweb-xz' | Junio C Hamano | 2009-08-23 | 2 | -2/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | gitweb: add support for XZ compressed snapshots | Mark A Rada | 2009-08-06 | 1 | -0/+9 |