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-24
Merge branch 'en/update-ref-no-deref-stdin'
Junio C Hamano
1
-11
/
+14
2018-09-24
Merge branch 'ms/remote-error-message-update'
Junio C Hamano
1
-3
/
+3
2018-09-24
Merge branch 'nd/attr-pathspec-fix'
Junio C Hamano
1
-1
/
+1
2018-09-24
Merge branch 'en/double-semicolon-fix'
Junio C Hamano
1
-1
/
+1
2018-09-24
Merge branch 'tb/void-check-attr'
Junio C Hamano
2
-4
/
+2
2018-09-21
add: do not accept pathspec magic 'attr'
Nguyễn Thái Ngọc Duy
1
-1
/
+1
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 'es/format-patch-interdiff'
Junio C Hamano
1
-21
/
+61
2018-09-17
Merge branch 'cc/delta-islands'
Junio C Hamano
2
-43
/
+103
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-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-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
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
3
-4
/
+4
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
6
-8
/
+8
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
19
-31
/
+31
2018-08-29
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
1
-0
/
+4
2018-08-27
Merge branch 'ja/i18n-message-fixes'
Junio C Hamano
1
-1
/
+1
[next]