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
2020-09-17
maintenance: add --quiet option
Derrick Stolee
1
-1
/
+10
2020-09-17
maintenance: create basic maintenance runner
Derrick Stolee
1
-0
/
+58
2020-09-16
mergetool: allow auto-merge for meld to follow the vim-diff behavior
Lin Sun
1
-0
/
+17
2020-09-16
ref-filter: allow merged and no-merged filters
Aaron Lipman
3
-8
/
+8
2020-09-15
fetch: pass --ipv4 and --ipv6 options to sub-fetches
Alex Riesen
1
-0
/
+4
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
2
-12
/
+12
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2
-12
/
+12
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
8
-9
/
+9
2020-09-09
Merge branch 'ss/submodule-summary-in-c-fixes'
Junio C Hamano
1
-9
/
+8
2020-09-09
Merge branch 'es/worktree-repair'
Junio C Hamano
2
-0
/
+56
2020-09-09
Merge branch 'jk/worktree-check-clean-leakfix'
Junio C Hamano
1
-5
/
+3
2020-09-09
Merge branch 'tb/repack-clearing-midx'
Junio C Hamano
1
-7
/
+5
2020-09-09
Merge branch 'ss/submodule-summary-in-c'
Junio C Hamano
1
-3
/
+429
2020-09-09
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
1
-1
/
+1
2020-09-09
config: complain about --worktree outside of a git repo
Matheus Tavares
1
-4
/
+8
2020-09-08
index-pack: make quantum of work smaller
Jonathan Tan
1
-148
/
+200
2020-09-08
format-patch: use 'origin' as start of current-series-range when known
Eric Sunshine
1
-7
/
+11
2020-09-08
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
1
-1
/
+2
2020-09-08
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
1
-1
/
+0
2020-09-08
add -i: use the built-in version when feature.experimental is set
Junio C Hamano
1
-3
/
+9
2020-09-06
worktree: teach `add` to recognize -d as shorthand for --detach
Eric Sunshine
1
-1
/
+1
2020-09-06
fast-import: use write_pack_header()
René Scharfe
1
-7
/
+1
2020-09-06
refspec: add and use refspec_appendf()
René Scharfe
3
-40
/
+14
2020-09-06
push: release strbufs used for refspec formatting
René Scharfe
1
-12
/
+22
2020-09-06
fetch: do not look for submodule changes in unchanged refs
Orgad Shaneh
1
-1
/
+3
2020-09-03
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
Junio C Hamano
1
-1
/
+1
2020-09-03
Merge branch 'jt/lazy-fetch'
Junio C Hamano
2
-13
/
+41
2020-09-03
Merge branch 'jc/undash-in-tree-git-callers'
Junio C Hamano
1
-4
/
+4
2020-09-03
Merge branch 'jk/slimmed-down'
Junio C Hamano
5
-0
/
+4504
2020-09-03
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
3
-19
/
+62
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
8
-9
/
+9
2020-09-02
fetch: no FETCH_HEAD display if --no-write-fetch-head
Jonathan Tan
1
-1
/
+7
2020-08-31
Merge branch 'rs/checkout-no-overlay-pathspec-fix'
Junio C Hamano
1
-0
/
+2
2020-08-31
Merge branch 'jk/refspecs-cleanup'
Junio C Hamano
1
-0
/
+1
2020-08-31
Merge branch 'hn/refs-pseudorefs'
Junio C Hamano
2
-15
/
+13
2020-08-31
Merge branch 'jk/index-pack-w-more-threads'
Junio C Hamano
1
-3
/
+16
2020-08-31
init: make --separate-git-dir work from within linked worktree
Eric Sunshine
1
-0
/
+24
2020-08-31
init: teach --separate-git-dir to repair linked worktrees
Eric Sunshine
1
-0
/
+2
2020-08-31
worktree: teach "repair" to fix outgoing links to worktrees
Eric Sunshine
1
-2
/
+5
2020-08-31
worktree: teach "repair" to fix worktree back-links to main worktree
Eric Sunshine
1
-0
/
+12
2020-08-28
bisect--helper: introduce new `write_in_file()` function
Miriam Rubio
1
-7
/
+36
2020-08-28
bisect--helper: use '-res' in 'cmd_bisect__helper' return
Miriam Rubio
1
-1
/
+1
2020-08-28
bisect--helper: BUG() in cmd_*() on invalid subcommand
Miriam Rubio
1
-1
/
+1
2020-08-28
midx: traverse the local MIDX first
Taylor Blau
1
-1
/
+1
2020-08-28
bisect: swap command-line options in documentation
Hugo Locurcio
1
-1
/
+1
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
3
-10
/
+12
2020-08-27
receive-pack: new config receive.procReceiveRefs
Jiang Xin
1
-7
/
+99
2020-08-27
New capability "report-status-v2" for git-push
Jiang Xin
2
-2
/
+71
2020-08-27
receive-pack: feed report options to post-receive
Jiang Xin
1
-4
/
+26
2020-08-27
receive-pack: add new proc-receive hook
Jiang Xin
1
-3
/
+293
[prev]
[next]