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-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
2010-01-22
rebase -i: Enclose sed command substitution in quotes
Michael Haggerty
1
-1
/
+1
2010-01-22
rebase -i: Avoid non-portable "test X -a Y"
Michael Haggerty
1
-1
/
+1
2010-01-22
make "index-pack" a built-in
Linus Torvalds
7
-15
/
+16
2010-01-22
make "git pack-redundant" a built-in
Linus Torvalds
4
-7
/
+5
2010-01-22
make "git unpack-file" a built-in
Linus Torvalds
4
-5
/
+4
2010-01-22
make "mktag" a built-in
Linus Torvalds
4
-6
/
+4
2010-01-22
make "merge-index" a built-in
Linus Torvalds
4
-6
/
+5
2010-01-22
merge-tree: remove unnecessary call of git_extract_argv0_path
Johannes Sixt
1
-2
/
+0
2010-01-21
make "git patch-id" a built-in
Linus Torvalds
4
-4
/
+4
2010-01-21
make "git var" a built-in
Linus Torvalds
4
-4
/
+4
2010-01-21
fix git-p4 editor invocation
Nicolas Pitre
1
-1
/
+1
2010-01-21
Merge branch 'maint'
Junio C Hamano
2
-6
/
+20
2010-01-21
make "git hash-object" a built-in
Linus Torvalds
4
-5
/
+4
2010-01-21
make "git merge-tree" a built-in
Linus Torvalds
4
-4
/
+4
2010-01-21
slim down "git show-index"
Linus Torvalds
4
-67
/
+69
2010-01-21
Remove diff machinery dependency from read-cache
Linus Torvalds
2
-78
/
+76
2010-01-21
merge-recursive: do not return NULL only to cause segfault
Junio C Hamano
1
-4
/
+4
2010-01-21
git-rebase.txt: Fix spelling
Horst H. von Brand
1
-1
/
+1
2010-01-21
retry request without query when info/refs?query fails
Tay Ray Chuan
1
-2
/
+16
2010-01-21
Fix "log --oneline" not to show notes
Junio C Hamano
3
-4
/
+7
2010-01-21
Make 'rerere forget' work from a subdirectory.
Johannes Sixt
2
-24
/
+53
2010-01-21
Make test case numbers unique
Johannes Sixt
2
-0
/
+0
2010-01-20
conflict-marker-size: add test and docs
Junio C Hamano
2
-0
/
+29
2010-01-20
Update draft release notes to 1.7.0
Junio C Hamano
1
-1
/
+45
2010-01-20
Merge branch 'bw/cvsimport'
Junio C Hamano
1
-35
/
+35
2010-01-20
Merge branch 'jc/checkout-merge-base'
Junio C Hamano
1
-2
/
+4
2010-01-20
Merge branch 'ag/patch-header-verify'
Junio C Hamano
2
-1
/
+39
2010-01-20
Merge branch 'jc/conflict-marker-size'
Junio C Hamano
16
-78
/
+155
2010-01-20
Merge branch 'ag/maint-apply-too-large-p'
Junio C Hamano
2
-2
/
+14
2010-01-20
Merge branch 'ap/merge-backend-opts'
Junio C Hamano
21
-54
/
+392
2010-01-20
Merge branch 'nd/status-partial-refresh'
Junio C Hamano
3
-3
/
+4
2010-01-20
Merge remote branch 'remotes/trast-doc/for-next'
Junio C Hamano
116
-685
/
+693
2010-01-20
Merge branch 'jh/notes' (early part)
Junio C Hamano
4
-18
/
+895
2010-01-20
Merge branch 'maint'
Junio C Hamano
0
-0
/
+0
2010-01-20
Merge branch 'jc/maint-refresh-index-is-optional-for-status' into maint
Junio C Hamano
1
-4
/
+6
2010-01-20
Fix memory corruption when .gitignore does not end by \n
Nguyễn Thái Ngọc Duy
1
-3
/
+13
[next]