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
2015-06-05
Merge branch 'ph/rebase-i-redo' into maint
Junio C Hamano
2
-0
/
+63
2015-06-05
Merge branch 'jk/add-e-kill-editor' into maint
Junio C Hamano
2
-1
/
+9
2015-06-05
Merge branch 'mh/clone-verbosity-fix' into maint
Junio C Hamano
1
-2
/
+2
2015-06-05
Merge branch 'jk/sha1-file-reduce-useless-warnings' into maint
Junio C Hamano
2
-6
/
+2
2015-06-05
Merge branch 'tb/blame-resurrect-convert-to-git' into maint
Junio C Hamano
2
-3
/
+16
2015-06-05
Merge branch 'jc/plug-fmt-merge-msg-leak' into maint
Junio C Hamano
1
-5
/
+11
2015-06-05
Merge branch 'pt/xdg-config-path' into maint
Junio C Hamano
10
-81
/
+243
2015-06-03
read_loose_refs(): simplify function logic
Michael Haggerty
1
-7
/
+12
2015-06-03
ewah: use less generic macro name
Jeff King
4
-23
/
+23
2015-06-03
ewah/bitmap: silence warning about MASK macro redefinition
Eric Sunshine
1
-8
/
+8
2015-06-02
Documentation/technical/pack-protocol: mention http as possible protocol
Stefan Beller
1
-3
/
+3
2015-06-02
for-each-ref: report broken references correctly
Michael Haggerty
2
-1
/
+6
2015-06-02
t6301: new tests of for-each-ref error handling
Michael Haggerty
1
-0
/
+56
2015-06-01
format-patch: do not feed tags to clear_commit_marks()
Junio C Hamano
2
-6
/
+14
2015-06-01
suppress errors on missing UNINTERESTING links
Jeff King
1
-1
/
+1
2015-06-01
silence broken link warnings with revs->ignore_missing_links
Jeff King
3
-2
/
+17
2015-06-01
add quieter versions of parse_{tree,commit}
Jeff King
4
-6
/
+16
2015-05-29
glossary: add "remote", "submodule", "superproject"
Stefan Beller
1
-0
/
+16
2015-05-29
setup_git_directory: delay core.bare/core.worktree errors
Jeff King
2
-10
/
+26
2015-05-29
Makefile: silence perl/PM.stamp recipe
Jeff King
1
-1
/
+1
2015-05-29
Makefile: avoid timestamp updates to GIT-BUILD-OPTIONS
Jeff King
1
-21
/
+22
2015-05-29
Makefile: drop dependency between git-instaweb and gitweb
Jeff King
1
-1
/
+1
2015-05-28
submodule doc: reorder introductory paragraphs
Stefan Beller
1
-28
/
+22
2015-05-28
Documentation: include 'merge.branchdesc' for merge and config as well
SZEDER Gábor
3
-16
/
+12
2015-05-28
xmmap(): drop "Out of memory?"
Junio C Hamano
1
-1
/
+1
2015-05-28
config.c: rewrite ENODEV into EISDIR when mmap fails
Jeff King
1
-0
/
+2
2015-05-28
config.c: avoid xmmap error messages
Jeff King
3
-6
/
+21
2015-05-28
config.c: fix mmap leak when writing config
Jeff King
1
-4
/
+5
2015-05-28
read-cache.c: drop PROT_WRITE from mmap of index
Jeff King
1
-1
/
+1
2015-05-27
diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT
Jeff King
4
-20
/
+20
2015-05-27
diff: accept color.diff.context as a synonym for "plain"
Jeff King
2
-2
/
+3
2015-05-27
clone: reorder --dissociate and --reference options
Jeff King
1
-2
/
+2
2015-05-27
clone: use OPT_STRING_LIST for --reference
Jeff King
1
-11
/
+2
2015-05-26
Git 2.4.2
Junio C Hamano
4
-3
/
+49
2015-05-26
Merge branch 'jk/still-interesting' into maint
Junio C Hamano
1
-4
/
+19
2015-05-26
Merge branch 'jc/hash-object' into maint
Junio C Hamano
5
-9
/
+43
2015-05-26
Merge branch 'jk/rebase-quiet-noop' into maint
Junio C Hamano
1
-1
/
+1
2015-05-26
Merge branch 'sg/complete-decorate-full-not-long' into maint
Junio C Hamano
1
-1
/
+1
2015-05-26
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint
Junio C Hamano
2
-1
/
+19
2015-05-26
Merge branch 'jc/daemon-no-ipv6-for-2.4.1' into maint
Junio C Hamano
1
-1
/
+1
2015-05-26
Merge branch 'jk/stash-require-clean-index' into maint
Junio C Hamano
2
-7
/
+16
2015-05-26
Merge branch 'jk/git-no-more-argv0-path-munging' into maint
Junio C Hamano
1
-1
/
+0
2015-05-25
Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlock
Junio C Hamano
3
-29
/
+139
2015-05-25
Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3
Junio C Hamano
3
-29
/
+139
2015-05-25
http-backend: spool ref negotiation requests to buffer
Jeff King
3
-11
/
+105
2015-05-22
test_bitmap_walk: free bitmap with bitmap_free
Jeff King
1
-1
/
+1
2015-05-22
doc: fix inconsistent spelling of "packfile"
Patrick Steinhardt
2
-3
/
+3
2015-05-22
t5407: use <<- to align the expected output
Junio C Hamano
1
-40
/
+40
2015-05-22
rebase -i: fix post-rewrite hook with failed exec command
Matthieu Moy
2
-6
/
+6
2015-05-22
rebase -i: demonstrate incorrect behavior of post-rewrite
Matthieu Moy
1
-0
/
+17
[prev]
[next]