index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
2024-09-12
1
-1
/
+2
*
revision: fix leaking display notes
Patrick Steinhardt
2024-06-11
1
-0
/
+5
*
notes: move the documentation to the struct
Kristoffer Haugsbakk
2023-06-06
1
-9
/
+11
*
notes: update documentation for `use_default_notes`
Kristoffer Haugsbakk
2023-06-06
1
-2
/
+3
*
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
2019-12-25
1
-3
/
+23
|
\
|
*
notes.h: fix typos in comment
Denton Liu
2019-12-18
1
-2
/
+2
|
*
notes: break set_display_notes() into smaller functions
Denton Liu
2019-12-13
1
-7
/
+12
|
*
notes: extract logic into set_display_notes()
Denton Liu
2019-12-09
1
-0
/
+10
|
*
notes: create init_display_notes() helper
Denton Liu
2019-12-09
1
-0
/
+5
|
*
notes: rename to load_display_notes()
Denton Liu
2019-12-09
1
-3
/
+3
*
|
notes: correct documentation of format_display_notes()
Chris Mayo
2019-05-07
1
-5
/
+3
|
/
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+3
*
notes: convert write_notes_tree to object_id
Patryk Obara
2018-01-30
1
-2
/
+2
*
notes: convert combine_notes_* to object_id
Patryk Obara
2018-01-30
1
-10
/
+15
*
notes: convert some accessor functions to struct object_id
brian m. carlson
2017-06-02
1
-4
/
+4
*
notes: convert format_display_notes to struct object_id
brian m. carlson
2017-06-02
1
-1
/
+1
*
notes: make get_note return pointer to struct object_id
brian m. carlson
2017-06-02
1
-1
/
+1
*
notes: convert for_each_note to struct object_id
brian m. carlson
2017-06-02
1
-2
/
+2
*
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
2016-02-03
1
-0
/
+7
|
\
|
*
notes: allow merging from arbitrary references
Jacob Keller
2016-01-17
1
-0
/
+7
*
|
notes: allow treeish expressions as notes ref
Mike Hommey
2016-01-13
1
-1
/
+9
|
/
*
many small typofixes
Ondřej Bílka
2013-07-29
1
-1
/
+1
*
format_note(): simplify API
Junio C Hamano
2012-10-18
1
-5
/
+1
*
notes.c: mark a private file-scope symbol as static
Junio C Hamano
2012-09-16
1
-14
/
+0
*
notes: refactor display notes default handling
Jeff King
2011-03-29
1
-1
/
+1
*
notes: refactor display notes extra refs field
Jeff King
2011-03-29
1
-1
/
+3
*
notes: make expand_notes_ref globally accessible
Jeff King
2011-03-29
1
-0
/
+3
*
Merge branch 'jh/notes-merge'
Junio C Hamano
2010-12-08
1
-4
/
+43
|
\
|
*
git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
Johan Herland
2010-11-17
1
-0
/
+1
|
*
notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
Johan Herland
2010-11-17
1
-3
/
+8
|
*
notes.h/c: Allow combine_notes functions to remove notes
Johan Herland
2010-11-10
1
-1
/
+15
|
*
notes.h: Make default_notes_ref() available in notes API
Johan Herland
2010-11-10
1
-0
/
+14
|
*
(trivial) notes.h: Minor documentation fixes to copy_notes()
Johan Herland
2010-11-10
1
-0
/
+5
*
|
notes: Don't create (empty) commit when removing non-existing notes
Johan Herland
2010-08-31
1
-1
/
+3
|
/
*
Merge branch 'maint'
Junio C Hamano
2010-06-25
1
-2
/
+2
|
\
|
*
msvc: Fix some "expr evaluates to function" compiler warnings
Ramsay Jones
2010-06-24
1
-2
/
+2
*
|
notes: dry-run and verbose options for prune
Michael J Gruber
2010-05-20
1
-1
/
+4
|
/
*
notes.h: declare bit field as unsigned to silence compiler complaints
Brandon Casey
2010-04-07
1
-1
/
+1
*
notes: track whether notes_trees were changed at all
Thomas Rast
2010-03-13
1
-0
/
+1
*
notes: implement 'git notes copy --stdin'
Thomas Rast
2010-03-13
1
-0
/
+9
*
Support showing notes from more than one notes tree
Thomas Rast
2010-03-13
1
-0
/
+55
*
Notes API: prune_notes(): Prune notes that belong to non-existing objects
Johan Herland
2010-02-14
1
-0
/
+12
*
Teach notes code to properly preserve non-notes in the notes tree
Johan Herland
2010-02-14
1
-0
/
+1
*
Refactor notes concatenation into a flexible interface for combining notes
Johan Herland
2010-02-14
1
-2
/
+32
*
Notes API: Allow multiple concurrent notes trees with new struct notes_tree
Johan Herland
2010-02-14
1
-29
/
+52
*
Notes API: write_notes_tree(): Store the notes tree in the database
Johan Herland
2010-02-14
1
-3
/
+35
*
Notes API: for_each_note(): Traverse the entire notes tree with a callback
Johan Herland
2010-02-14
1
-0
/
+47
*
Notes API: get_note(): Return the note annotating the given object
Johan Herland
2010-02-14
1
-0
/
+7
*
Notes API: remove_note(): Remove note objects from the notes tree structure
Johan Herland
2010-02-14
1
-0
/
+3
*
Notes API: add_note(): Add note objects to the internal notes tree structure
Johan Herland
2010-02-14
1
-0
/
+4
[next]