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
2016-07-28
rebase-interactive: trim leading whitespace from progress count
Johannes Sixt
1
-1
/
+1
2016-07-28
Merge branch 'master' of git://git.bogomips.org/git-svn
Junio C Hamano
3
-2
/
+24
2016-07-28
submodule-config: fix test binary crashing when no arguments given
Heiko Voigt
1
-1
/
+1
2016-07-28
submodule-config: combine early return code into one goto
Heiko Voigt
1
-19
/
+12
2016-07-28
submodule-config: passing name reference for .gitmodule blobs
Heiko Voigt
2
-9
/
+28
2016-07-28
Some fixes for 2.9.3
Junio C Hamano
2
-1
/
+59
2016-07-28
Merge branch 'ak/lazy-prereq-mktemp' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'nd/icase' into maint
Junio C Hamano
11
-21
/
+291
2016-07-28
Merge branch 'sb/submodule-parallel-fetch' into maint
Junio C Hamano
1
-16
/
+27
2016-07-28
Merge branch 'dk/blame-move-no-reason-for-1-line-context' into maint
Junio C Hamano
1
-4
/
+3
2016-07-28
Merge branch 'jk/test-match-signal' into maint
Junio C Hamano
3
-11
/
+26
2016-07-28
Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' into maint
Junio C Hamano
1
-8
/
+8
2016-07-28
Merge branch 'js/t3404-grammo-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'nd/doc-new-command' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'ew/gc-auto-pack-limit-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-28
Merge branch 'js/color-on-windows-comment' into maint
Junio C Hamano
1
-5
/
+0
2016-07-28
Merge branch 'mm/doc-tt' into maint
Junio C Hamano
62
-227
/
+228
2016-07-28
Merge branch 'js/sign-empty-commit-fix' into maint
Junio C Hamano
1
-1
/
+6
2016-07-28
Merge branch 'ps/rebase-i-auto-unstash-upon-abort' into maint
Junio C Hamano
2
-0
/
+32
2016-07-28
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
2
-3
/
+61
2016-07-28
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
7
-15
/
+31
2016-07-28
Merge branch 'dg/subtree-rebase-test' into maint
Junio C Hamano
1
-0
/
+119
2016-07-28
Merge branch 'sb/submodule-deinit-all'
Junio C Hamano
1
-2
/
+0
2016-07-28
Merge branch 'ew/find-perl-on-freebsd-in-local'
Junio C Hamano
1
-0
/
+1
2016-07-28
Merge branch 'ew/daemon-socket-keepalive'
Junio C Hamano
2
-3
/
+8
2016-07-28
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
9
-29
/
+54
2016-07-28
Merge branch 'nd/worktree-lock'
Junio C Hamano
6
-7
/
+260
2016-07-28
Merge branch 'rs/notes-merge-no-toctou'
Junio C Hamano
1
-5
/
+1
2016-07-28
Merge branch 'js/rebase-i-tests'
Junio C Hamano
2
-0
/
+41
2016-07-28
i18n: config: unfold error messages marked for translation
Vasco Almeida
3
-22
/
+109
2016-07-28
i18n: notes: mark comment for translation
Vasco Almeida
1
-2
/
+3
2016-07-27
subtree: adjust function definitions to match CodingGuidelines
David Aguilar
1
-68
/
+34
2016-07-27
subtree: adjust style to match CodingGuidelines
David Aguilar
1
-218
/
+357
2016-07-27
date: clarify --date=raw description
Junio C Hamano
1
-1
/
+5
2016-07-27
date: add "unix" format
Jeff King
5
-1
/
+19
2016-07-27
date: document and test "raw-local" mode
Jeff King
2
-2
/
+6
2016-07-27
t4205: indent here documents
Jeff King
1
-196
/
+196
2016-07-27
t4205: drop top-level &&-chaining
Jeff King
1
-2
/
+4
2016-07-27
completion: add option '--recurse-submodules' to 'git clone'
Chris Packham
1
-0
/
+1
2016-07-26
subtree: fix "git subtree split --rejoin"
David Aguilar
2
-0
/
+17
2016-07-26
t7900-subtree.sh: fix quoting and broken && chains
David Aguilar
1
-8
/
+8
2016-07-26
submodule deinit: remove outdated comment
Stefan Beller
1
-2
/
+0
2016-07-26
push: allow pushing new branches with --force-with-lease
John Keeping
3
-5
/
+15
2016-07-26
push: add shorthand for --force-with-lease branch creation
John Keeping
3
-1
/
+30
2016-07-26
commit: describe that --no-verify skips the commit-msg hook in the help text
Orgad Shaneh
1
-1
/
+1
2016-07-26
am -3: use merge_recursive() directly again
Johannes Schindelin
1
-40
/
+22
2016-07-26
merge-recursive: switch to returning errors instead of dying
Johannes Schindelin
1
-27
/
+35
2016-07-26
merge-recursive: handle return values indicating errors
Johannes Schindelin
1
-102
/
+150
2016-07-26
merge-recursive: allow write_tree_from_memory() to error out
Johannes Schindelin
1
-2
/
+2
2016-07-26
merge-recursive: avoid returning a wholesale struct
Johannes Schindelin
1
-50
/
+56
[prev]
[next]