index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
refs.c: add repo_dwim_log()
Nguyễn Thái Ngọc Duy
2
-6
/
+16
2019-04-08
refs.c: add repo_dwim_ref()
Nguyễn Thái Ngọc Duy
2
-3
/
+10
2019-04-08
refs.c: remove the_repo from expand_ref()
Nguyễn Thái Ngọc Duy
3
-6
/
+8
2019-04-08
refs.c: remove the_repo from substitute_branch_name()
Nguyễn Thái Ngọc Duy
3
-8
/
+17
2019-04-08
refs.c: add refs_shorten_unambiguous_ref()
Nguyễn Thái Ngọc Duy
2
-2
/
+11
2019-04-08
refs.c: add refs_ref_exists()
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2019-04-08
packfile.c: add repo_approximate_object_count()
Nguyễn Thái Ngọc Duy
2
-8
/
+9
2019-04-08
builtin rebase: use oideq()
SZEDER Gábor
1
-1
/
+1
2019-04-08
builtin rebase: use FREE_AND_NULL
SZEDER Gábor
1
-2
/
+1
2019-04-08
describe doc: remove '7-char' abbreviation reference
Philip Oakley
1
-1
/
+1
2019-04-08
rerere doc: quote `rerere.enabled`
Philip Oakley
1
-1
/
+1
2019-04-08
blame: default to HEAD in a bare repo when no start commit is given
SZEDER Gábor
2
-0
/
+21
2019-04-08
ls-files: use correct format string
Thomas Gummerer
1
-5
/
+5
2019-04-08
gc docs: remove incorrect reference to gc.auto=0
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2019-04-08
gc docs: clarify that "gc" doesn't throw away referenced objects
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: note "gc --aggressive" in "fast-import"
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2019-04-08
gc docs: downplay the usefulness of --aggressive
Ævar Arnfjörð Bjarmason
1
-2
/
+27
2019-04-08
gc docs: note how --aggressive impacts --window & --depth
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2019-04-08
gc docs: fix formatting for "gc.writeCommitGraph"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: re-flow the "gc.*" section in "config"
Ævar Arnfjörð Bjarmason
1
-9
/
+8
2019-04-08
gc docs: include the "gc.*" section from "config" in "gc"
Ævar Arnfjörð Bjarmason
2
-80
/
+35
2019-04-08
merge-recursive: switch directory rename detection default
Elijah Newren
5
-87
/
+552
2019-04-08
merge-recursive: give callers of handle_content_merge() access to contents
Elijah Newren
1
-17
/
+20
2019-04-08
merge-recursive: track information associated with directory renames
Elijah Newren
1
-14
/
+23
2019-04-08
t6043: fix copied test description to match its purpose
Elijah Newren
1
-2
/
+2
2019-04-08
merge-recursive: switch from (oid,mode) pairs to a diff_filespec
Elijah Newren
1
-268
/
+215
2019-04-08
merge-recursive: cleanup handle_rename_* function signatures
Elijah Newren
1
-16
/
+15
2019-04-08
merge-recursive: track branch where rename occurred in rename struct
Elijah Newren
1
-71
/
+42
2019-04-08
merge-recursive: remove ren[12]_other fields from rename_conflict_info
Elijah Newren
1
-50
/
+21
2019-04-08
merge-recursive: shrink rename_conflict_info
Elijah Newren
1
-70
/
+50
2019-04-08
merge-recursive: move some struct declarations together
Elijah Newren
1
-39
/
+39
2019-04-08
merge-recursive: use 'ci' for rename_conflict_info variable name
Elijah Newren
1
-23
/
+18
2019-04-08
merge-recursive: rename locals 'o' and 'a' to 'obuf' and 'abuf'
Elijah Newren
1
-8
/
+10
2019-04-08
merge-recursive: rename diff_filespec 'one' to 'o'
Elijah Newren
1
-23
/
+23
2019-04-08
merge-recursive: rename merge_options argument from 'o' to 'opt'
Elijah Newren
1
-492
/
+492
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
15
-24
/
+24
2019-04-08
diff: batch fetching of missing blobs
Jonathan Tan
2
-0
/
+137
2019-04-05
t: move 'hex2oct' into test-lib-functions.sh
Taylor Blau
4
-12
/
+6
2019-04-05
progress: assemble percentage and counters in a strbuf before printing
SZEDER Gábor
1
-12
/
+23
2019-04-05
progress: make display_progress() return void
SZEDER Gábor
2
-9
/
+6
2019-04-05
tag: fix formatting
Denton Liu
1
-4
/
+5
2019-04-05
ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job
SZEDER Gábor
1
-7
/
+16
2019-04-05
ci: stick with Asciidoctor v1.5.8 for now
SZEDER Gábor
1
-1
/
+1
2019-04-04
send-email: don't cc *-by lines with '-' prefix
Baruch Siach
1
-1
/
+1
2019-04-04
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-0
/
+13
2019-04-04
midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-1
/
+1
2019-04-04
revision: use a prio_queue to hold rewritten parents
Jeff King
2
-22
/
+54
2019-04-04
contrib/completion: add smerge to the mergetool completion candidates
David Aguilar
1
-1
/
+2
2019-04-04
mergetools: add support for smerge (Sublime Merge)
David Aguilar
2
-0
/
+13
2019-04-03
blame.c: don't drop origin blobs as eagerly
David Kastrup
1
-1
/
+2
[prev]
[next]