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
2015-08-12
diff: use tempfile module
Michael Haggerty
1
-23
/
+23
2015-08-12
Second batch for 2.6
Junio C Hamano
1
-0
/
+25
2015-08-12
Merge branch 'sb/remove-unused-var-from-builtin-add'
Junio C Hamano
1
-2
/
+0
2015-08-12
Merge branch 'sb/parse-options-codeformat'
Junio C Hamano
1
-1
/
+1
2015-08-12
Merge branch 'dt/unpack-trees-cache-tree-revalidate'
Junio C Hamano
2
-0
/
+32
2015-08-12
Merge branch 'dt/reflog-tests'
Junio C Hamano
11
-46
/
+37
2015-08-12
Merge branch 'es/worktree-add-cleanup'
Junio C Hamano
7
-126
/
+213
2015-08-12
Merge branch 'pt/am-builtin'
Junio C Hamano
12
-15
/
+2432
2015-08-12
Merge branch 'es/worktree-add'
Junio C Hamano
4
-38
/
+38
2015-08-12
Merge branch 'ad/bisect-cleanup'
Junio C Hamano
6
-116
/
+266
2015-08-12
git_open_noatime: return with errno=0 on success
Clemens Buchacher
1
-1
/
+4
2015-08-12
am: let --signoff override --no-signoff
Paul Tan
2
-3
/
+45
2015-08-12
am: let command-line options override saved options
Paul Tan
2
-4
/
+94
2015-08-12
test_terminal: redirect child process' stdin to a pty
Paul Tan
1
-4
/
+28
2015-08-11
pseudoref: check return values from read_ref()
David Turner
1
-2
/
+5
2015-08-11
t2019: skip test requiring '*' in a file name non Windows
Johannes Sixt
1
-1
/
+1
2015-08-11
t7300-clean: require POSIXPERM for chmod 0 test
Johannes Sixt
1
-1
/
+1
2015-08-11
vreportf: avoid intermediate buffer
Jeff King
1
-3
/
+12
2015-08-11
vreportf: report to arbitrary filehandles
Jeff King
3
-29
/
+12
2015-08-11
notes: handle multiple worktrees
David Turner
2
-0
/
+78
2015-08-11
worktrees: add find_shared_symref
David Turner
2
-12
/
+42
2015-08-10
memoize common git-path "constant" files
Jeff King
17
-119
/
+151
2015-08-10
get_repo_path: refactor path-allocation
Jeff King
1
-14
/
+29
2015-08-10
find_hook: keep our own static buffer
Jeff King
2
-4
/
+11
2015-08-10
refs.c: remove_empty_directories can take a strbuf
Jeff King
1
-19
/
+15
2015-08-10
refs.c: avoid git_path assignment in lock_ref_sha1_basic
Jeff King
1
-13
/
+19
2015-08-10
refs.c: avoid repeated git_path calls in rename_tmp_log
Jeff King
1
-7
/
+14
2015-08-10
refs.c: simplify strbufs in reflog setup and writing
Jeff King
1
-23
/
+15
2015-08-10
path.c: drop git_path_submodule
Jeff King
2
-13
/
+2
2015-08-10
refs.c: remove extra git_path calls from read_loose_refs
Jeff King
1
-10
/
+13
2015-08-10
remote.c: drop extraneous local variable from migrate_file
Jeff King
1
-5
/
+2
2015-08-10
prefer mkpathdup to mkpath in assignments
Jeff King
2
-13
/
+17
2015-08-10
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
6
-11
/
+21
2015-08-10
add_to_alternates_file: don't add duplicate entries
Jeff King
2
-7
/
+45
2015-08-10
t5700: modernize style
Jeff King
1
-112
/
+81
2015-08-10
cache.h: complete set of git_path_submodule helpers
Jeff King
2
-5
/
+35
2015-08-10
cache.h: clarify documentation for git_path, et al
Jeff King
1
-5
/
+12
2015-08-10
setup_temporary_shallow(): use tempfile module
Michael Haggerty
1
-28
/
+7
2015-08-10
write_shared_index(): use tempfile module
Michael Haggerty
1
-32
/
+6
2015-08-10
register_tempfile(): new function to handle an existing temporary file
Michael Haggerty
2
-0
/
+16
2015-08-10
tempfile: add several functions for creating temporary files
Michael Haggerty
2
-0
/
+149
2015-08-10
prepare_tempfile_object(): new function, extracted from create_tempfile()
Michael Haggerty
1
-7
/
+13
2015-08-10
tempfile: a new module for handling temporary files
Michael Haggerty
5
-270
/
+470
2015-08-10
commit_lock_file(): use get_locked_file_path()
Michael Haggerty
1
-16
/
+12
2015-08-10
lockfile: add accessor get_lock_file_path()
Michael Haggerty
6
-20
/
+34
2015-08-10
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
Michael Haggerty
5
-7
/
+26
2015-08-10
create_bundle(): duplicate file descriptor to avoid closing it twice
Michael Haggerty
1
-10
/
+16
2015-08-10
lockfile: move documentation to lockfile.h and lockfile.c
Michael Haggerty
3
-280
/
+283
2015-08-10
strbuf_read(): skip unnecessary strbuf_grow() at eof
Jim Hill
1
-5
/
+5
2015-08-10
sha1_file.c: rename move_temp_to_file() to finalize_object_file()
Junio C Hamano
5
-15
/
+12
[prev]
[next]