Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jc/upload-pack-hook' | Junio C Hamano | 2009-09-07 |
|\ | |||
| * | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook | Junio C Hamano | 2009-08-28 |
| * | upload-pack: add a trigger for post-upload-pack hook | Junio C Hamano | 2009-08-28 |
* | | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 |
|\ \ | |||
| * | | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 2009-09-01 |
| * | | Make test case number unique | Johannes Sixt | 2009-08-27 |
| * | | tests: disable interactive hunk selection tests if perl is not available | Jeff King | 2009-08-18 |
| * | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 2009-08-15 |
| |\ \ | |||
| | * | | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 2009-07-31 |
| * | | | Implement 'git stash save --patch' | Thomas Rast | 2009-08-15 |
| * | | | Implement 'git checkout --patch' | Thomas Rast | 2009-08-15 |
| * | | | Implement 'git reset --patch' | Thomas Rast | 2009-08-15 |
| * | | | Add a small patch-mode testing library | Thomas Rast | 2009-08-14 |
| |/ / | |||
* | | | Merge branch 'maint' | Junio C Hamano | 2009-09-02 |
|\ \ \ | |||
| * \ \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-09-02 |
| |\ \ \ | |||
| | * \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-02 |
| | |\ \ \ | |||
| | | * | | | clone: disconnect transport after fetching | Jeff King | 2009-09-02 |
* | | | | | | Merge branch 'lt/approxidate' | Junio C Hamano | 2009-08-31 |
|\ \ \ \ \ \ | |||
| * | | | | | | fix approxidate parsing of relative months and years | Jeff King | 2009-08-30 |
| * | | | | | | tests: add date printing and parsing tests | Jeff King | 2009-08-30 |
* | | | | | | | Merge branch 'mr/gitweb-snapshot' | Junio C Hamano | 2009-08-31 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | gitweb: add t9501 tests for checking HTTP status codes | Mark Rada | 2009-08-27 |
| * | | | | | | | gitweb: split test suite into library and tests | Mark Rada | 2009-08-27 |
* | | | | | | | | Sync with 1.6.4.2 | Junio C Hamano | 2009-08-29 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | Remove unused t/t8005/iso8859-5.txt | Nanako Shiraishi | 2009-08-29 |
* | | | | | | | | Merge branch 'mm/reset-report' | Junio C Hamano | 2009-08-28 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 |
* | | | | | | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn' | Junio C Hamano | 2009-08-28 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | checkout: do not imply "-f" on unborn branches | Jeff King | 2009-08-25 |
* | | | | | | | | | | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'jc/shortstatus' | Junio C Hamano | 2009-08-28 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | status: show worktree status of conflicted paths separately | Junio C Hamano | 2009-08-06 |
| * | | | | | | | | | | diff-index: report unmerged new entries | Junio C Hamano | 2009-08-05 |
* | | | | | | | | | | | t/test-lib.sh: provide a shell implementation of the 'yes' utility | Brandon Casey | 2009-08-28 |
* | | | | | | | | | | | 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 |
* | | | | | | | | | | | | | 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 '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 |