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-10-15
fetch.c: change s_update_ref to use a ref transaction
Ronnie Sahlberg
1
-10
/
+24
2014-10-15
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
5
-14
/
+17
2014-10-14
Merge branch 'rs/more-uses-of-skip-prefix'
Junio C Hamano
9
-45
/
+43
2014-10-14
Merge branch 'rs/mailsplit'
Junio C Hamano
1
-1
/
+0
2014-10-14
Merge branch 'mh/lockfile'
Junio C Hamano
17
-24
/
+34
2014-10-08
Merge branch 'jc/push-cert'
Junio C Hamano
3
-40
/
+358
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
9
-45
/
+43
2014-10-07
mailsplit: remove unnecessary unlink(2) call
René Scharfe
1
-1
/
+0
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
17
-6
/
+17
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
2
-7
/
+7
2014-10-01
try_merge_strategy(): use a statically-allocated lock_file object
Michael Haggerty
1
-7
/
+7
2014-10-01
try_merge_strategy(): remove redundant lock_file allocation
Michael Haggerty
1
-1
/
+0
2014-10-01
prepare_index(): declare return value to be (const char *)
Michael Haggerty
1
-2
/
+2
2014-10-01
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
1
-1
/
+1
2014-09-29
Merge branch 'jk/mbox-from-line'
Junio C Hamano
1
-1
/
+17
2014-09-29
Merge branch 'da/rev-parse-verify-quiet'
Junio C Hamano
2
-3
/
+7
2014-09-26
Merge branch 'jk/branch-verbose-merged'
Junio C Hamano
1
-14
/
+19
2014-09-26
Merge branch 'rs/realloc-array'
Junio C Hamano
8
-19
/
+13
2014-09-26
Merge branch 'jc/ignore-sigpipe-while-running-hooks'
Junio C Hamano
1
-0
/
+6
2014-09-26
Merge branch 'jk/prune-packed-server-info'
Junio C Hamano
2
-17
/
+7
2014-09-26
Merge branch 'jc/hash-object'
Junio C Hamano
1
-42
/
+61
2014-09-26
Merge branch 'js/fsck-tag-validation'
Junio C Hamano
3
-6
/
+13
2014-09-25
receive-pack::hmac_sha1(): copy the entire SHA-1 hash out
Brian Gernhardt
1
-2
/
+2
2014-09-22
mailinfo: work around -Wstring-plus-int warning
Eric Sunshine
1
-1
/
+2
2014-09-19
Merge branch 'jk/fsck-exit-code-fix'
Junio C Hamano
1
-2
/
+4
2014-09-19
Merge branch 'mr/mark-i18n-log-rerere'
Junio C Hamano
1
-5
/
+5
2014-09-19
Merge branch 'ta/config-add-to-empty-or-true-fix'
Junio C Hamano
1
-1
/
+2
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-19
refs: make rev-parse --quiet actually quiet
David Aguilar
2
-3
/
+7
2014-09-18
branch: clean up commit flags after merge-filter walk
Jeff King
1
-14
/
+19
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
8
-19
/
+13
2014-09-17
signed push: allow stale nonce in stateless mode
Junio C Hamano
1
-10
/
+79
2014-09-17
signed push: teach smart-HTTP to pass "git push --signed" around
Junio C Hamano
1
-0
/
+4
2014-09-17
signed push: fortify against replay attacks
Junio C Hamano
1
-8
/
+124
2014-09-16
receive-pack: allow hooks to ignore its standard input stream
Junio C Hamano
1
-0
/
+6
2014-09-16
mailinfo: make ">From" in-body header check more robust
Jeff King
1
-1
/
+16
2014-09-15
signed push: remove duplicated protocol info
Junio C Hamano
1
-0
/
+26
2014-09-15
receive-pack: GPG-validate push certificates
Junio C Hamano
1
-0
/
+31
2014-09-15
push: the beginning of "git push --signed"
Junio C Hamano
2
-0
/
+53
2014-09-15
receive-pack: factor out capability string generation
Junio C Hamano
1
-8
/
+14
2014-09-15
receive-pack: factor out queueing of command
Junio C Hamano
1
-21
/
+29
2014-09-15
receive-pack: do not reuse old_sha1[] for other things
Junio C Hamano
1
-3
/
+5
[next]