index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-replace.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-11
clean: simplify dir/not-dir logic
Jeff King
1
-9
/
+6
2014-03-11
clean: respect pathspecs with "-d"
Jeff King
2
-2
/
+19
2014-03-11
t0008: skip trailing space test on Windows
Johannes Sixt
1
-1
/
+1
2014-03-08
Start preparing for Git 2.0
Junio C Hamano
2
-1
/
+147
2014-03-07
show_ident_date: fix tz range check
Jeff King
1
-2
/
+2
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-04
git-bisect.sh: fix a few style issues
Jacopo Notarstefano
1
-4
/
+4
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
finish_tmp_packfile():use strbuf for pathname construction
Sun He
4
-21
/
+22
2014-03-03
write_pack_file: use correct variable in diagnostic
Sun He
1
-1
/
+1
2014-03-01
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
2014-02-27
commit.c: use the generic "sha1_pos" function for lookup
Dmitry S. Dolzhenko
1
-15
/
+9
2014-02-25
builtin/blame.c::find_copy_in_blob: no need to scan for region end
David Kastrup
1
-8
/
+1
2014-02-25
sha1_file.c: document a bunch of functions defined in the file
Michael Haggerty
2
-14
/
+78
2014-02-25
name-hash: retire unused index_name_exists()
Eric Sunshine
2
-10
/
+1
2014-02-25
hashmap.h: use 'unsigned int' for hash-codes everywhere
Karsten Blees
2
-2
/
+2
2014-02-24
test the commit.gpgsign config option
Nicolas Vigier
1
-4
/
+21
2014-02-24
commit-tree: add and document --no-gpg-sign
Junio C Hamano
3
-0
/
+14
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
4
-1
/
+21
2014-02-24
diff: do not quit early on stat-dirty files
Nguyễn Thái Ngọc Duy
3
-5
/
+25
2014-02-24
diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later
Nguyễn Thái Ngọc Duy
1
-21
/
+28