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-08-19
Merge branch 'ta/docfix-index-format-tech' into maint
Junio C Hamano
1
-1
/
+1
2015-08-19
Merge branch 'sb/parse-options-codeformat' into maint
Junio C Hamano
1
-1
/
+1
2015-08-19
Merge branch 'sb/remove-unused-var-from-builtin-add' into maint
Junio C Hamano
1
-2
/
+0
2015-08-19
Merge branch 'kn/tag-doc-fix' into maint
Junio C Hamano
1
-1
/
+0
2015-08-19
Merge branch 'es/doc-clean-outdated-tools' into maint
Junio C Hamano
2
-117
/
+9
2015-08-19
Merge branch 'nd/export-worktree' into maint
Junio C Hamano
2
-0
/
+19
2015-08-19
Merge branch 'mh/fast-import-optimize-current-from' into maint
Junio C Hamano
1
-12
/
+17
2015-08-19
Merge branch 'ib/scripted-parse-opt-better-hint-string' into maint
Junio C Hamano
3
-68
/
+92
2015-08-19
Merge branch 'se/doc-checkout-ours-theirs' into maint
Junio C Hamano
1
-0
/
+15
2015-08-19
Merge branch 'cb/uname-in-untracked' into maint
Junio C Hamano
1
-1
/
+1
2015-08-19
Merge branch 'as/sparse-checkout-removal' into maint
Junio C Hamano
2
-0
/
+56
2015-08-19
Merge branch 'db/send-pack-user-signingkey' into maint
Junio C Hamano
1
-0
/
+3
2015-08-19
Merge branch 'jx/do-not-crash-receive-pack-wo-head' into maint
Junio C Hamano
1
-1
/
+1
2015-08-19
Merge branch 'da/subtree-date-confusion' into maint
Junio C Hamano
2
-1
/
+5
2015-08-19
push: add a config option push.gpgSign for default signed pushes
Dave Borowitz
3
-15
/
+70
2015-08-19
push: support signing pushes iff the server supports it
Dave Borowitz
10
-49
/
+128
2015-08-19
builtin/send-pack.c: use parse_options API
Dave Borowitz
1
-104
/
+59
2015-08-19
config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...
Dave Borowitz
2
-3
/
+4
2015-08-19
transport: remove git_transport_options.push_cert
Dave Borowitz
2
-4
/
+0
2015-08-19
gitremote-helpers.txt: document pushcert option
Dave Borowitz
1
-0
/
+3
2015-08-19
Documentation/git-send-pack.txt: document --signed
Dave Borowitz
1
-1
/
+9
2015-08-19
Documentation/git-send-pack.txt: wrap long synopsis line
Dave Borowitz
1
-1
/
+3
2015-08-19
Documentation/git-push.txt: document when --signed may fail
Dave Borowitz
1
-1
/
+3
2015-08-19
submodule: allow erroneous values for the fetchRecurseSubmodules option
Heiko Voigt
6
-17
/
+66
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
9
-138
/
+104
2015-08-19
submodule: extract functions for config set and lookup
Heiko Voigt
1
-45
/
+97
2015-08-19
submodule: implement a config API for lookup of .gitmodules values
Heiko Voigt
9
-0
/
+671
2015-08-19
am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
Paul Tan
2
-13
/
+60
2015-08-19
untracked cache: fix entry invalidation
Nguyễn Thái Ngọc Duy
2
-13
/
+83
2015-08-19
untracked-cache: fix subdirectory handling
David Turner
2
-7
/
+79
2015-08-19
t7063: use --force-untracked-cache to speed up a bit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-08-17
notes: teach git-notes about notes.<name>.mergeStrategy option
Jacob Keller
4
-1
/
+64
2015-08-17
notes: add notes.mergeStrategy option to select default strategy
Jacob Keller
4
-3
/
+76
2015-08-17
notes: add tests for --commit/--abort/--strategy exclusivity
Jacob Keller
1
-0
/
+12
2015-08-17
notes: extract parse_notes_merge_strategy to notes-utils
Jacob Keller
3
-11
/
+20
2015-08-17
notes: extract enum notes_merge_strategy to notes-utils.h
Jacob Keller
2
-7
/
+11
2015-08-17
notes: document cat_sort_uniq rewriteMode
Jacob Keller
2
-4
/
+5
2015-08-17
Third batch for 2.6
Junio C Hamano
1
-0
/
+11
2015-08-17
Merge branch 'dt/untracked-sparse'
Junio C Hamano
2
-14
/
+122
2015-08-17
Merge branch 'ta/docfix-index-format-tech'
Junio C Hamano
1
-1
/
+1
2015-08-17
Merge branch 'mh/get-remote-group-fix'
Junio C Hamano
1
-8
/
+6
2015-08-17
Merge branch 'kd/pull-rebase-autostash'
Junio C Hamano
2
-1
/
+16
2015-08-17
send-email: provide whitelist of SMTP AUTH mechanisms
Jan Viktorin
2
-1
/
+38
2015-08-17
po/README: Update directions for l10n contributors
Philip Oakley
1
-0
/
+19
2015-08-17
http: add support for specifying the SSL version
Elia Pinto
3
-1
/
+56
2015-08-14
config: close config file handle in case of error
Sven Strickroth
1
-1
/
+4
2015-08-12
credential-cache--daemon: use tempfile module
Michael Haggerty
1
-20
/
+6
2015-08-12
credential-cache--daemon: delete socket from main()
Michael Haggerty
1
-1
/
+2
2015-08-12
gc: use tempfile module to handle gc.pid file
Michael Haggerty
1
-20
/
+5
2015-08-12
lock_repo_for_gc(): compute the path to "gc.pid" only once
Michael Haggerty
1
-3
/
+6
[prev]
[next]