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-07-10
Merge branch 'jc/fix-clone-single-starting-at-a-tag'
Junio C Hamano
1
-1
/
+1
2014-07-10
Merge branch 'jk/repack-pack-keep-objects' into maint
Junio C Hamano
1
-5
/
+9
2014-07-10
tag: use skip_prefix instead of magic numbers
Jeff King
1
-9
/
+5
2014-07-09
Merge branch 'jk/xstrfmt'
Junio C Hamano
6
-29
/
+11
2014-07-09
Merge branch 'jk/skip-prefix'
Junio C Hamano
9
-32
/
+32
2014-07-08
diff-tree: call free_commit_list() instead of duplicating its code
René Scharfe
1
-6
/
+2
2014-07-07
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
1
-3
/
+1
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
1
-9
/
+2
2014-07-02
Merge branch 'jk/commit-buffer-length'
Junio C Hamano
11
-29
/
+47
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
1
-1
/
+1
2014-07-02
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2014-07-02
Merge branch 'maint-1.8.5' into maint
Junio C Hamano
1
-1
/
+1
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
1
-1
/
+1
2014-06-30
verify-pack: use strbuf_strip_suffix
Jeff King
1
-4
/
+3
2014-06-30
index-pack: use strip_suffix to avoid magic numbers
Jeff King
1
-15
/
+14
2014-06-30
use strip_suffix instead of ends_with in simple cases
Jeff King
2
-9
/
+9
2014-06-30
replace has_extension with ends_with
Jeff King
2
-4
/
+4
2014-06-25
replace: add a --raw mode for --edit
Jeff King
1
-10
/
+21
2014-06-25
replace: use argv_array in export_object
Jeff King
1
-3
/
+5
2014-06-25
avoid double close of descriptors handed to run_command
Jeff King
1
-2
/
+0
2014-06-25
replace: replace spaces with tabs in indentation
Jeff King
1
-3
/
+3
2014-06-25
Merge branch 'rs/blame-refactor'
Junio C Hamano
1
-28
/
+14
2014-06-25
Merge branch 'jk/repack-pack-writebitmaps-config'
Junio C Hamano
2
-10
/
+6
2014-06-25
Merge branch 'jk/repack-pack-keep-objects'
Junio C Hamano
1
-5
/
+9
2014-06-25
Merge branch 'jl/status-added-submodule-is-never-ignored' into maint
Junio C Hamano
1
-2
/
+16
2014-06-25
Merge branch 'ym/fix-opportunistic-index-update-race' into maint
Junio C Hamano
1
-1
/
+1
2014-06-25
Merge branch 'jl/remote-rm-prune' into maint
Junio C Hamano
1
-7
/
+30
2014-06-25
Merge branch 'fc/rerere-conflict-style' into maint
Junio C Hamano
1
-0
/
+2
2014-06-25
Merge branch 'dt/merge-recursive-case-insensitive' into maint
Junio C Hamano
1
-1
/
+2
2014-06-25
Merge branch 'rs/mailinfo-header-cmp' into maint
Junio C Hamano
1
-3
/
+3
2014-06-25
Merge branch 'jk/index-pack-report-missing' into maint
Junio C Hamano
1
-2
/
+7
2014-06-25
Merge branch 'nd/index-pack-one-fd-per-thread' into maint
Junio C Hamano
1
-10
/
+17
2014-06-25
Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint
Junio C Hamano
1
-0
/
+3
2014-06-25
Merge branch 'nd/daemonize-gc' into maint
Junio C Hamano
1
-6
/
+20
2014-06-25
Merge branch 'jk/diff-follow-must-take-one-pathspec' into maint
Junio C Hamano
1
-6
/
+2
2014-06-25
Merge branch 'jk/commit-C-pick-empty' into maint
Junio C Hamano
1
-3
/
+2
2014-06-25
Merge branch 'bc/blame-crlf-test' into maint
Junio C Hamano
1
-1
/
+0
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
[prev]
[next]