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-03-18
Merge branch 'jk/clean-d-pathspec'
Junio C Hamano
1
-11
/
+9
2014-03-14
Merge branch 'sh/write-pack-file-warning-message-fix'
Junio C Hamano
1
-1
/
+1
2014-03-14
Merge branch 'mh/replace-refs-variable-rename'
Junio C Hamano
6
-6
/
+6
2014-03-14
Merge branch 'nd/i18n-progress'
Junio C Hamano
5
-9
/
+9
2014-03-14
Merge branch 'jh/note-trees-record-blobs'
Junio C Hamano
1
-1
/
+5
2014-03-14
Merge branch 'nd/no-more-fnmatch'
Junio C Hamano
10
-10
/
+10
2014-03-14
Merge branch 'nd/reset-setup-worktree'
Junio C Hamano
1
-3
/
+4
2014-03-14
Merge branch 'ks/config-file-stdin'
Junio C Hamano
1
-49
/
+55
2014-03-14
Merge branch 'jk/janitorial-fixes'
Junio C Hamano
1
-1
/
+2
2014-03-14
Merge branch 'jc/check-attr-honor-working-tree'
Junio C Hamano
1
-0
/
+3
2014-03-11
clean: simplify dir/not-dir logic
Jeff King
1
-9
/
+6
2014-03-11
clean: respect pathspecs with "-d"
Jeff King
1
-2
/
+3
2014-03-07
Merge branch 'cc/starts-n-ends-with-endgame'
Junio C Hamano
1
-1
/
+1
2014-03-07
Merge branch 'gj/push-more-verbose-advice'
Junio C Hamano
1
-1
/
+1
2014-03-07
Merge branch 'jc/add-2.0-ignore-removal'
Junio C Hamano
1
-57
/
+12
2014-03-07
Merge branch 'jn/add-2.0-u-A-sans-pathspec'
Junio C Hamano
1
-106
/
+9
2014-03-07
Merge branch 'jc/push-2.0-default-to-simple'
Junio C Hamano
1
-24
/
+7
2014-03-05
Merge branch 'nd/daemonize-gc'
Junio C Hamano
1
-5
/
+18
2014-03-03
write_pack_file: use correct variable in diagnostic
Sun He
1
-1
/
+1
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
3
-182
/
+349
2014-02-27
Merge branch 'dk/blame-janitorial'
Junio C Hamano
1
-51
/
+42
2014-02-27
Merge branch 'bc/gpg-sign-everywhere'
Junio C Hamano
1
-0
/
+2
2014-02-27
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
1
-12
/
+28
2014-02-27
Merge branch 'ep/varscope'
Junio C Hamano
6
-18
/
+21
2014-02-27
Merge branch 'ds/rev-parse-required-args'
Junio C Hamano
1
-6
/
+11
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
9
-36
/
+18
2014-02-27
Merge branch 'kb/fast-hashmap'
Junio C Hamano
3
-51
/
+43
2014-02-27
Merge branch 'nv/commit-gpgsign-config'
Junio C Hamano
3
-1
/
+18
2014-02-25
builtin/blame.c::find_copy_in_blob: no need to scan for region end
David Kastrup
1
-8
/
+1
2014-02-24
commit-tree: add and document --no-gpg-sign
Junio C Hamano
1
-0
/
+5
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
3
-1
/
+13
2014-02-24
clean: use cache_name_is_other()
Nguyễn Thái Ngọc Duy
1
-19
/
+2
2014-02-24
clean: replace match_pathspec() with dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
2
-3
/
+4
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
3
-5
/
+7
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
3
-6
/
+3
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
5
-6
/
+6
2014-02-24
blame.c: prepare_lines should not call xrealloc for every line
David Kastrup
1
-15
/
+31
2014-02-24
builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
David Kastrup
1
-2
/
+2
2014-02-24
builtin/blame.c: eliminate same_suspect()
David Kastrup
1
-17
/
+8
2014-02-24
i18n: mark all progress lines for translation
Nguyễn Thái Ngọc Duy
5
-9
/
+9
2014-02-20
rename read_replace_refs to check_replace_refs
Michael Haggerty
6
-6
/
+6
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
10
-10
/
+10
2014-02-20
notes: disallow reusing non-blob as a note object
Johan Herland
1
-1
/
+5
2014-02-18
config: teach "git config --file -" to read from the standard input
Kirill A. Shutemov
1
-0
/
+11
2014-02-18
config: change git_config_with_options() interface
Kirill A. Shutemov
1
-40
/
+35
2014-02-18
builtin/config.c: rename check_blob_write() -> check_write()
Kirill A. Shutemov
1
-9
/
+9
2014-02-18
builtin/mv: don't use memory after free
John Keeping
1
-1
/
+2
2014-02-18
reset: optionally setup worktree and refresh index on --mixed
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2014-02-13
Merge branch 'bm/merge-base-octopus-dedup' into maint
Junio C Hamano
1
-6
/
+25
[next]