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
2017-04-23
Merge branch 'jk/loose-object-fsck'
Junio C Hamano
1
-3
/
+0
2017-04-23
Merge branch 'bw/submodule-with-bs-path'
Junio C Hamano
2
-7
/
+21
2017-04-23
Merge branch 'jh/verify-index-checksum-only-in-fsck'
Junio C Hamano
4
-0
/
+23
2017-04-23
Merge branch 'jh/unpack-trees-micro-optim'
Junio C Hamano
1
-5
/
+33
2017-04-23
Merge branch 'jh/string-list-micro-optim'
Junio C Hamano
2
-4
/
+50
2017-04-23
Merge branch 'nd/conditional-config-include'
Junio C Hamano
8
-14
/
+73
2017-04-23
Merge branch 'dt/http-postbuffer-can-be-large'
Junio C Hamano
5
-6
/
+32
2017-04-23
Merge branch 'tb/doc-eol-normalization'
Junio C Hamano
2
-4
/
+28
2017-04-23
Merge branch 'sr/http-proxy-configuration-fix'
Junio C Hamano
1
-2
/
+11
2017-04-23
t/perf: correctly align non-ASCII descriptions in output
Ævar Arnfjörð Bjarmason
2
-0
/
+5
2017-04-23
completion: optionally disable checkout DWIM
Jeff King
1
-1
/
+10
2017-04-23
completion: expand "push --delete <remote> <ref>" for refs on that <remote>
Ævar Arnfjörð Bjarmason
2
-0
/
+35
2017-04-23
l10n: sv.po: Update Swedish translation (3199t0f0u)
Peter Krefting
1
-1938
/
+2294
2017-04-23
l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)
Jiang Xin
1
-1913
/
+2191
2017-04-20
docs/bisect-lk2009: update java code conventions link
Jeff King
1
-1
/
+1
2017-04-20
docs/bisect-lk2009: update nist report link
Jeff King
1
-1
/
+1
2017-04-20
docs/archimport: quote sourcecontrol.net reference
Jeff King
1
-1
/
+1
2017-04-20
gitcore-tutorial: update broken link
Jeff King
1
-1
/
+1
2017-04-20
doc: replace or.cz gitwiki link with git.wiki.kernel.org
Jeff King
1
-1
/
+1
2017-04-20
doc: use https links to avoid http redirect
Jeff King
3
-9
/
+9
2017-04-20
connect.c: fix leak in handle_ssh_variant
Jeff King
1
-1
/
+3
2017-04-20
am: drop "dir" parameter from am_state_init
Jeff King
1
-6
/
+4
2017-04-20
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
2
-6
/
+4
2017-04-20
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2
-3
/
+4
2017-04-20
use git_path_* helper functions
Jeff King
3
-11
/
+11
2017-04-20
branch: add edit_description() helper
Jeff King
1
-3
/
+3
2017-04-20
bisect: add git_path_bisect_terms helper
Jeff King
1
-1
/
+2
2017-04-20
read-cache: avoid using git_path() in freshen_shared_index()
Christian Couder
1
-1
/
+2
2017-04-20
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
3
-5
/
+23
2017-04-19
Git 2.13-rc0
Junio C Hamano
2
-1
/
+36
2017-04-19
Merge branch 'jh/memihash-opt'
Junio C Hamano
6
-1
/
+40
2017-04-19
Merge branch 'vn/revision-shorthand-for-side-branch-log'
Junio C Hamano
1
-2
/
+2
2017-04-19
Merge branch 'sf/putty-w-args'
Junio C Hamano
2
-1
/
+7
2017-04-19
Merge branch 'ld/p4-current-branch-fix'
Junio C Hamano
2
-9
/
+45
2017-04-19
Merge branch 'dt/gc-ignore-old-gc-logs'
Junio C Hamano
1
-1
/
+17
2017-04-19
Merge branch 'bw/attr-pathspec'
Junio C Hamano
1
-1
/
+1
2017-04-19
Merge branch 'ab/grep-plug-pathspec-leak'
Junio C Hamano
1
-0
/
+1
2017-04-19
Merge branch 'jk/no-looking-at-dotgit-outside-repo'
Junio C Hamano
2
-0
/
+3
2017-04-19
Merge branch 'nd/files-backend-git-dir'
Junio C Hamano
13
-403
/
+1319
2017-04-19
Merge branch 'bw/submodule-is-active'
Junio C Hamano
1
-1
/
+1
2017-04-19
Merge branch 'va/i18n-perl-scripts'
Junio C Hamano
1
-1
/
+1
2017-04-19
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
1
-2
/
+2
2017-04-19
Merge branch 'ah/diff-files-ours-theirs-doc'
Junio C Hamano
1
-0
/
+14
2017-04-19
Merge branch 'lt/mailinfo-in-body-header-continuation'
Junio C Hamano
2
-3
/
+10
2017-04-19
Merge branch 'bw/push-options-recursively-to-submodules'
Junio C Hamano
9
-9
/
+219
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
46
-451
/
+459
2017-04-19
Merge branch 'sb/submodule-short-status'
Junio C Hamano
5
-40
/
+218
2017-04-19
read-cache: speed up has_dir_name (part 2)
Jeff Hostetler
1
-1
/
+62
2017-04-19
read-cache: speed up has_dir_name (part 1)
Jeff Hostetler
1
-0
/
+45
2017-04-19
read-cache: speed up add_index_entry during checkout
Jeff Hostetler
1
-1
/
+10
[prev]
[next]