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-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-17
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
1
-0
/
+1
2018-08-16
checkout: optimize "git checkout -b <new_branch>"
Ben Peart
1
-4
/
+116
2018-08-16
branch: support configuring --sort via .gitconfig
Samuel Maftoul
1
-1
/
+9
2018-08-16
pack-objects: move 'layer' into 'struct packing_data'
Christian Couder
1
-2
/
+2
2018-08-16
pack-objects: move tree_depth into 'struct packing_data'
Christian Couder
1
-2
/
+2
2018-08-16
repack: add delta-islands support
Jeff King
1
-0
/
+9
2018-08-16
pack-objects: add delta-islands support
Jeff King
1
-8
/
+49
2018-08-16
pack-objects: refactor code into compute_layer_order()
Christian Couder
1
-40
/
+50
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 'jk/core-use-replace-refs'
Junio C Hamano
7
-7
/
+7
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-14
format-patch: allow --range-diff to apply to a lone-patch
Eric Sunshine
1
-4
/
+5
2018-08-14
format-patch: add --creation-factor tweak for --range-diff
Eric Sunshine
1
-1
/
+9
2018-08-14
format-patch: teach --range-diff to respect -v/--reroll-count
Eric Sunshine
1
-1
/
+6
2018-08-14
format-patch: extend --range-diff to accept revision range
Eric Sunshine
1
-3
/
+13
2018-08-14
format-patch: add --range-diff option to embed diff in cover letter
Eric Sunshine
1
-0
/
+35
2018-08-14
range-diff: relieve callers of low-level configuration burden
Eric Sunshine
1
-19
/
+4
2018-08-14
range-diff: publish default creation factor
Eric Sunshine
1
-1
/
+1
2018-08-14
Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff
Junio C Hamano
1
-21
/
+61
2018-08-14
submodule--helper: introduce new update-module-mode helper
Stefan Beller
1
-0
/
+61
2018-08-14
submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree
Stefan Beller
1
-24
/
+40
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
2018-08-13
ls-files: correct index argument to get_convert_attr_ascii()
Nguyễn Thái Ngọc Duy
1
-8
/
+9
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
9
-15
/
+15
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2
-3
/
+3
2018-08-13
diff.c: move read_index() code back to the caller
Nguyễn Thái Ngọc Duy
1
-3
/
+5
2018-08-13
cat-file: support "unordered" output for --batch-all-objects
Jeff King
1
-5
/
+51
2018-08-13
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King
1
-9
/
+9
2018-08-13
range-diff: make --dual-color the default mode
Johannes Schindelin
1
-4
/
+6
[prev]
[next]