index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-12
notes: rework subcommands and parse options
Stephen Boyd
2
-166
/
+394
2010-03-12
git-notes(1): add a section about the meaning of history
Thomas Rast
1
-0
/
+14
2010-03-12
notes: track whether notes_trees were changed at all
Thomas Rast
3
-0
/
+6
2010-03-12
notes: add shorthand --ref to override GIT_NOTES_REF
Thomas Rast
2
-0
/
+21
2010-03-12
commit --amend: copy notes to the new commit
Thomas Rast
2
-0
/
+18
2010-03-12
rebase: support automatic notes copying
Thomas Rast
5
-1
/
+50
2010-03-12
notes: implement helpers needed for note copying during rewrite
Thomas Rast
8
-8
/
+385
2010-03-12
notes: implement 'git notes copy --stdin'
Thomas Rast
5
-2
/
+127
2010-03-12
rebase -i: invoke post-rewrite hook
Thomas Rast
2
-1
/
+146
2010-03-12
rebase: invoke post-rewrite hook
Thomas Rast
3
-0
/
+45
2010-03-12
commit --amend: invoke post-rewrite hook
Thomas Rast
3
-1
/
+92
2010-03-12
Documentation: document post-rewrite hook
Thomas Rast
1
-0
/
+34
2010-03-12
Support showing notes from more than one notes tree
Thomas Rast
14
-30
/
+437
2010-03-12
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Thomas Rast
1
-0
/
+1
2010-02-23
Merge branch 'il/rev-glob'
Junio C Hamano
9
-19
/
+357
2010-02-13
builtin-notes: Add "copy" subcommand for copying notes between objects
Johan Herland
3
-8
/
+102
2010-02-13
builtin-notes: Misc. refactoring of argc and exit value handling
Johan Herland
1
-25
/
+36
2010-02-13
builtin-notes: Add -c/-C options for reusing notes
Johan Herland
3
-12
/
+179
2010-02-13
builtin-notes: Refactor handling of -F option to allow combining -m and -F
Johan Herland
2
-44
/
+73
2010-02-13
builtin-notes: Deprecate the -m/-F options for "git notes edit"
Johan Herland
5
-8
/
+14
2010-02-13
builtin-notes: Add "append" subcommand for appending to note objects
Johan Herland
3
-9
/
+67
2010-02-13
builtin-notes: Add "add" subcommand for adding notes to objects
Johan Herland
3
-22
/
+74
2010-02-13
builtin-notes: Add --message/--file aliases for -m/-F options
Johan Herland
2
-2
/
+4
2010-02-13
builtin-notes: Add "list" subcommand for listing note objects
Johan Herland
3
-6
/
+76
2010-02-13
Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
Johan Herland
1
-15
/
+20
2010-02-13
builtin-notes: Add "prune" subcommand for removing notes for missing objects
Johan Herland
3
-11
/
+115
2010-02-13
Notes API: prune_notes(): Prune notes that belong to non-existing objects
Johan Herland
2
-0
/
+51
2010-02-13
t3305: Verify that removing notes triggers automatic fanout consolidation
Johan Herland
1
-1
/
+46
2010-02-13
builtin-notes: Add "remove" subcommand for removing existing notes
Johan Herland
3
-34
/
+73
2010-02-13
Teach builtin-notes to remove empty notes
Johan Herland
2
-4
/
+42
2010-02-13
Teach notes code to properly preserve non-notes in the notes tree
Johan Herland
4
-51
/
+233
2010-02-13
t3305: Verify that adding many notes with git-notes triggers increased fanout
Johan Herland
1
-0
/
+50
2010-02-13
t3301: Verify successful annotation of non-commits
Johan Herland
1
-0
/
+17
2010-02-13
Builtin-ify git-notes
Johan Herland
7
-40
/
+350
2010-02-13
Refactor notes concatenation into a flexible interface for combining notes
Johan Herland
2
-60
/
+112
2010-02-13
Notes API: Allow multiple concurrent notes trees with new struct notes_tree
Johan Herland
3
-66
/
+112
2010-02-13
Notes API: write_notes_tree(): Store the notes tree in the database
Johan Herland
2
-3
/
+180
2010-02-13
Notes API: for_each_note(): Traverse the entire notes tree with a callback
Johan Herland
2
-0
/
+180
2010-02-13
Notes API: get_note(): Return the note annotating the given object
Johan Herland
2
-7
/
+15
2010-02-13
Notes API: remove_note(): Remove note objects from the notes tree structure
Johan Herland
2
-1
/
+87
2010-02-13
Notes API: add_note(): Add note objects to the internal notes tree structure
Johan Herland
2
-0
/
+15
2010-02-13
Notes API: init_notes(): Initialize the notes tree from the given notes ref
Johan Herland
2
-12
/
+38
2010-02-13
Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
Johan Herland
1
-0
/
+48
2010-02-13
Notes API: get_commit_notes() -> format_note() + remove the commit restriction
Johan Herland
3
-22
/
+30
2010-02-13
Minor cosmetic fixes to notes.c
Johan Herland
1
-5
/
+4
2010-01-22
Merge branch 'jc/maint-limit-note-output'
Junio C Hamano
8
-1
/
+85
2010-01-22
Merge branch 'nd/ls-files-sparse-fix'
Junio C Hamano
1
-3
/
+13
2010-01-22
Make difftool.prompt fall back to mergetool.prompt
Sebastian Schuberth
1
-1
/
+2
2010-01-22
engine.pl: Fix a recent breakage of the buildsystem generator
Ramsay Jones
1
-3
/
+5
2010-01-22
git-mv: fix moving more than one source to a single destination
Junio C Hamano
2
-4
/
+19
[next]