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
2018-01-03
clone: do not clean up directories we didn't create
Jeff King
2
-9
/
+67
2018-01-03
clone: factor out dir_exists() helper
Jeff King
1
-3
/
+8
2018-01-03
t5600: modernize style
Jeff King
1
-23
/
+25
2018-01-03
t5600: fix outdated comment about unborn HEAD
Jeff King
1
-1
/
+1
2018-01-03
travis-ci: check that all build artifacts are .gitignore-d
SZEDER Gábor
4
-0
/
+20
2018-01-03
travis-ci: don't store P4 and Git LFS in the working tree
SZEDER Gábor
1
-2
/
+2
2018-01-03
merge: teach -Xours/-Xtheirs to symbolic link merge
Junio C Hamano
2
-4
/
+45
2018-01-02
l10n: fr.po v2.16.0 round 1
Jean-Noel Avila
1
-1910
/
+2112
2018-01-02
travis-ci: record and skip successfully built trees
SZEDER Gábor
6
-0
/
+57
2018-01-02
travis-ci: create the cache directory early in the build process
SZEDER Gábor
2
-1
/
+2
2018-01-02
travis-ci: print the "tip of branch is exactly at tag" message in color
SZEDER Gábor
1
-1
/
+1
2018-01-02
Merge branch 'master' of git://github.com/alshopov/git-po
Jiang Xin
1
-1934
/
+2106
2018-01-01
l10n: bg.po: Updated Bulgarian translation (3284t)
Alexander Shopov
1
-1934
/
+2106
2018-01-01
l10n: sv.po: Update Swedish translation (3284t0f0u)
Peter Krefting
1
-1910
/
+2118
2017-12-31
l10n: fr.po: "worktree list" mistranslated as prune
Louis Bettens
1
-1
/
+1
2017-12-31
Merge branch 'maint' of git://github.com/git-l10n/git-po
Jiang Xin
4
-745
/
+746
2017-12-31
l10n: git.pot: v2.16.0 round 1 (64 new, 25 removed)
Jiang Xin
1
-1885
/
+2039
2017-12-28
Git 2.16-rc0
Junio C Hamano
2
-1
/
+32
2017-12-28
Merge branch 'sb/describe-blob'
Junio C Hamano
8
-52
/
+277
2017-12-28
Merge branch 'hi/merge-verify-sig-config'
Junio C Hamano
4
-0
/
+132
2017-12-28
Merge branch 'ws/curl-http-proxy-over-https'
Junio C Hamano
1
-0
/
+5
2017-12-28
Merge branch 'ks/doc-previous-checkout'
Junio C Hamano
1
-7
/
+12
2017-12-28
Merge branch 'ks/rebase-error-messages'
Junio C Hamano
1
-10
/
+25
2017-12-28
Merge branch 'sr/http-sslverify-config-doc'
Junio C Hamano
1
-2
/
+2
2017-12-28
Merge branch 'nm/imap-send-quote-server-folder-name'
Junio C Hamano
1
-1
/
+7
2017-12-28
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-2
/
+1
2017-12-28
Merge branch 'jh/partial-clone-doc'
Junio C Hamano
1
-0
/
+324
2017-12-28
Merge branch 'jt/transport-hide-vtable'
Junio C Hamano
6
-93
/
+120
2017-12-28
Merge branch 'js/enhanced-version-info'
Junio C Hamano
4
-1
/
+20
2017-12-28
Merge branch 'tz/lib-git-svn-svnserve-tests'
Junio C Hamano
1
-11
/
+13
2017-12-28
Merge branch 'ew/svn-crlf'
Junio C Hamano
2
-0
/
+28
2017-12-28
Merge branch 'cc/skip-to-optional-val'
Junio C Hamano
5
-90
/
+126
2017-12-28
Merge branch 'ra/prompt-eread-fix'
Junio C Hamano
1
-3
/
+4
2017-12-28
Merge branch 'bw/path-doc'
Junio C Hamano
1
-21
/
+112
2017-12-28
commit: remove unused function clear_commit_marks_for_object_array()
René Scharfe
2
-15
/
+0
2017-12-28
revision: remove the unused flag leak_pending
René Scharfe
2
-14
/
+1
2017-12-28
checkout: avoid using the rev_info flag leak_pending
René Scharfe
1
-12
/
+1
2017-12-28
bundle: avoid using the rev_info flag leak_pending
René Scharfe
1
-19
/
+16
2017-12-28
bisect: avoid using the rev_info flag leak_pending
René Scharfe
1
-21
/
+9
2017-12-28
object: add clear_commit_marks_all()
René Scharfe
2
-0
/
+16
2017-12-28
ref-filter: use clear_commit_marks_many() in do_merge_filter()
René Scharfe
1
-2
/
+1
2017-12-28
commit: use clear_commit_marks_many() in remove_redundant()
René Scharfe
1
-2
/
+1
2017-12-28
commit: avoid allocation in clear_commit_marks_many()
René Scharfe
1
-1
/
+1
2017-12-28
Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1
Ævar Arnfjörð Bjarmason
2
-3
/
+0
2017-12-27
wt-status.c: handle worktree renames
Nguyễn Thái Ngọc Duy
3
-13
/
+92
2017-12-27
wt-status.c: rename rename-related fields in wt_status_change_data
Nguyễn Thái Ngọc Duy
2
-26
/
+29
2017-12-27
wt-status.c: catch unhandled diff status codes
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2017-12-27
wt-status.c: coding style fix
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-12-27
Use DIFF_DETECT_RENAME for detect_rename assignments
Nguyễn Thái Ngọc Duy
3
-4
/
+4
2017-12-27
t2203: test status output with porcelain v2 format
Nguyễn Thái Ngọc Duy
1
-0
/
+12
[prev]
[next]