Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | 6 | -8/+609 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | commit --amend: copy notes to the new commit | Thomas Rast | 2010-03-12 | 1 | -0/+12 | |
| * | | | | | | | | | | | | rebase: support automatic notes copying | Thomas Rast | 2010-03-12 | 2 | -0/+41 | |
| * | | | | | | | | | | | | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 2010-03-12 | 2 | -0/+197 | |
| * | | | | | | | | | | | | notes: implement 'git notes copy --stdin' | Thomas Rast | 2010-03-12 | 1 | -0/+34 | |
| * | | | | | | | | | | | | rebase -i: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | 1 | -0/+101 | |
| * | | | | | | | | | | | | rebase: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | 1 | -0/+30 | |
| * | | | | | | | | | | | | commit --amend: invoke post-rewrite hook | Thomas Rast | 2010-03-12 | 1 | -0/+52 | |
| * | | | | | | | | | | | | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 2 | -8/+141 | |
| * | | | | | | | | | | | | test-lib: unset GIT_NOTES_REF to stop it from influencing tests | Thomas Rast | 2010-03-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-02-23 | 1 | -0/+195 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jl/submodule-diff-dirtiness' | Junio C Hamano | 2010-03-24 | 2 | -9/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 2010-03-13 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | git status: Fix false positive "new commits" output for dirty submodules | Jens Lehmann | 2010-03-12 | 1 | -3/+81 | |
| * | | | | | | | | | | | | | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 2010-03-08 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 2010-03-04 | 1 | -6/+11 | |
* | | | | | | | | | | | | | | Merge branch 'pb/log-first-parent-p-m' | Junio C Hamano | 2010-03-24 | 7 | -0/+543 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | show --first-parent/-m: do not default to --cc | Junio C Hamano | 2010-03-09 | 3 | -0/+125 | |
| * | | | | | | | | | | | | | | show -c: show patch text | Junio C Hamano | 2010-03-09 | 2 | -0/+37 | |
| * | | | | | | | | | | | | | | t4013: add tests for log -p -m --first-parent | Junio C Hamano | 2010-03-09 | 4 | -0/+381 | |
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-refs-dangling' | Junio C Hamano | 2010-03-24 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | refs: ref entry with NULL sha1 is can be a dangling symref | Junio C Hamano | 2010-03-15 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/maint-add-ignored-dir' | Junio C Hamano | 2010-03-20 | 2 | -2/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | tests for "git add ignored-dir/file" without -f | Junio C Hamano | 2010-03-13 | 1 | -0/+79 | |
| * | | | | | | | | | | | | | | t0050: mark non-working test as such | Junio C Hamano | 2010-03-13 | 1 | -2/+6 | |
* | | | | | | | | | | | | | | | Merge branch 'jc/color-attrs' | Junio C Hamano | 2010-03-20 | 1 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | color: allow multiple attributes | Junio C Hamano | 2010-03-07 | 1 | -4/+11 | |
* | | | | | | | | | | | | | | | Merge branch 'cc/reset-keep' | Junio C Hamano | 2010-03-20 | 3 | -10/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | reset: disallow using --keep when there are unmerged entries | Christian Couder | 2010-03-06 | 2 | -15/+10 | |
| * | | | | | | | | | | | | | | | reset: disallow "reset --keep" outside a work tree | Christian Couder | 2010-03-06 | 1 | -8/+17 | |
| * | | | | | | | | | | | | | | | reset: add test cases for "--keep" option | Christian Couder | 2010-01-24 | 2 | -1/+126 | |
* | | | | | | | | | | | | | | | | Merge branch 'bg/apply-fix-blank-at-eof' | Junio C Hamano | 2010-03-20 | 3 | -0/+305 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | t3417: Add test cases for "rebase --whitespace=fix" | Björn Gustavsson | 2010-03-06 | 1 | -0/+126 | |
| * | | | | | | | | | | | | | | | t4124: Add additional tests of --whitespace=fix | Björn Gustavsson | 2010-03-06 | 1 | -0/+170 | |
| * | | | | | | | | | | | | | | | apply: Remove the quick rejection test | Björn Gustavsson | 2010-03-06 | 1 | -0/+9 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'bw/union-merge-refactor' | Junio C Hamano | 2010-03-20 | 1 | -0/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | merge-file: add option to specify the marker size | Bert Wesarg | 2010-03-02 | 1 | -0/+37 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Use test_expect_success for test setups | Brian Gernhardt | 2010-03-20 | 5 | -61/+70 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'sd/format-patch-to' | Junio C Hamano | 2010-03-15 | 2 | -0/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | send-email: add --no-cc, --no-to, and --no-bcc | Stephen Boyd | 2010-03-08 | 1 | -0/+66 | |
| * | | | | | | | | | | | | | | format-patch: add --no-cc, --no-to, and --no-add-headers | Stephen Boyd | 2010-03-08 | 1 | -0/+38 | |
| * | | | | | | | | | | | | | | Add 'git format-patch --to=' option and 'format.to' configuration variable. | Steven Drake | 2010-03-06 | 1 | -0/+14 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'tc/http-cleanup' | Junio C Hamano | 2010-03-15 | 3 | -20/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t554[01]-http-push: refactor, add non-ff tests | Tay Ray Chuan | 2010-03-02 | 3 | -22/+34 | |
| * | | | | | | | | | | | | | | t5541-http-push: check that ref is unchanged for non-ff test | Tay Ray Chuan | 2010-03-02 | 1 | -2/+4 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'ld/push-porcelain' | Junio C Hamano | 2010-03-15 | 1 | -0/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t5516: Use test_cmp when appropriate | Junio C Hamano | 2010-03-11 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | git-push: add tests for git push --porcelain | Larry D'Anna | 2010-02-28 | 1 | -0/+50 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'jh/notes' | Junio C Hamano | 2010-03-15 | 5 | -48/+715 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 2010-02-13 | 1 | -0/+63 |