Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | t/t1304: avoid -d option to setfacl | Brandon Casey | 2010-03-16 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'do/rebase-i-arbitrary' | Junio C Hamano | 2010-04-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | rebase--interactive: don't require what's rebased to be a branch | Dave Olszewski | 2010-03-14 | |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-03-29 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
| * | | | | | | | | | format-patch: Squelch 'fatal: Not a range." error | Kevin Ballard | 2010-03-29 | |
| * | | | | | | | | | Merge branch 'cp/add-u-pathspec' into maint | Junio C Hamano | 2010-03-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'cc/cherry-pick-ff' | Junio C Hamano | 2010-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | cherry-pick: add tests for new --ff option | Christian Couder | 2010-03-06 | |
* | | | | | | | | | | | | Merge branch 'sb/notes-parse-opt' | Junio C Hamano | 2010-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | notes: rework subcommands and parse options | Stephen Boyd | 2010-03-12 | |
* | | | | | | | | | | | | | rebase -i: make post-rewrite work for 'edit' | Thomas Rast | 2010-03-28 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | / / / | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | t9350: fix careless use of "cd" | Junio C Hamano | 2010-03-28 | |
| * | | | | | | | | | | | difftool: Fix '--gui' when diff.guitool is unconfigured | David Aguilar | 2010-03-28 | |
| * | | | | | | | | | | | Merge branch 'jc/color-attrs' into maint | Junio C Hamano | 2010-03-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-add-ignored-dir' into maint | Junio C Hamano | 2010-03-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bg/apply-fix-blank-at-eof' into maint | Junio C Hamano | 2010-03-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | commit --amend: copy notes to the new commit | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | rebase: support automatic notes copying | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | notes: implement 'git notes copy --stdin' | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | rebase -i: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | rebase: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | commit --amend: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | test-lib: unset GIT_NOTES_REF to stop it from influencing tests | Thomas Rast | 2010-03-12 | |
| * | | | | | | | | | | | | | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-02-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jl/submodule-diff-dirtiness' | Junio C Hamano | 2010-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 2010-03-13 | |
| * | | | | | | | | | | | | | | git status: Fix false positive "new commits" output for dirty submodules | Jens Lehmann | 2010-03-12 | |
| * | | | | | | | | | | | | | | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 2010-03-08 | |
| * | | | | | | | | | | | | | | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 2010-03-04 | |
* | | | | | | | | | | | | | | | Merge branch 'pb/log-first-parent-p-m' | Junio C Hamano | 2010-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | show --first-parent/-m: do not default to --cc | Junio C Hamano | 2010-03-09 | |
| * | | | | | | | | | | | | | | | show -c: show patch text | Junio C Hamano | 2010-03-09 | |
| * | | | | | | | | | | | | | | | t4013: add tests for log -p -m --first-parent | Junio C Hamano | 2010-03-09 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/maint-refs-dangling' | Junio C Hamano | 2010-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | refs: ref entry with NULL sha1 is can be a dangling symref | Junio C Hamano | 2010-03-15 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/maint-add-ignored-dir' | Junio C Hamano | 2010-03-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | tests for "git add ignored-dir/file" without -f | Junio C Hamano | 2010-03-13 | |
| * | | | | | | | | | | | | | | t0050: mark non-working test as such | Junio C Hamano | 2010-03-13 | |
* | | | | | | | | | | | | | | | Merge branch 'jc/color-attrs' | Junio C Hamano | 2010-03-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | color: allow multiple attributes | Junio C Hamano | 2010-03-07 | |
* | | | | | | | | | | | | | | | Merge branch 'cc/reset-keep' | Junio C Hamano | 2010-03-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | reset: disallow using --keep when there are unmerged entries | Christian Couder | 2010-03-06 | |
| * | | | | | | | | | | | | | | | reset: disallow "reset --keep" outside a work tree | Christian Couder | 2010-03-06 | |
| * | | | | | | | | | | | | | | | reset: add test cases for "--keep" option | Christian Couder | 2010-01-24 | |
* | | | | | | | | | | | | | | | | Merge branch 'bg/apply-fix-blank-at-eof' | Junio C Hamano | 2010-03-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | t3417: Add test cases for "rebase --whitespace=fix" | Björn Gustavsson | 2010-03-06 |