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-20
config: restructure format_config() for better control flow
SZEDER Gábor
1
-41
/
+37
2015-08-20
t3020: fix typo in test description
SZEDER Gábor
1
-1
/
+1
2015-08-20
ps_matched: xcalloc() takes nmemb and then element size
Junio C Hamano
2
-2
/
+2
2015-08-19
Sync with maint
Junio C Hamano
1
-0
/
+49
2015-08-19
Fourth batch for 2.6
Junio C Hamano
1
-1
/
+34
2015-08-19
Merge branch 'tb/complete-rebase-i-edit-todo'
Junio C Hamano
1
-1
/
+4
2015-08-19
Merge branch 'jk/git-path'
Junio C Hamano
30
-363
/
+465
2015-08-19
Merge branch 'jc/finalize-temp-file'
Junio C Hamano
5
-15
/
+12
2015-08-19
Merge branch 'ps/guess-repo-name-at-root'
Junio C Hamano
2
-19
/
+61
2015-08-19
Merge branch 'jk/guess-repo-name-regression-fix'
Junio C Hamano
2
-1
/
+108
2015-08-19
Merge branch 'jk/negative-hiderefs'
Junio C Hamano
3
-22
/
+56
2015-08-19
Merge branch 'jk/test-with-x'
Junio C Hamano
1
-2
/
+11
2015-08-19
Merge branch 'ps/t1509-chroot-test-fixup'
Junio C Hamano
1
-4
/
+4
2015-08-19
Merge branch 'sb/check-return-from-read-ref'
Junio C Hamano
1
-2
/
+6
2015-08-19
Merge branch 'mm/pull-upload-pack'
Junio C Hamano
1
-1
/
+1
2015-08-19
Start preparing for 2.5.1
Junio C Hamano
2
-1
/
+50
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
[prev]
[next]