index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
Johan Herland
2010-02-13
|
*
|
|
|
builtin-notes: Add "prune" subcommand for removing notes for missing objects
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: prune_notes(): Prune notes that belong to non-existing 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
|
*
|
|
|
Refactor notes concatenation into a flexible interface for combining notes
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: Allow multiple concurrent notes trees with new struct notes_tree
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: write_notes_tree(): Store the notes tree in the database
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: for_each_note(): Traverse the entire notes tree with a callback
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: get_note(): Return the note annotating the given object
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: remove_note(): Remove note objects from the notes tree structure
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: add_note(): Add note objects to the internal notes tree structure
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: init_notes(): Initialize the notes tree from the given notes ref
Johan Herland
2010-02-13
|
*
|
|
|
Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
Johan Herland
2010-02-13
|
*
|
|
|
Notes API: get_commit_notes() -> format_note() + remove the commit restriction
Johan Herland
2010-02-13
|
*
|
|
|
Minor cosmetic fixes to notes.c
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
|
*
|
|
|
for_each_recent_reflog_ent(): use strbuf, fix offset handling
René Scharfe
2010-03-13
|
*
|
|
|
t/Makefile: remove test artifacts upon "make clean"
Junio C Hamano
2010-03-13
|
*
|
|
|
blame: fix indent of line numbers
René Scharfe
2010-03-13
*
|
|
|
|
Merge git://git.bogomips.org/git-svn
Junio C Hamano
2010-03-13
|
\
\
\
\
\
|
*
|
|
|
|
t9150,t9151: Add rewrite-root option to init
Tuomas Suutari
2010-03-13
|
*
|
|
|
|
git-svn: Fix merge detecting with rewrite-root
Tuomas Suutari
2010-03-13
*
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-12
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
/
/
/
/
|
|
/
/
/
/
|
*
|
|
|
t9400: Use test_cmp when appropriate
Junio C Hamano
2010-03-11
*
|
|
|
|
Merge branch 'sd/init-template'
Junio C Hamano
2010-03-10
|
\
\
\
\
\
|
*
|
|
|
|
wrap-for-bin: do not export an empty GIT_TEMPLATE_DIR
Junio C Hamano
2010-03-02
|
*
|
|
|
|
t/t0001-init.sh: add test for 'init with init.templatedir set'
Steven Drake
2010-02-25
|
*
|
|
|
|
init: having keywords without value is not a global error.
Steven Drake
2010-02-25
|
*
|
|
|
|
Add a "TEMPLATE DIRECTORY" section to git-init[1].
Steven Drake
2010-02-17
|
*
|
|
|
|
Add `init.templatedir` configuration variable.
Steven Drake
2010-02-17
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'sh/am-keep-cr'
Junio C Hamano
2010-03-10
|
\
\
\
\
\
|
*
|
|
|
|
git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`
Stefan-W. Hahn
2010-02-28
|
*
|
|
|
|
git-am: Add am.keepcr and --no-keep-cr to override it
Stefan-W. Hahn
2010-02-28
|
*
|
|
|
|
git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit
Stefan-W. Hahn
2010-02-28
|
*
|
|
|
|
documentation: 'git-mailsplit --keep-cr' is not hidden anymore
Stefan-W. Hahn
2010-02-28
*
|
|
|
|
|
Merge branch 'cp/add-u-pathspec'
Junio C Hamano
2010-03-10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
test for add with non-existent pathspec
Chris Packham
2010-02-16
|
*
|
|
|
|
|
git add -u: die on unmatched pathspec
Junio C Hamano
2010-02-16
*
|
|
|
|
|
|
Makefile: update check-docs target
Junio C Hamano
2010-03-10
*
|
|
|
|
|
|
Merge branch 'lt/deepen-builtin-source'
Junio C Hamano
2010-03-10
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
*
|
|
|
|
|
|
|
Update draft release notes to 1.7.1
Junio C Hamano
2010-03-08
*
|
|
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-08
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
[prev]
[next]