index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-06
branch: use skip_prefix() in install_branch_config()
Brian Gesiak
1
-9
/
+9
2014-03-06
t3200-branch: test setting branch as own upstream
Brian Gesiak
1
-0
/
+10
2014-03-05
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2014-03-05
Merge branch 'jk/run-network-tests-by-default'
Junio C Hamano
3
-14
/
+74
2014-03-05
Merge branch 'nd/daemonize-gc'
Junio C Hamano
6
-31
/
+52
2014-03-05
Merge branch 'ks/combine-diff'
Junio C Hamano
7
-65
/
+246
2014-03-05
push: detect local refspec errors early
Jeff King
4
-2
/
+80
2014-03-05
match_explicit_lhs: allow a "verify only" mode
Jeff King
1
-14
/
+24
2014-03-05
match_explicit: hoist refspec lhs checks into their own function
Jeff King
1
-19
/
+30
2014-03-05
cache_tree_find(): use path variable when passing over slashes
Michael Haggerty
1
-2
/
+3
2014-03-05
cache_tree_find(): remove early return
Michael Haggerty
1
-2
/
+0
2014-03-05
cache_tree_find(): remove redundant check
Michael Haggerty
1
-1
/
+1
2014-03-05
cache_tree_find(): fix comment formatting
Michael Haggerty
1
-2
/
+3
2014-03-05
cache_tree_find(): find the end of path component using strchrnul()
Michael Haggerty
1
-3
/
+1
2014-03-05
cache_tree_find(): remove redundant checks
Michael Haggerty
1
-4
/
+3
2014-03-05
branch.c: delete size check of newly tracked branch names
Jacopo Notarstefano
1
-4
/
+0
2014-03-05
docs: mark info/grafts as outdated
Jeff King
2
-0
/
+8
2014-03-05
t7800: add a difftool test for .git-files
Junio C Hamano
1
-0
/
+14
2014-03-05
i18n: proposed command missing leading dash
Sandy Carter
1
-2
/
+2
2014-03-04
commit.c: use skip_prefix() instead of starts_with()
Tanay Abhra
1
-8
/
+6
2014-03-03
git-bisect.sh: fix a few style issues
Jacopo Notarstefano
1
-4
/
+4
2014-03-03
skip_prefix(): scan prefix only once
David Kastrup
1
-2
/
+5
2014-03-03
sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()
Dmitry S. Dolzhenko
1
-6
/
+1
2014-03-03
read-cache.c: use ALLOC_GROW() in add_index_entry()
Dmitry S. Dolzhenko
1
-5
/
+1
2014-03-03
builtin/mktree.c: use ALLOC_GROW() in append_to_tree()
Dmitry S. Dolzhenko
1
-4
/
+1
2014-03-03
attr.c: use ALLOC_GROW() in handle_attr_line()
Dmitry S. Dolzhenko
1
-6
/
+1
2014-03-03
dir.c: use ALLOC_GROW() in create_simplify()
Dmitry S. Dolzhenko
1
-4
/
+1
2014-03-03
reflog-walk.c: use ALLOC_GROW()
Dmitry S. Dolzhenko
1
-10
/
+2
2014-03-03
replace_object.c: use ALLOC_GROW() in register_replace_object()
Dmitry S. Dolzhenko
1
-6
/
+2
2014-03-03
patch-ids.c: use ALLOC_GROW() in add_commit()
Dmitry S. Dolzhenko
1
-4
/
+1
2014-03-03
diffcore-rename.c: use ALLOC_GROW()
Dmitry S. Dolzhenko
1
-10
/
+2
2014-03-03
diff.c: use ALLOC_GROW()
Dmitry S. Dolzhenko
1
-10
/
+2
2014-03-03
commit.c: use ALLOC_GROW() in register_commit_graft()
Dmitry S. Dolzhenko
1
-6
/
+2
2014-03-03
cache-tree.c: use ALLOC_GROW() in find_subtree()
Dmitry S. Dolzhenko
1
-5
/
+1
2014-03-03
bundle.c: use ALLOC_GROW() in add_to_ref_list()
Dmitry S. Dolzhenko
1
-5
/
+1
2014-03-03
builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()
Dmitry S. Dolzhenko
1
-6
/
+3
2014-03-03
git-add--interactive: warn if module for interactive.singlekey is missing
Simon Ruderich
1
-0
/
+3
2014-03-03
git-config: document interactive.singlekey requires Term::ReadKey
Simon Ruderich
1
-1
/
+1
2014-03-03
strbuf: style fix -- top opening bracket on a separate line
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2014-03-03
repack: add `repack.packKeptObjects` config var
Jeff King
4
-2
/
+44
2014-03-03
finish_tmp_packfile():use strbuf for pathname construction
Sun He
4
-21
/
+22
2014-03-03
Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...
Junio C Hamano
1
-1
/
+1
2014-03-03
write_pack_file: use correct variable in diagnostic
Sun He
1
-1
/
+1
2014-02-28
submodule update: consistently document the '--checkout' option
Jens Lehmann
2
-2
/
+11
2014-02-28
help.c: rename function "pretty_print_string_list"
Ralf Thielow
1
-4
/
+3
2014-02-28
Document some functions defined in object.c
Michael Haggerty
2
-1
/
+35
2014-02-28
Add docstrings for lookup_replace_object() and do_lookup_replace_object()
Michael Haggerty
2
-0
/
+20
2014-02-28
CodingGuidelines: mention C whitespace rules
Jeff King
1
-0
/
+11
2014-02-28
add uploadarchive.allowUnreachable option
Scott J. Goldman
4
-2
/
+33
2014-02-28
docs: clarify remote restrictions for git-upload-archive
Jeff King
2
-1
/
+30
[prev]
[next]