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-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
6
-9
/
+20
2014-02-24
match_pathspec: match pathspec "foo/" against directory "foo"
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2014-02-24
dir.c: prepare match_pathspec_item for taking more flags
Nguyễn Thái Ngọc Duy
1
-6
/
+13
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
7
-25
/
+27
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
5
-8
/
+12
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
14
-22
/
+24
2014-02-24
Documentation: describe 'submodule update --remote' use case
W. Trevor King
1
-0
/
+10
2014-02-24
submodule: explicit local branch creation in module_clone
W. Trevor King
4
-27
/
+110
2014-02-24
submodule: document module_clone arguments in comments
W. Trevor King
1
-0
/
+6
2014-02-24
submodule: make 'checkout' update_module mode more explicit
W. Trevor King
1
-16
/
+11
2014-02-24
test-hashmap.c: drop unnecessary #includes
Jonathan Nieder
1
-2
/
+1
2014-02-24
.gitignore: test-hashmap is a generated file
Jonathan Nieder
1
-0
/
+1
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
merge-recursive.c: tolerate missing files while refreshing index
Brad King
2
-2
/
+3
2014-02-24
read-cache.c: extend make_cache_entry refresh flag with options
Brad King
3
-12
/
+16
2014-02-24
read-cache.c: refactor --ignore-missing implementation
Brad King
2
-3
/
+7
2014-02-24
t3030-merge-recursive: test known breakage with empty work tree
Brad King
1
-0
/
+47
2014-02-24
read-cache: add index.version config variable
Thomas Gummerer
3
-9
/
+57
2014-02-24
test-lib: allow setting the index format version
Thomas Gummerer
4
-0
/
+20
2014-02-24
am doc: add a pointer to relevant hooks
Jonathan Nieder
1
-0
/
+5
2014-02-24
remote: handle pushremote config in any order
Jeff King
2
-1
/
+19
2014-02-24
log: do not segfault on gmtime errors
Jeff King
2
-2
/
+12
2014-02-24
log: handle integer overflow in timestamps
Jeff King
2
-2
/
+24
2014-02-24
date: check date overflow against time_t
Jeff King
3
-1
/
+19
2014-02-24
fsck: report integer overflow in author timestamps
Jeff King
2
-6
/
+20
2014-02-24
t4212: test bogus timestamps with git-log
Jeff King
1
-0
/
+21
2014-02-24
difftool: support repositories with .git-files
David Aguilar
1
-16
/
+2
2014-02-24
diffcore.h: be explicit about the signedness of is_binary
Richard Lowe
1
-1
/
+1
2014-02-24
introduce GIT_INDEX_VERSION environment variable
Thomas Gummerer
3
-1
/
+74
2014-02-24
demonstrate git-commit --dry-run exit code behaviour
Tay Ray Chuan
1
-0
/
+36
2014-02-24
stash doc: mention short form -k in save description
John Marshall
1
-1
/
+1
2014-02-24
sha1_file_name(): declare to return a const string
Michael Haggerty
3
-17
/
+11
2014-02-24
find_pack_entry(): document last_found_pack
Michael Haggerty
1
-4
/
+12
2014-02-24
replace_object: use struct members instead of an array
Michael Haggerty
1
-6
/
+11
2014-02-24
i18n: mark all progress lines for translation
Nguyễn Thái Ngọc Duy
8
-12
/
+13
2014-02-24
sha1_file: fix delta_stack memory leak in unpack_entry
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2014-02-24
remote-bzr: support the new 'force' option
Richard Hansen
2
-2
/
+51
2014-02-24
test-hg.sh: tests are now expected to pass
Richard Hansen
1
-2
/
+2
2014-02-24
transport-helper.c: do not overwrite forced bit
Max Horn
1
-1
/
+1
2014-02-20
rename read_replace_refs to check_replace_refs
Michael Haggerty
12
-14
/
+24
2014-02-20
actually remove compat fnmatch source code
Nguyễn Thái Ngọc Duy
2
-578
/
+0
2014-02-20
stop using fnmatch (either native or compat)
Nguyễn Thái Ngọc Duy
6
-91
/
+0
2014-02-20
Revert "test-wildmatch: add "perf" command to compare wildmatch and fnmatch"
Nguyễn Thái Ngọc Duy
1
-73
/
+0
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
14
-17
/
+20
2014-02-20
Documentation: fix documentation AsciiDoc links for external urls
Roberto Tyley
6
-9
/
+9
2014-02-20
notes: disallow reusing non-blob as a note object
Johan Herland
2
-1
/
+32
2014-02-20
gitweb: Avoid overflowing page body frame with large images
Andrew Keller
2
-1
/
+6
2014-02-18
config: teach "git config --file -" to read from the standard input
Kirill A. Shutemov
5
-17
/
+69
[prev]
[next]