index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Commit message (
Expand
)
Author
Age
*
checkout --conflict=diff3: add a label for ancestor
Jonathan Nieder
2010-03-20
*
merge-file --diff3: add a label for ancestor
Jonathan Nieder
2010-03-20
*
tests: document cherry-pick behavior in face of conflicts
Jonathan Nieder
2010-03-20
*
tests: document format of conflicts from checkout -m
Jonathan Nieder
2010-03-20
*
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
|
*
|
|
|
t4124: Add additional tests of --whitespace=fix
Björn Gustavsson
2010-03-06
|
*
|
|
|
apply: Remove the quick rejection test
Björn Gustavsson
2010-03-06
*
|
|
|
|
Merge branch 'bw/union-merge-refactor'
Junio C Hamano
2010-03-20
|
\
\
\
\
\
|
*
|
|
|
|
merge-file: add option to specify the marker size
Bert Wesarg
2010-03-02
|
|
/
/
/
/
*
|
|
|
|
Use test_expect_success for test setups
Brian Gernhardt
2010-03-20
*
|
|
|
|
Merge branch 'sd/format-patch-to'
Junio C Hamano
2010-03-15
|
\
\
\
\
\
|
*
|
|
|
|
send-email: add --no-cc, --no-to, and --no-bcc
Stephen Boyd
2010-03-08
|
*
|
|
|
|
format-patch: add --no-cc, --no-to, and --no-add-headers
Stephen Boyd
2010-03-08
|
*
|
|
|
|
Add 'git format-patch --to=' option and 'format.to' configuration variable.
Steven Drake
2010-03-06
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'tc/http-cleanup'
Junio C Hamano
2010-03-15
|
\
\
\
\
\
|
*
|
|
|
|
t554[01]-http-push: refactor, add non-ff tests
Tay Ray Chuan
2010-03-02
|
*
|
|
|
|
t5541-http-push: check that ref is unchanged for non-ff test
Tay Ray Chuan
2010-03-02
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'ld/push-porcelain'
Junio C Hamano
2010-03-15
|
\
\
\
\
\
|
*
|
|
|
|
t5516: Use test_cmp when appropriate
Junio C Hamano
2010-03-11
|
*
|
|
|
|
git-push: add tests for git push --porcelain
Larry D'Anna
2010-02-28
*
|
|
|
|
|
Merge branch 'jh/notes'
Junio C Hamano
2010-03-15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
builtin-notes: Add "copy" subcommand for copying notes between objects
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add -c/-C options for reusing notes
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Refactor handling of -F option to allow combining -m and -F
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Deprecate the -m/-F options for "git notes edit"
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add "append" subcommand for appending to note objects
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add "add" subcommand for adding notes to objects
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add "list" subcommand for listing note objects
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add "prune" subcommand for removing notes for missing objects
Johan Herland
2010-02-13
|
*
|
|
|
|
|
t3305: Verify that removing notes triggers automatic fanout consolidation
Johan Herland
2010-02-13
|
*
|
|
|
|
|
builtin-notes: Add "remove" subcommand for removing existing notes
Johan Herland
2010-02-13
|
*
|
|
|
|
|
Teach builtin-notes to remove empty notes
Johan Herland
2010-02-13
|
*
|
|
|
|
|
Teach notes code to properly preserve non-notes in the notes tree
Johan Herland
2010-02-13
|
*
|
|
|
|
|
t3305: Verify that adding many notes with git-notes triggers increased fanout
Johan Herland
2010-02-13
|
*
|
|
|
|
|
t3301: Verify successful annotation of non-commits
Johan Herland
2010-02-13
|
*
|
|
|
|
|
Builtin-ify git-notes
Johan Herland
2010-02-13
|
*
|
|
|
|
|
Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
Johan Herland
2010-02-13
*
|
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-13
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
don't use default revision if a rev was specified
Dave Olszewski
2010-03-13
|
*
|
|
|
|
|
|
t/Makefile: remove test artifacts upon "make clean"
Junio C Hamano
2010-03-13
[next]