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-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
4
-4
/
+4
2018-09-21
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2
-3
/
+3
2018-09-21
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
2
-3
/
+6
2018-09-21
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-09-21
add: do not accept pathspec magic 'attr'
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-20
gc: fix regression in 7b0f229222 impacting --quiet
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-09-19
pack-objects: handle island check for "external" delta base
Jeff King
1
-16
/
+52
2018-09-17
Merge branch 'ab/fetch-tags-noclobber'
Junio C Hamano
1
-7
/
+13
2018-09-17
Merge branch 'es/worktree-forced-ops-fix'
Junio C Hamano
1
-36
/
+77
2018-09-17
Merge branch 'ds/commit-graph-tests'
Junio C Hamano
1
-0
/
+4
2018-09-17
Merge branch 'rs/mailinfo-format-flowed'
Junio C Hamano
1
-0
/
+4
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
22
-47
/
+47
2018-09-17
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
2
-21
/
+65
2018-09-17
Merge branch 'cc/delta-islands'
Junio C Hamano
2
-43
/
+103
2018-09-17
Merge branch 'es/format-patch-interdiff'
Junio C Hamano
1
-21
/
+61
2018-09-17
Merge branch 'jk/trailer-fixes'
Junio C Hamano
1
-0
/
+1
2018-09-17
Merge branch 'jk/pack-delta-reuse-with-bitmap'
Junio C Hamano
1
-9
/
+19
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
11
-0
/
+11
2018-09-17
Merge branch 'sb/submodule-update-in-c'
Junio C Hamano
1
-34
/
+158
2018-09-17
Merge branch 'tg/rerere'
Junio C Hamano
1
-2
/
+2
2018-09-17
Merge branch 'ds/multi-pack-index'
Junio C Hamano
7
-14
/
+98
2018-09-17
Merge branch 'jk/branch-l-1-repurpose'
Junio C Hamano
1
-21
/
+1
2018-09-17
Merge branch 'jk/rev-list-stdin-noop-is-ok'
Junio C Hamano
1
-1
/
+1
2018-09-17
Merge branch 'bp/checkout-new-branch-optim'
Junio C Hamano
1
-4
/
+116
2018-09-17
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
1
-0
/
+1
2018-09-17
fsck: verify multi-pack-index
Derrick Stolee
1
-0
/
+18
2018-09-17
multi-pack-index: add 'verify' verb
Derrick Stolee
1
-1
/
+3
2018-09-17
commit-graph write: add progress output
Ævar Arnfjörð Bjarmason
2
-3
/
+5
2018-09-17
status: show progress bar if refreshing the index takes too long
Nguyễn Thái Ngọc Duy
2
-3
/
+9
2018-09-14
builtin/remote: quote remote name on error to display empty name
Shulhan
1
-3
/
+3
2018-09-12
update-ref: allow --no-deref with --stdin
Elijah Newren
1
-10
/
+13
2018-09-12
update-ref: fix type of update_flags variable to match its usage
Elijah Newren
1
-1
/
+1
2018-09-12
Make git_check_attr() a void function
Torsten Bögershausen
2
-4
/
+2
2018-09-07
Revert "Merge branch 'sb/submodule-core-worktree'"
Jonathan Nieder
1
-26
/
+0
2018-09-07
wt-status: rename commitable to committable
Stephen P. Smith
1
-9
/
+9
2018-09-05
Remove superfluous trailing semicolons
Elijah Newren
1
-1
/
+1
2018-09-04
Merge branch 'en/directory-renames-nothanks'
Junio C Hamano
1
-0
/
+1
2018-08-31
fetch: stop clobbering existing tags without --force
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2018-08-31
fetch: change "branch" to "reference" in --force -h output
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-30
worktree: delete .git/worktrees if empty after 'remove'
Eric Sunshine
1
-1
/
+7
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
1
-5
/
+6
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
1
-4
/
+9
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
1
-2
/
+8
2018-08-30
worktree: disallow adding same path multiple times
Eric Sunshine
1
-0
/
+25
2018-08-30
worktree: prepare for more checks of whether path can become worktree
Eric Sunshine
1
-2
/
+7
2018-08-30
worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine
1
-16
/
+9
2018-08-30
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine
1
-14
/
+14
2018-08-30
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren
1
-0
/
+1
2018-08-29
mailinfo: support format=flowed
René Scharfe
1
-0
/
+4
2018-08-29
convert hashmap comparison functions to oideq()
Jeff King
1
-3
/
+3
[prev]
[next]