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
2018-11-13
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
3
-7
/
+35
2018-11-13
Merge branch 'nd/config-split'
Junio C Hamano
88
-2894
/
+2980
2018-11-13
format-patch: respect --stat in cover letter's diffstat
Nguyễn Thái Ngọc Duy
2
-17
/
+33
2018-11-13
built-in rebase: reinstate `checkout -q` behavior where appropriate
Johannes Schindelin
1
-15
/
+25
2018-11-13
rebase: prepare reset_head() for more flags
Johannes Schindelin
1
-3
/
+6
2018-11-13
rebase: consolidate clean-up code before leaving reset_head()
Johannes Schindelin
1
-18
/
+18
2018-11-13
refs: fix some exclude patterns being ignored
Rafael Ascensão
2
-12
/
+16
2018-11-13
refs: show --exclude failure with --branches/tags/remotes=glob
Rafael Ascensão
1
-3
/
+57
2018-11-13
fetch-pack: drop custom loose object cache
Jeff King
1
-37
/
+2
2018-11-13
sha1-file: use loose object cache for quick existence check
Jeff King
2
-0
/
+21
2018-11-13
object-store: provide helpers for loose_objects_cache
Jeff King
4
-25
/
+48
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
11
-147
/
+90
2018-11-13
handle alternates paths the same as the main object dir
Jeff King
4
-44
/
+23
2018-11-13
sha1_file_name(): overwrite buffer instead of appending
Jeff King
4
-14
/
+12
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
10
-69
/
+69
2018-11-13
submodule--helper: prefer strip_suffix() to ends_with()
Jeff King
1
-3
/
+4
2018-11-13
fsck: do not reuse child_process structs
Jeff King
1
-0
/
+6
2018-11-13
apply --recount: allow "no-op hunks"
Johannes Schindelin
2
-1
/
+13
2018-11-13
status: rebase and merge can be in progress at the same time
Johannes Schindelin
1
-2
/
+7
2018-11-13
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-13
rebase -i: include MERGE_HEAD into files to clean up
Johannes Schindelin
1
-0
/
+2
2018-11-13
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
2
-5
/
+5
2018-11-13
rebase -r: demonstrate bug with conflicting merges
Johannes Schindelin
1
-0
/
+16
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)
Torsten Bögershausen
1
-3
/
+4
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
11
-23
/
+24
2018-11-12
p3400: replace calls to `git checkout -b' by `git checkout -B'
Alban Gruin
1
-5
/
+5
2018-11-12
build: fix broken command-list.h generation with core.autocrlf
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
rebase-interactive.c: remove the_repository references
Nguyễn Thái Ngọc Duy
3
-5
/
+8
2018-11-12
rerere.c: remove the_repository references
Nguyễn Thái Ngọc Duy
6
-24
/
+26
2018-11-12
pack-*.c: remove the_repository references
Nguyễn Thái Ngọc Duy
6
-14
/
+21
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
3
-6
/
+10
2018-11-12
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
9
-21
/
+28
2018-11-12
line-log.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
5
-8
/
+11
2018-11-12
delta-islands.c: remove the_repository references
Nguyễn Thái Ngọc Duy
3
-15
/
+22
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
8
-19
/
+25
2018-11-12
bundle.c: remove the_repository references
Nguyễn Thái Ngọc Duy
4
-20
/
+24
2018-11-12
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
7
-19
/
+27
2018-11-12
bisect.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
3
-22
/
+33
2018-11-12
blame.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-17
/
+22
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
5
-77
/
+86
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
6
-152
/
+197
2018-11-12
transport.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-5
/
+8
2018-11-12
notes-merge.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-7
/
+12
2018-11-12
list-objects.c: reduce the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
list-objects-filter.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-6
/
+15
2018-11-12
wt-status.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
3
-10
/
+14
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
6
-47
/
+66
[prev]
[next]