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-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
2018-08-13
range-diff: offer to dual-color the diffs
Johannes Schindelin
1
-0
/
+8
2018-08-13
range-diff: suppress the diff headers
Johannes Schindelin
1
-0
/
+1
2018-08-13
range-diff: indent the diffs just like tbdiff
Johannes Schindelin
1
-0
/
+10
2018-08-13
range-diff: also show the diff between patches
Johannes Schindelin
1
-2
/
+29
2018-08-13
range-diff: first rudimentary implementation
Johannes Schindelin
1
-1
/
+44
2018-08-13
Introduce `range-diff` to compare iterations of a topic branch
Johannes Schindelin
1
-0
/
+25
2018-08-09
repack: repack promisor objects if -a or -A is set
Jonathan Tan
1
-4
/
+79
2018-08-09
repack: refactor setup of pack-objects cmd
Jonathan Tan
1
-44
/
+55
2018-08-06
rerere: mark strings for translation
Thomas Gummerer
1
-2
/
+2
2018-08-06
pull --rebase=<type>: allow single-letter abbreviations for the type
Johannes Schindelin
1
-3
/
+3
2018-08-03
builtin/submodule--helper: factor out method to update a single submodule
Stefan Beller
1
-10
/
+10
2018-08-03
builtin/submodule--helper: store update_clone information in a struct
Stefan Beller
1
-10
/
+27
2018-08-03
builtin/submodule--helper: factor out submodule updating
Stefan Beller
1
-26
/
+33
2018-08-03
git-submodule.sh: rename unused variables
Stefan Beller
1
-3
/
+2
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
8
-14
/
+10
2018-08-03
shortlog: correct option help for -w
René Scharfe
1
-2
/
+4
2018-08-03
send-pack: specify --force-with-lease argument help explicitly
René Scharfe
1
-2
/
+3
2018-08-03
pack-objects: specify --index-version argument help explicitly
René Scharfe
1
-2
/
+2
2018-08-03
difftool: remove angular brackets from argument help
René Scharfe
1
-2
/
+2
2018-08-03
add, update-index: fix --chmod argument help
René Scharfe
2
-2
/
+4
2018-08-03
push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-08-02
Merge branch 'jt/commit-graph-per-object-store'
Junio C Hamano
2
-1
/
+3
2018-08-02
Merge branch 'en/dirty-merge-fixes'
Junio C Hamano
1
-3
/
+4
2018-08-02
Merge branch 'js/rebase-merge-octopus'
Junio C Hamano
1
-0
/
+32
2018-08-02
Merge branch 'tb/grep-only-matching'
Junio C Hamano
1
-0
/
+6
2018-08-02
Merge branch 'kg/gc-auto-windows-workaround'
Junio C Hamano
1
-0
/
+1
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
4
-23
/
+19
2018-08-02
Merge branch 'jt/fetch-nego-tip'
Junio C Hamano
1
-0
/
+43
[prev]
[next]