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-09-07
rev-parse: don't trim bisect refnames
Jeff King
2
-4
/
+18
2017-09-06
pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
Martin Ågren
1
-1
/
+2
2017-09-06
config: use a static lock_file struct
Jeff King
1
-17
/
+7
2017-09-06
diff-highlight: add clean target to Makefile
Daniel Watkins
1
-0
/
+3
2017-09-06
name-rev: change ULONG_MAX to TIME_MAX
Michael J Gruber
1
-1
/
+1
2017-08-25
sha1-lookup: remove sha1_entry_pos() from header file
Christian Couder
1
-6
/
+0
2017-08-24
send-email: don't use Mail::Address, even if available
Matthieu Moy
1
-6
/
+1
2017-08-24
send-email: fix garbage removal after address
Matthieu Moy
2
-2
/
+28
2017-08-24
branch: fix branch renaming not updating HEADs correctly
Nguyễn Thái Ngọc Duy
3
-3
/
+17
2017-08-23
Prepare for 2.14.2
Junio C Hamano
3
-2
/
+37
2017-08-23
Merge branch 'jt/t1450-fsck-corrupt-packfile' into maint
Junio C Hamano
1
-0
/
+16
2017-08-23
Merge branch 'jb/t8008-cleanup' into maint
Junio C Hamano
1
-14
/
+16
2017-08-23
Merge branch 'jt/subprocess-handshake' into maint
Junio C Hamano
14
-285
/
+802
2017-08-23
Merge branch 'dc/fmt-merge-msg-microcleanup' into maint
Junio C Hamano
1
-1
/
+2
2017-08-23
Merge branch 'ah/doc-wserrorhighlight' into maint
Junio C Hamano
2
-13
/
+15
2017-08-23
Merge branch 'cc/ref-is-hidden-microcleanup' into maint
Junio C Hamano
1
-5
/
+4
2017-08-23
Merge branch 'js/run-process-parallel-api-fix' into maint
Junio C Hamano
2
-3
/
+3
2017-08-23
Merge branch 'rs/pack-objects-pbase-cleanup' into maint
Junio C Hamano
1
-1
/
+1
2017-08-23
Merge branch 'jt/fsck-code-cleanup' into maint
Junio C Hamano
3
-27
/
+17
2017-08-23
Merge branch 'rs/stat-data-unaligned-reads-fix' into maint
Junio C Hamano
1
-23
/
+27
2017-08-23
Merge branch 'rs/move-array' into maint
Junio C Hamano
11
-30
/
+44
2017-08-23
Merge branch 'rs/bswap-ubsan-fix' into maint
Junio C Hamano
1
-14
/
+24
2017-08-23
Merge branch 'dl/credential-cache-socket-in-xdg-cache' into maint
Junio C Hamano
1
-1
/
+1
2017-08-23
Merge branch 'hb/gitweb-project-list' into maint
Junio C Hamano
1
-0
/
+2
2017-08-23
Merge branch 'ks/commit-abort-on-empty-message-fix' into maint
Junio C Hamano
1
-5
/
+5
2017-08-23
Merge branch 'jk/reflog-walk' into maint
Junio C Hamano
8
-123
/
+253
2017-08-23
Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths' into maint
Junio C Hamano
1
-2
/
+2
2017-08-23
Merge branch 'jk/ref-filter-colors' into maint
Junio C Hamano
22
-220
/
+362
2017-08-23
Merge branch 'js/git-gui-msgfmt-on-windows' into maint
Junio C Hamano
2
-7
/
+12
2017-08-23
vcs-svn: move remaining repo_tree functions to fast_export.h
Jonathan Nieder
6
-55
/
+39
2017-08-23
vcs-svn: remove repo_delete wrapper function
Jonathan Nieder
3
-8
/
+2
2017-08-23
vcs-svn: remove custom mode constants
Jonathan Nieder
4
-21
/
+16
2017-08-23
vcs-svn: remove more unused prototypes and declarations
Jonathan Nieder
1
-3
/
+0
2017-08-23
Doc: clarify that pack-objects makes packs, plural
Jonathan Tan
1
-6
/
+11
2017-08-23
ThreadSanitizer: add suppressions
Martin Ågren
3
-0
/
+24
2017-08-23
strbuf_setlen: don't write to strbuf_slopbuf
Martin Ågren
1
-1
/
+4
2017-08-23
merge: save merge state earlier
Michael J Gruber
2
-0
/
+17
2017-08-23
merge: split write_merge_state in two
Michael J Gruber
1
-3
/
+8
2017-08-23
merge: clarify call chain
Michael J Gruber
1
-0
/
+2
2017-08-23
pack-objects: take lock before accessing `remaining`
Martin Ågren
1
-0
/
+6
2017-08-23
convert: always initialize attr_action in convert_attrs
Martin Ågren
1
-2
/
+3
2017-08-21
Documentation/git-merge: explain --continue
Michael J Gruber
1
-1
/
+4
2017-08-20
vcs-svn: rename repo functions to "svn_repo"
brian m. carlson
3
-10
/
+10
2017-08-20
vcs-svn: remove unused prototypes
brian m. carlson
1
-7
/
+0
2017-08-20
doc: fix typo in sendemail.identity
Jeff King
1
-2
/
+2
2017-08-19
apply: file commited with CRLF should roundtrip diff and apply
Torsten Bögershausen
2
-11
/
+63
2017-08-19
commit: remove unused inline function single_parent()
René Scharfe
1
-5
/
+0
2017-08-19
archive: don't queue excluded directories
René Scharfe
2
-9
/
+27
2017-08-19
archive: factor out helper functions for handling attributes
René Scharfe
1
-8
/
+23
2017-08-19
t5001: add tests for export-ignore attributes and exclude pathspecs
René Scharfe
1
-3
/
+44
[prev]
[next]