Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1 | Junio C Hamano | 2009-03-21 |
|\ | |||
| * | Test and fix normalize_path_copy() | Johannes Sixt | 2009-02-07 |
| * | Fix GIT_CEILING_DIRECTORIES on Windows | René Scharfe | 2009-02-07 |
* | | Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1 | Junio C Hamano | 2009-03-21 |
|\ \ | |||
| * | | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 2009-02-25 |
* | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ | |||
| * \ \ | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0 | Junio C Hamano | 2009-03-12 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0 | Junio C Hamano | 2009-03-12 |
| |\ \ \ \ | |||
| | * | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped | Christian Couder | 2009-02-27 |
| | | |/ / | | |/| | | |||
| * | | | | Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0 | Junio C Hamano | 2009-03-12 |
| |\ \ \ \ | |||
| | * | | | | Support "\" in non-wildcard exclusion entries | Finn Arne Gangstad | 2009-02-12 |
| | | |_|/ | | |/| | | |||
| * | | | | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0 | Junio C Hamano | 2009-03-12 |
| |\ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ | |||
| * | | | | | builtin-remote: make rm operation safer in mirrored repository | Jay Soffian | 2009-02-04 |
* | | | | | | Merge branch 'ek/maint-1.6.1-filter-branch-bare' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ \ | |||
| * | | | | | | filter-branch: Fix fatal error on bare repositories | Eric Kidd | 2009-02-03 |
* | | | | | | | Merge branch 'jc/maint-1.6.1-add-u-remove-conflicted' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | add -u: do not fail to resolve a path as deleted | Junio C Hamano | 2009-01-28 |
* | | | | | | | | Merge branch 'js/maint-1.6.1-rebase-i-submodule' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Fix submodule squashing into unrelated commit | Johannes Schindelin | 2009-01-28 |
| * | | | | | | | | rebase -i squashes submodule changes into unrelated commit | Junio C Hamano | 2009-01-28 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'jc/maint-1.6.1-allow-uninteresting-missing' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | revision traversal: allow UNINTERESTING objects to be missing | Junio C Hamano | 2009-01-28 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.1 | Junio C Hamano | 2009-03-12 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||
| * | | | | | | | mailinfo: tests for RFC2047 examples | Kirill Smelkov | 2009-01-28 |
| * | | | | | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)' | Kirill Smelkov | 2009-01-28 |
| * | | | | | | | mailinfo: 'From:' header should be unfold as well | Kirill Smelkov | 2009-01-12 |
| * | | | | | | | mailinfo: correctly handle multiline 'Subject:' header | Kirill Smelkov | 2009-01-10 |
| | |_|_|_|_|/ | |/| | | | | | |||
* | | | | | | | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2009-03-07 |
* | | | | | | | tests: fix "export var=val" | Junio C Hamano | 2009-02-18 |
* | | | | | | | Skip timestamp differences for diff --no-index | Michael Spang | 2009-02-18 |
* | | | | | | | Merge branch 'maint-1.5.6' into maint | Junio C Hamano | 2009-02-11 |
|\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'maint-1.5.5' into maint-1.5.6 | Junio C Hamano | 2009-02-11 |
| |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ | Merge branch 'maint-1.5.4' into maint-1.5.5 | Junio C Hamano | 2009-02-11 |
| | |\ \ \ \ \ \ \ | |||
| | | * | | | | | | | revision traversal and pack: notice and die on missing commit | Junio C Hamano | 2009-02-11 |
* | | | | | | | | | | Merge branch 'sg/maint-gitdir-in-subdir' into maint | Junio C Hamano | 2009-02-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Fix gitdir detection when in subdir of gitdir | SZEDER Gábor | 2009-01-17 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'jc/maint-split-diff-metainfo' into maint | Junio C Hamano | 2009-02-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me... | Junio C Hamano | 2009-01-27 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||
| | * | | | | | | | | | diff.c: output correct index lines for a split diff | Junio C Hamano | 2009-01-27 |
| | |/ / / / / / / / | |||
* | | | | | | | | | | Merge branch 'js/maint-all-implies-HEAD' into maint | Junio C Hamano | 2009-02-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | bundle: allow the same ref to be given more than once | Junio C Hamano | 2009-01-17 |
| * | | | | | | | | | | revision walker: include a detached HEAD in --all | Johannes Schindelin | 2009-01-17 |
| | |/ / / / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'kc/maint-diff-bwi-fix' into maint | Junio C Hamano | 2009-02-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Fix combined use of whitespace ignore options to diff | Keith Cascio | 2009-01-19 |
| * | | | | | | | | | | test more combinations of ignore-whitespace options to diff | Keith Cascio | 2009-01-19 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-04 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 |
| * | | | | | | | | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 2009-02-04 |
| * | | | | | | | | Missing && in t/t7001.sh. | Matthieu Moy | 2009-02-04 |
| |/ / / / / / / |