Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | Make git_status_config() file scope static to builtin-commit.c | Junio C Hamano | 2009-08-10 | |
| * | | | | | | | | | wt-status: move wt_status_colors[] into wt_status structure | Junio C Hamano | 2009-08-10 | |
| * | | | | | | | | | wt-status: move many global settings to wt_status structure | Junio C Hamano | 2009-08-10 | |
| * | | | | | | | | | commit: --dry-run | Junio C Hamano | 2009-08-07 | |
| * | | | | | | | | | status: show worktree status of conflicted paths separately | Junio C Hamano | 2009-08-06 | |
| * | | | | | | | | | wt-status.c: rework the way changes to the index and work tree are summarized | Junio C Hamano | 2009-08-06 | |
| * | | | | | | | | | diff-index: keep the original index intact | Junio C Hamano | 2009-08-05 | |
| * | | | | | | | | | diff-index: report unmerged new entries | Junio C Hamano | 2009-08-05 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-28 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Merge branch 'rc/maint-http-fix' into maint | Junio C Hamano | 2009-08-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | http.c: set slot callback members to NULL when releasing object | Tay Ray Chuan | 2009-08-28 | |
* | | | | | | | | | | | t/test-lib.sh: provide a shell implementation of the 'yes' utility | Brandon Casey | 2009-08-28 | |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||
| * | | | | | | | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-27 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||
| | * | | | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-27 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||
| | | * | | | | | | | | Fix overridable written with an extra 'e' | Nanako Shiraishi | 2009-08-27 | |
| | | * | | | | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-27 | |
| | | |\ \ \ \ \ \ \ \ | ||||
| | | | * \ \ \ \ \ \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-27 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / | | | | |/| | | | | | | | ||||
| | | | | * | | | | | | | Documentation: git-archive: mark --format as optional in summary | Wesley J. Landaker | 2009-08-27 | |
| | | | | * | | | | | | | Merge branch 'maint-1.5.6' into maint-1.6.0 | Junio C Hamano | 2009-08-27 | |
| | | | | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | Round-down years in "years+months" relative date view | David Reiss | 2009-08-27 | |
* | | | | | | | | | | | | | Merge branch 'lt/block-sha1' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | remove ARM and Mozilla SHA1 implementations | Nicolas Pitre | 2009-08-18 | |
| * | | | | | | | | | | | | | block-sha1: guard gcc extensions with __GNUC__ | Nicolas Pitre | 2009-08-18 | |
| * | | | | | | | | | | | | | make sure byte swapping is optimal for git | Nicolas Pitre | 2009-08-18 | |
| * | | | | | | | | | | | | | block-sha1: make the size member first in the context struct | Nicolas Pitre | 2009-08-18 | |
* | | | | | | | | | | | | | | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Add tests for rev-list --graph with options that simplify history | Adam Simpkins | 2009-08-24 | |
| * | | | | | | | | | | | | | | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 2009-08-21 | |
* | | | | | | | | | | | | | | | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 2009-08-20 | |
| * | | | | | | | | | | | | | | | t7407: Use 'rev-parse --short' rather than bash's substring expansion notation | Johan Herland | 2009-08-20 | |
| * | | | | | | | | | | | | | | | git submodule status: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | git submodule update: Introduce --recursive to update nested submodules | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | git submodule foreach: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | git submodule foreach: test access to submodule name as '$name' | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | Add selftest for 'git submodule foreach' | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | git submodule: Cleanup usage string and add option parsing to cmd_foreach() | Johan Herland | 2009-08-18 | |
| * | | | | | | | | | | | | | | | git submodule foreach: Provide access to submodule name, as '$name' | Johan Herland | 2009-08-18 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/maint-unpack-objects-strict' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | Fix "unpack-objects --strict" | Junio C Hamano | 2009-08-14 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'wl/insta-mongoose' | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | Add support for the Mongoose web server. | Wilhansen Li | 2009-08-23 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'nd/sparse' (early part) | Junio C Hamano | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | Prevent diff machinery from examining assume-unchanged entries on worktree | Nguyễn Thái Ngọc Duy | 2009-08-11 | |
* | | | | | | | | | | | | | | | | | commit.c: rename variable named 'n' which masks previous declaration | Brandon Casey | 2009-08-27 | |
* | | | | | | | | | | | | | | | | | abspath.c: move declaration of 'len' into inner block and use appropriate type | Brandon Casey | 2009-08-27 | |
* | | | | | | | | | | | | | | | | | Makefile: remove pointless conditional assignment in SunOS section | Brandon Casey | 2009-08-27 | |
* | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-26 |