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-27
Sync with 2.18.1
Junio C Hamano
1
-0
/
+1
2018-09-27
Sync with 2.17.2
Junio C Hamano
1
-0
/
+1
2018-09-27
Sync with 2.16.5
Junio C Hamano
1
-0
/
+1
2018-09-27
Sync with 2.15.3
Junio C Hamano
1
-0
/
+1
2018-09-27
Sync with Git 2.14.4
Junio C Hamano
1
-0
/
+1
2018-09-27
submodule--helper: use "--" to signal end of clone options
Jeff King
1
-0
/
+1
2018-09-07
Revert "Merge branch 'sb/submodule-core-worktree'"
Jonathan Nieder
1
-26
/
+0
2018-09-04
Merge branch 'en/directory-renames-nothanks'
Junio C Hamano
1
-0
/
+1
2018-08-30
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren
1
-0
/
+1
2018-08-27
Merge branch 'ja/i18n-message-fixes'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'js/range-diff'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'rs/opt-updates'
Junio C Hamano
5
-6
/
+6
2018-08-27
Merge branch 'ep/worktree-quiet-option'
Junio C Hamano
1
-3
/
+13
2018-08-27
Merge branch 'sm/branch-sort-config'
Junio C Hamano
1
-1
/
+9
2018-08-27
range-diff: update stale summary of --no-dual-color
Kyle Meyer
1
-1
/
+1
2018-08-23
i18n: fix mistakes in translated strings
Jean-Noël Avila
1
-1
/
+1
2018-08-22
Merge branch 'nd/pack-deltify-regression-fix'
Junio C Hamano
1
-4
/
+1
2018-08-21
parseopt: group literal string alternatives in argument help
René Scharfe
3
-4
/
+4
2018-08-21
remote: improve argument help for add --mirror
René Scharfe
1
-1
/
+1
2018-08-21
checkout-index: improve argument help for --stage
René Scharfe
1
-1
/
+1
2018-08-20
Merge branch 'nd/cherry-pick-quit-fix'
Junio C Hamano
1
-2
/
+7
2018-08-20
Merge branch 'sb/submodule-cleanup'
Junio C Hamano
1
-1
/
+0
2018-08-20
Merge branch 'jt/repack-promisor-packs'
Junio C Hamano
1
-48
/
+135
2018-08-20
Merge branch 'js/range-diff'
Junio C Hamano
1
-0
/
+116
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
19
-32
/
+38
2018-08-20
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
2
-28
/
+82
2018-08-17
worktree: add --quiet option
Elia Pinto
1
-3
/
+13
2018-08-17
Merge branch 'js/pull-rebase-type-shorthand'
Junio C Hamano
1
-3
/
+3
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
10
-16
/
+17
2018-08-16
branch: support configuring --sort via .gitconfig
Samuel Maftoul
1
-1
/
+9
2018-08-16
builtin/submodule--helper: remove stray new line
Stefan Beller
1
-1
/
+0
2018-08-16
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2018-08-15
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2
-26
/
+6
2018-08-15
Merge branch 'rs/remote-mv-leakfix'
Junio C Hamano
1
-2
/
+3
2018-08-15
Merge branch 'nd/pack-objects-threading-doc'
Junio C Hamano
1
-0
/
+19
2018-08-15
Merge branch 'jt/tag-following-with-proto-v2-fix'
Junio C Hamano
1
-1
/
+1
2018-08-15
Merge branch 'jk/size-t'
Junio C Hamano
1
-1
/
+2
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
12
-158
/
+169
2018-08-15
Merge branch 'bw/clone-ref-prefixes'
Junio C Hamano
1
-5
/
+15
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
7
-7
/
+7
2018-08-14
for_each_*_object: move declarations to object-store.h
Jeff King
1
-0
/
+1
2018-08-14
cat-file: use a single strbuf for all output
Jeff King
1
-11
/
+17
2018-08-14
cat-file: split batch "buf" into two variables
Jeff King
1
-6
/
+8
2018-08-14
cat-file: use oidset check-and-insert
Jeff King
1
-2
/
+1
2018-08-13
blame.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-08-13
apply.c: make init_apply_state() take a struct repository
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2018-08-13
archive.c: avoid access to the_index
Nguyễn Thái Ngọc Duy
2
-2
/
+3
2018-08-13
grep: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
[next]