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-06-25
Merge branch 'jx/blame-align-relative-time' into maint
Junio C Hamano
1
-8
/
+22
2014-06-25
Merge branch 'jc/apply-ignore-whitespace' into maint
Junio C Hamano
1
-5
/
+7
2014-06-23
verify-commit: scriptable commit signature verification
Michael J Gruber
1
-0
/
+93
2014-06-23
gpg-interface: provide clear helper for struct signature_check
Michael J Gruber
1
-4
/
+1
2014-06-23
builtin/clone.c: detect a clone starting at a tag correctly
Junio C Hamano
1
-1
/
+1
2014-06-20
Merge branch 'jc/fetch-pull-refmap'
Junio C Hamano
1
-3
/
+32
2014-06-20
Merge branch 'rs/more-starts-with'
Junio C Hamano
1
-1
/
+1
2014-06-20
use skip_prefix to avoid repeating strings
Jeff King
3
-11
/
+11
2014-06-20
apply: use skip_prefix instead of raw addition
Jeff King
1
-2
/
+3
2014-06-20
refactor skip_prefix to return a boolean
Jeff King
6
-18
/
+17
2014-06-19
use xstrfmt to replace xmalloc + strcpy/strcat
Jeff King
3
-14
/
+4
2014-06-19
use xstrfmt to replace xmalloc + sprintf
Jeff King
2
-11
/
+6
2014-06-19
use xstrdup instead of xmalloc + strcpy
Jeff King
1
-4
/
+1
2014-06-18
avoid using skip_prefix as a boolean
Jeff King
1
-1
/
+1
2014-06-16
Merge branch 'lt/log-auto-decorate'
Junio C Hamano
1
-0
/
+2
2014-06-16
Merge branch 'jm/format-patch-mail-sig'
Junio C Hamano
1
-2
/
+24
2014-06-16
Merge branch 'fc/remote-helper-refmap'
Junio C Hamano
1
-1
/
+48
2014-06-16
Merge branch 'nd/daemonize-gc'
Junio C Hamano
1
-6
/
+20
2014-06-16
Merge branch 'jl/remote-rm-prune'
Junio C Hamano
1
-7
/
+30
2014-06-16
Merge branch 'bg/xcalloc-nmemb-then-size'
Junio C Hamano
2
-5
/
+5
2014-06-16
Merge branch 'jl/status-added-submodule-is-never-ignored'
Junio C Hamano
1
-2
/
+16
2014-06-16
Merge branch 'jk/daemon-tolower'
Junio C Hamano
1
-14
/
+1
2014-06-16
Merge branch 'jk/diff-follow-must-take-one-pathspec'
Junio C Hamano
1
-6
/
+2
2014-06-16
Merge branch 'cc/replace-edit'
Junio C Hamano
1
-45
/
+180
2014-06-16
Merge branch 'mt/patch-id-stable' (early part)
Junio C Hamano
1
-15
/
+59
2014-06-13
blame: simplify prepare_lines()
René Scharfe
1
-13
/
+7
2014-06-13
blame: factor out get_next_line()
René Scharfe
1
-18
/
+10
2014-06-13
commit: record buffer length in cache
Jeff King
6
-6
/
+18
2014-06-13
use get_commit_buffer everywhere
Jeff King
3
-4
/
+13
2014-06-13
convert logmsg_reencode to get_commit_buffer
Jeff King
2
-3
/
+3
2014-06-13
use get_cached_commit_buffer where appropriate
Jeff King
1
-1
/
+1
2014-06-13
provide a helper to set the commit buffer
Jeff King
1
-1
/
+1
2014-06-13
provide a helper to free commit buffer
Jeff King
4
-9
/
+6
2014-06-13
read-tree: note about dropping split-index mode or index version
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2014-06-13
rev-parse: add --shared-index-path to get shared index path
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2014-06-13
update-index: new options to enable/disable split index mode
Nguyễn Thái Ngọc Duy
1
-0
/
+18
2014-06-13
read-cache: mark updated entries for split index
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-06-13
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
3
-3
/
+7
2014-06-13
cache-tree: mark istate->cache_changed on prime_cache_tree()
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2014-06-13
cache-tree: mark istate->cache_changed on cache tree invalidation
Nguyễn Thái Ngọc Duy
2
-3
/
+3
2014-06-13
update-index: be specific what part of the index has changed
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-06-13
read-cache: be specific what part of the index has changed
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
12
-66
/
+44
2014-06-12
Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maint
Junio C Hamano
1
-0
/
+3
2014-06-12
logmsg_reencode: return const buffer
Jeff King
2
-2
/
+2
2014-06-12
do not create "struct commit" with xcalloc
Jeff King
1
-1
/
+1
2014-06-12
commit_tree: take a pointer/len pair rather than a const strbuf
Jeff King
3
-8
/
+8
2014-06-10
repack: introduce repack.writeBitmaps config option
Jeff King
1
-1
/
+2
2014-06-10
repack: simplify handling of --write-bitmap-index
Jeff King
1
-5
/
+4
2014-06-10
pack-objects: stop respecting pack.writebitmaps
Jeff King
1
-4
/
+0
[prev]
[next]