index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-19
Merge branch 'as/calloc-takes-nmemb-then-size'
Junio C Hamano
1
-1
/
+1
2014-09-19
Merge branch 'rs/merge-tree-simplify'
Junio C Hamano
1
-12
/
+6
2014-09-19
Merge branch 'da/styles'
Junio C Hamano
1
-3
/
+4
2014-09-19
Merge branch 'ah/grammofix'
Junio C Hamano
5
-6
/
+6
2014-09-19
Merge branch 'jk/index-pack-threading-races'
Junio C Hamano
1
-2
/
+31
2014-09-19
Merge branch 'jk/commit-author-parsing'
Junio C Hamano
1
-41
/
+48
2014-09-19
Merge branch 'bb/date-iso-strict'
Junio C Hamano
1
-0
/
+3
2014-09-19
Merge branch 'jk/fast-export-anonymize'
Junio C Hamano
1
-11
/
+289
2014-09-19
Merge branch 'jk/send-pack-many-refspecs'
Junio C Hamano
1
-0
/
+27
2014-09-11
Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'
Junio C Hamano
1
-4
/
+6
2014-09-11
Merge branch 'dt/cache-tree-repair'
Junio C Hamano
2
-1
/
+19
2014-09-11
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
5
-51
/
+81
2014-09-11
Merge branch 'nd/mv-code-cleaning'
Junio C Hamano
1
-88
/
+86
2014-09-11
Merge branch 'rs/child-process-init'
Junio C Hamano
10
-26
/
+14
2014-09-11
Merge branch 'ta/config-set-2'
Junio C Hamano
2
-38
/
+25
2014-09-09
Merge branch 'rs/clean-menu-item-defn'
Junio C Hamano
1
-1
/
+1
2014-09-09
Merge branch 'sb/mailsplit-dead-code-removal'
Junio C Hamano
1
-11
/
+6
2014-09-09
Merge branch 'sb/prepare-revision-walk-error-check'
Junio C Hamano
2
-2
/
+5
2014-09-09
Merge branch 'sb/blame-msg-i18n'
Junio C Hamano
1
-1
/
+1
2014-09-09
Merge branch 'sb/plug-leaks'
Junio C Hamano
1
-0
/
+2
2014-09-09
Merge branch 'mm/log-branch-desc-plug-leak'
Junio C Hamano
1
-0
/
+1
2014-09-09
Merge branch 'jc/apply-ws-prefix'
Junio C Hamano
1
-63
/
+68
2014-09-03
mv: no SP between function name and the first opening parenthese
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-09-03
mv: combine two if(s)
Nguyễn Thái Ngọc Duy
1
-4
/
+3
2014-09-03
mv: unindent one level for directory move code
Nguyễn Thái Ngọc Duy
1
-28
/
+21
2014-09-03
mv: move index search code out
Nguyễn Thái Ngọc Duy
1
-17
/
+25
2014-09-03
mv: remove an "if" that's always true
Nguyễn Thái Ngọc Duy
1
-15
/
+7
2014-09-03
mv: split submodule move preparation code out
Nguyễn Thái Ngọc Duy
1
-14
/
+22
2014-09-03
calloc() and xcalloc() takes nmemb and then size
Arjun Sreedharan
1
-1
/
+1
2014-09-03
update-ref --stdin: pass transaction around explicitly
Jonathan Nieder
1
-12
/
+15
2014-09-03
update-ref --stdin: narrow scope of err strbuf
Jonathan Nieder
1
-1
/
+10
2014-09-03
receive-pack.c: use a reference transaction for updating the refs
Ronnie Sahlberg
1
-9
/
+16
2014-09-03
commit.c: use ref transactions for updates
Ronnie Sahlberg
1
-13
/
+12
2014-09-03
replace.c: use the ref transaction functions for updates
Ronnie Sahlberg
1
-6
/
+8
2014-09-03
tag.c: use ref transactions when doing updates
Ronnie Sahlberg
1
-6
/
+10
2014-09-03
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
1
-1
/
+4
2014-09-03
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
1
-2
/
+3
2014-09-03
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
1
-1
/
+3
2014-09-02
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2
-16
/
+14
2014-09-02
Merge branch 'rs/init-no-duplicate-real-path'
Junio C Hamano
1
-4
/
+4
2014-09-02
Merge branch 'mm/config-edit-global'
Junio C Hamano
2
-5
/
+61
2014-09-02
grammofix in user-facing messages
Alex Henrie
5
-6
/
+6
2014-09-02
stylefix: asterisks stick to the variable, not the type
David Aguilar
1
-3
/
+4
2014-09-02
merge-tree: remove unused df_conflict arguments
René Scharfe
1
-12
/
+6
2014-08-29
index-pack: fix race condition with duplicate bases
Jeff King
1
-2
/
+31
2014-08-29
pretty: provide a strict ISO 8601 date format
Beat Bolli
1
-0
/
+3
2014-08-29
determine_author_info(): copy getenv output
Jeff King
1
-13
/
+27
2014-08-29
determine_author_info(): reuse parsing functions
Jeff King
1
-28
/
+21
2014-08-27
teach fast-export an --anonymize option
Jeff King
1
-11
/
+289
2014-08-27
date: use strbufs in date-formatting functions
Jeff King
1
-10
/
+10
[next]