Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 | 2 | -1/+62 |
|\ | |||||
| * | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 | 2 | -2/+61 |
* | | Merge branch 'jc/shortstatus' | Junio C Hamano | 2009-08-28 | 6 | -230/+550 |
|\ \ | |||||
| * | | git commit --dry-run -v: show diff in color when asked | Junio C Hamano | 2009-08-15 | 1 | -2/+4 |
| * | | Documentation/git-commit.txt: describe --dry-run | Junio C Hamano | 2009-08-15 | 1 | -4/+9 |
| * | | wt-status: collect untracked files in a separate "collect" phase | Junio C Hamano | 2009-08-10 | 2 | -23/+38 |
| * | | Make git_status_config() file scope static to builtin-commit.c | Junio C Hamano | 2009-08-10 | 3 | -61/+60 |
| * | | wt-status: move wt_status_colors[] into wt_status structure | Junio C Hamano | 2009-08-10 | 2 | -5/+8 |
| * | | wt-status: move many global settings to wt_status structure | Junio C Hamano | 2009-08-10 | 3 | -84/+93 |
| * | | commit: --dry-run | Junio C Hamano | 2009-08-07 | 2 | -14/+22 |
| * | | status: show worktree status of conflicted paths separately | Junio C Hamano | 2009-08-06 | 3 | -3/+120 |
| * | | wt-status.c: rework the way changes to the index and work tree are summarized | Junio C Hamano | 2009-08-06 | 3 | -50/+199 |
| * | | diff-index: keep the original index intact | Junio C Hamano | 2009-08-05 | 1 | -18/+0 |
| * | | diff-index: report unmerged new entries | Junio C Hamano | 2009-08-05 | 2 | -2/+33 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-08-28 | 1 | -1/+6 |
|\ \ \ | |||||
| * \ \ | Merge branch 'rc/maint-http-fix' into maint | Junio C Hamano | 2009-08-28 | 1 | -1/+3 |
| |\ \ \ | |||||
| * | | | | http.c: set slot callback members to NULL when releasing object | Tay Ray Chuan | 2009-08-28 | 1 | -1/+6 |
* | | | | | t/test-lib.sh: provide a shell implementation of the 'yes' utility | Brandon Casey | 2009-08-28 | 1 | -0/+15 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-27 | 4 | -4/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-27 | 4 | -4/+4 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-27 | 4 | -4/+4 |
| | |\ \ \ \ | |||||
| | | * | | | | Fix overridable written with an extra 'e' | Nanako Shiraishi | 2009-08-27 | 2 | -2/+2 |
| | | * | | | | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-27 | 1 | -1/+1 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-27 | 1 | -1/+1 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Documentation: git-archive: mark --format as optional in summary | Wesley J. Landaker | 2009-08-27 | 1 | -1/+1 |
| | | | | * | | | | Merge branch 'maint-1.5.6' into maint-1.6.0 | Junio C Hamano | 2009-08-27 | 2 | -2/+43 |
| | | | | |\ \ \ \ | |||||
| | | * | | | | | | | Round-down years in "years+months" relative date view | David Reiss | 2009-08-27 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'lt/block-sha1' | Junio C Hamano | 2009-08-27 | 11 | -531/+54 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | remove ARM and Mozilla SHA1 implementations | Nicolas Pitre | 2009-08-18 | 9 | -526/+11 |
| * | | | | | | | | | | block-sha1: guard gcc extensions with __GNUC__ | Nicolas Pitre | 2009-08-18 | 1 | -2/+2 |
| * | | | | | | | | | | make sure byte swapping is optimal for git | Nicolas Pitre | 2009-08-18 | 3 | -2/+40 |
| * | | | | | | | | | | block-sha1: make the size member first in the context struct | Nicolas Pitre | 2009-08-18 | 1 | -1/+1 |
* | | | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |