index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-18
Merge branch 'js/rebase-autostash-detach-fix'
Junio C Hamano
1
-1
/
+2
2018-11-18
Merge branch 'jk/verify-sig-merge-into-void'
Junio C Hamano
2
-25
/
+16
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
22
-16
/
+110
2018-11-18
Merge branch 'nd/pthreads'
Junio C Hamano
3
-122
/
+46
2018-11-16
tests: add a special setup where rebase.useBuiltin is off
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2018-11-16
rebase: validate -C<n> and --whitespace=<mode> parameters early
Johannes Schindelin
1
-1
/
+11
2018-11-16
rebase: really just passthru the `git am` options
Johannes Schindelin
1
-63
/
+35
2018-11-14
push: change needlessly ambiguous example in error
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-11-13
Merge branch 'bp/add-diff-files-optim'
Junio C Hamano
1
-5
/
+4
2018-11-13
Merge branch 'jk/xdiff-interface'
Junio C Hamano
2
-2
/
+4
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
2
-25
/
+89
2018-11-13
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
3
-3
/
+3
2018-11-13
Merge branch 'pw/am-rebase-read-author-script'
Junio C Hamano
1
-56
/
+4
2018-11-13
Merge branch 'jc/war-on-string-list'
Junio C Hamano
1
-46
/
+100
2018-11-13
Merge branch 'ag/rev-parse-all-exclude-fix'
Junio C Hamano
1
-0
/
+1
2018-11-13
Merge branch 'ao/submodule-wo-gitmodules-checked-out'
Junio C Hamano
2
-3
/
+54
2018-11-13
Merge branch 'nb/worktree-api-doc'
Junio C Hamano
1
-5
/
+5
2018-11-13
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
1
-2
/
+5
2018-11-13
Merge branch 'nd/per-worktree-config'
Junio C Hamano
1
-1
/
+18
2018-11-13
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
1
-8
/
+5
2018-11-13
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
1
-4
/
+12
2018-11-13
Merge branch 'nd/config-split'
Junio C Hamano
1
-1
/
+14
2018-11-13
format-patch: respect --stat in cover letter's diffstat
Nguyễn Thái Ngọc Duy
1
-2
/
+0
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
sha1-file: use an object_directory for the main object dir
Jeff King
2
-19
/
+4
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
3
-13
/
+13
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
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
5
-14
/
+15
2018-11-12
rebase-interactive.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
rerere.c: remove the_repository references
Nguyễn Thái Ngọc Duy
4
-8
/
+10
2018-11-12
pack-*.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2
-2
/
+3
2018-11-12
delta-islands.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
3
-3
/
+5
2018-11-12
bundle.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-11-12
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
5
-7
/
+10
2018-11-12
bisect.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
2
-6
/
+7
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
4
-6
/
+7
2018-11-12
transport.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-5
/
+7
2018-11-12
fsck: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-49
/
+57
2018-11-12
fsck: reduce word legos to help i18n
Nguyễn Thái Ngọc Duy
1
-25
/
+40
[prev]
[next]