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
2019-05-07
branch: add worktree info on verbose output
Nickolai Belakovski
1
-0
/
+4
2019-05-07
branch: update output to include worktree info
Nickolai Belakovski
1
-4
/
+8
2019-05-07
doc: promote "git restore"
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2019-05-07
restore: support --patch
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-05-07
restore: replace --force with --ignore-unmerged
Nguyễn Thái Ngọc Duy
1
-9
/
+20
2019-05-07
restore: default to --source=HEAD when only --staged is specified
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2019-05-07
restore: reject invalid combinations with --staged
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2019-05-07
restore: add --worktree and --staged
Nguyễn Thái Ngọc Duy
1
-6
/
+68
2019-05-07
checkout: factor out worktree checkout code
Nguyễn Thái Ngọc Duy
1
-49
/
+59
2019-05-07
restore: disable overlay mode by default
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2019-05-07
restore: make pathspec mandatory
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2019-05-07
restore: take tree-ish from --source option instead
Nguyễn Thái Ngọc Duy
1
-8
/
+34
2019-05-07
checkout: split part of it to new command 'restore'
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2019-05-07
parse-options: don't emit "ambiguous option" for aliases
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2019-04-26
Honor core.precomposeUnicode in more places
Elijah Newren
2
-0
/
+5
2019-04-25
Merge branch 'nd/submodule-foreach-quiet'
Junio C Hamano
1
-4
/
+4
2019-04-25
Merge branch 'sg/blame-in-bare-start-at-head'
Junio C Hamano
1
-0
/
+13
2019-04-25
Merge branch 'tg/ls-files-debug-format-fix'
Junio C Hamano
1
-5
/
+5
2019-04-25
Merge branch 'dl/submodule-set-branch'
Junio C Hamano
1
-5
/
+12
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
7
-27
/
+39
2019-04-25
Merge branch 'sg/index-pack-progress'
Junio C Hamano
1
-1
/
+9
2019-04-25
Merge branch 'ab/commit-graph-fixes'
Junio C Hamano
1
-4
/
+19
2019-04-25
Merge branch 'nd/checkout-m'
Junio C Hamano
2
-2
/
+10
2019-04-25
Merge branch 'ab/gc-reflog'
Junio C Hamano
1
-8
/
+29
2019-04-25
Merge branch 'js/difftool-no-index'
Junio C Hamano
1
-4
/
+10
2019-04-25
Merge branch 'nd/commit-a-with-paths-msg-update'
Junio C Hamano
1
-1
/
+2
2019-04-25
Merge branch 'nd/diff-parseopt-4'
Junio C Hamano
3
-41
/
+11
2019-04-25
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
12
-28
/
+23
2019-04-25
Merge branch 'ag/sequencer-reduce-rewriting-todo'
Junio C Hamano
1
-21
/
+123
2019-04-25
Merge branch 'bp/post-index-change-hook'
Junio C Hamano
2
-0
/
+3
2019-04-22
Merge branch 'tg/stash-in-c-show-default-to-p-fix'
Junio C Hamano
1
-0
/
+4
2019-04-22
Merge branch 'js/stash-in-c-pathspec-fix'
Junio C Hamano
1
-31
/
+40
2019-04-22
Merge branch 'tb/stash-in-c-unused-param-fix'
Junio C Hamano
1
-4
/
+4
2019-04-22
Merge branch 'ps/stash-in-c'
Junio C Hamano
1
-0
/
+1635
2019-04-21
clone: do faster object check for partial clones
Josh Steadmon
1
-2
/
+4
2019-04-19
rebase -i: run without forking rebase--interactive
Phillip Wood
1
-135
/
+86
2019-04-19
rebase: use a common action enum
Phillip Wood
1
-43
/
+48
2019-04-19
rebase -i: use struct rebase_options in do_interactive_rebase()
Phillip Wood
1
-33
/
+36
2019-04-19
rebase -i: use struct rebase_options to parse args
Phillip Wood
1
-91
/
+112
2019-04-19
rebase -i: use struct object_id for squash_onto
Phillip Wood
1
-8
/
+13
2019-04-19
rebase -i: use struct commit when parsing options
Phillip Wood
1
-18
/
+24
2019-04-19
rebase -i: remove duplication
Phillip Wood
1
-3
/
+2
2019-04-19
rebase -i: combine rebase--interactive.c with rebase.c
Phillip Wood
2
-377
/
+367
2019-04-19
rebase: use OPT_RERERE_AUTOUPDATE()
Phillip Wood
1
-17
/
+13
2019-04-19
rebase: rename write_basic_state()
Phillip Wood
1
-2
/
+2
2019-04-19
rebase: don't translate trace strings
Phillip Wood
1
-8
/
+7
2019-04-19
sequencer: always discard index after checkout
Phillip Wood
1
-1
/
+1
2019-04-19
Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internal
Junio C Hamano
1
-21
/
+123
2019-04-19
Turn `git serve` into a test helper
Johannes Schindelin
1
-30
/
+0
2019-04-19
cherry-pick/revert: add scissors line on merge conflict
Denton Liu
2
-8
/
+9
[prev]
[next]