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-03-21
Merge branch 'jh/send-email-one-cc' into maint
Junio C Hamano
2
-5
/
+4
2017-03-21
Merge branch 'jk/t6300-cleanup' into maint
Junio C Hamano
1
-1
/
+1
2017-03-21
Merge branch 'rs/commit-parsing-optim' into maint
Junio C Hamano
1
-12
/
+10
2017-03-21
Merge branch 'jk/show-branch-lift-name-len-limit' into maint
Junio C Hamano
1
-29
/
+13
2017-03-21
Merge branch 'jk/tempfile-ferror-fclose-confusion' into maint
Junio C Hamano
1
-2
/
+7
2017-03-21
Merge branch 'rl/remote-allow-missing-branch-name-merge' into maint
Junio C Hamano
2
-1
/
+22
2017-03-21
Merge branch 'dt/gc-ignore-old-gc-logs' into maint
Junio C Hamano
3
-7
/
+71
2017-03-21
Merge branch 'jt/upload-pack-error-report' into maint
Junio C Hamano
1
-1
/
+5
2017-03-21
Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maint
Junio C Hamano
1
-0
/
+4
2017-03-21
Merge branch 'ss/remote-bzr-hg-placeholder-wo-python' into maint
Junio C Hamano
2
-18
/
+14
2017-03-21
Merge branch 'jc/diff-populate-filespec-size-only-fix' into maint
Junio C Hamano
2
-1
/
+27
2017-03-21
Merge branch 'jk/http-walker-buffer-underflow-fix' into maint
Junio C Hamano
1
-4
/
+7
2017-03-21
Merge branch 'mg/status-porcelain-no-i18n' into maint
Junio C Hamano
1
-4
/
+4
2017-03-21
Merge branch 'ps/docs-diffcore' into maint
Junio C Hamano
1
-5
/
+5
2017-03-21
Merge branch 'ew/markdown-url-in-readme' into maint
Junio C Hamano
1
-3
/
+3
2017-03-21
Merge branch 'rj/remove-unused-mktemp' into maint
Junio C Hamano
6
-60
/
+0
2017-03-21
Merge branch 'jk/ewah-use-right-type-in-sizeof' into maint
Junio C Hamano
1
-2
/
+2
2017-03-20
Git 2.12.1
Junio C Hamano
1
-1
/
+2
2017-03-20
push: mention "push.default=tracking" in the documentation
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-03-20
git-commit.txt: list post-rewrite in HOOKS section
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-03-20
doc: change erroneous --[no]-whatever into --[no-]whatever
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2017-03-18
pickaxe: fix segfault with '-S<...> --pickaxe-regex'
SZEDER Gábor
2
-2
/
+10
2017-03-18
run-command: fix segfault when cleaning forked async process
Jeff King
1
-1
/
+1
2017-03-18
shortlog: don't set after_subject to an empty string
René Scharfe
1
-1
/
+0
2017-03-18
tests: make the 'test_pause' helper work in non-verbose mode
SZEDER Gábor
1
-7
/
+2
2017-03-18
tests: create an interactive gdb session with the 'debug' helper
SZEDER Gábor
2
-1
/
+2
2017-03-18
revision: remove declaration of path_name()
René Scharfe
1
-2
/
+0
2017-03-18
http-push: don't check return value of lookup_unknown_object()
René Scharfe
1
-5
/
+3
2017-03-18
receive-pack: simplify run_update_post_hook()
René Scharfe
1
-8
/
+5
2017-03-17
wt-status: simplify by using for_each_string_list_item
Stefan Beller
1
-15
/
+5
2017-03-16
Preparing for 2.12.1
Junio C Hamano
3
-2
/
+43
2017-03-16
Merge branch 'js/realpath-pathdup-fix' into maint
Junio C Hamano
10
-18
/
+26
2017-03-16
Merge branch 'mm/two-more-xstrfmt' into maint
Junio C Hamano
2
-11
/
+9
2017-03-16
Merge branch 'vn/line-log-memcpy-size-fix' into maint
Junio C Hamano
1
-1
/
+2
2017-03-16
Merge branch 'ax/line-log-range-merge-fix' into maint
Junio C Hamano
2
-8
/
+17
2017-03-16
Merge branch 'jk/add-i-patch-do-prompt' into maint
Junio C Hamano
2
-4
/
+22
2017-03-16
Merge branch 'jt/http-base-url-update-upon-redirect' into maint
Junio C Hamano
3
-0
/
+21
2017-03-16
Merge branch 'js/travis-32bit-linux' into maint
Junio C Hamano
2
-0
/
+51
2017-03-16
Merge branch 'jh/mingw-openssl-sha1' into maint
Junio C Hamano
1
-1
/
+0
2017-03-16
Merge branch 'jk/http-auth' into maint
Junio C Hamano
1
-4
/
+46
2017-03-16
index-pack: make pointer-alias fallbacks safer
Jeff King
1
-8
/
+12
2017-03-16
replace snprintf with odb_pack_name()
Jeff King
2
-31
/
+24
2017-03-16
odb_pack_keep(): stop generating keepfile name
Jeff King
4
-12
/
+12
2017-03-16
sha1_file.c: make pack-name helper globally accessible
Jeff King
2
-11
/
+15
2017-03-16
move odb_* declarations out of git-compat-util.h
Jeff King
2
-2
/
+12
2017-03-15
rev-parse: simplify parsing of ref options
Jeff King
1
-29
/
+16
2017-03-15
rev-parse: add helper for parsing "--foo/--foo="
Jeff King
1
-10
/
+28
2017-03-15
rev-parse: use skip_prefix when parsing options
Jeff King
1
-20
/
+20
2017-03-15
submodule-config: correct error reporting for invalid ignore value
Stefan Beller
1
-1
/
+1
2017-03-14
git-status: make porcelain more robust
Michael J Gruber
1
-4
/
+4
[prev]
[next]