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-10-19
Merge branch 'rs/grep-no-recursive'
Junio C Hamano
1
-0
/
+2
2018-10-19
Merge branch 'nd/help-commands-verbose-by-default'
Junio C Hamano
1
-1
/
+1
2018-10-19
Merge branch 'jt/fetch-tips-in-partial-clone'
Junio C Hamano
1
-2
/
+13
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
2
-3
/
+9
2018-10-19
Merge branch 'ss/wt-status-committable'
Junio C Hamano
1
-9
/
+12
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
32
-66
/
+77
2018-10-19
ls-remote: release memory instead of UNLEAK
Olga Telezhnaya
1
-1
/
+1
2018-10-18
builtin/submodule--helper: remove debugging leftover tracing
Stefan Beller
1
-2
/
+0
2018-10-18
branch: trivial style fix
Tao Qingyun
1
-2
/
+1
2018-10-18
submodule helper: convert relative URL to absolute URL if needed
Stefan Beller
1
-17
/
+34
2018-10-18
builtin/branch.c: remove useless branch_get
Tao Qingyun
1
-5
/
+0
2018-10-16
Merge branch 'jk/oideq-hasheq-cleanup'
Junio C Hamano
1
-1
/
+2
2018-10-16
Merge branch 'en/status-multiple-renames-to-the-same-target-fix'
Junio C Hamano
1
-0
/
+1
2018-10-16
Merge branch 'jk/check-everything-connected-is-long-gone'
Junio C Hamano
1
-1
/
+1
2018-10-16
Merge branch 'jn/gc-auto'
Junio C Hamano
1
-6
/
+27
2018-10-16
Merge branch 'jn/gc-auto-prep'
Junio C Hamano
1
-22
/
+18
2018-10-16
Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix'
Junio C Hamano
1
-16
/
+52
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
2
-4
/
+8
2018-10-16
Merge branch 'ab/commit-graph-progress'
Junio C Hamano
3
-4
/
+6
2018-10-15
builtin/fetch-pack: remove constants with parse_oid_hex
brian m. carlson
1
-6
/
+7
2018-10-15
builtin/mktree: remove hard-coded constant
brian m. carlson
1
-1
/
+1
2018-10-15
builtin/repack: replace hard-coded constants
brian m. carlson
1
-6
/
+7
2018-10-11
rebase: fix typoes in error messages
Junio C Hamano
1
-3
/
+3
2018-10-11
rebase: default to using the builtin rebase
Pratik Karki
1
-1
/
+1
2018-10-11
builtin rebase: prepare for builtin rebase -i
Johannes Schindelin
1
-4
/
+83
2018-10-11
Merge branch 'ag/rebase-i-in-c' into js/rebase-in-c-5.5-work-with-rebase-i-in-c
Junio C Hamano
2
-88
/
+271
2018-10-11
builtin rebase: error out on incompatible option/mode combinations
Pratik Karki
1
-0
/
+41
2018-10-11
builtin rebase: use no-op editor when interactive is "implied"
Pratik Karki
1
-0
/
+7
2018-10-11
builtin rebase: show progress when connected to a terminal
Pratik Karki
1
-0
/
+7
2018-10-11
builtin rebase: fast-forward to onto if it is a proper descendant
Pratik Karki
1
-0
/
+18
2018-10-11
builtin rebase: optionally pass custom reflogs to reset_head()
Pratik Karki
1
-12
/
+21
2018-10-11
builtin rebase: optionally auto-detect the upstream
Pratik Karki
1
-3
/
+41
2018-10-11
builtin rebase: support --root
Pratik Karki
1
-2
/
+29
2018-10-11
builtin rebase: add support for custom merge strategies
Pratik Karki
1
-0
/
+57
2018-10-11
builtin rebase: support `fork-point` option
Pratik Karki
1
-0
/
+11
2018-10-11
merge-base --fork-point: extract libified function
Pratik Karki
1
-75
/
+6
2018-10-11
builtin rebase: support --rebase-merges[=[no-]rebase-cousins]
Pratik Karki
1
-0
/
+21
2018-10-11
builtin rebase: support `--allow-empty-message` option
Pratik Karki
1
-0
/
+7
2018-10-11
builtin rebase: support `--exec`
Pratik Karki
1
-0
/
+18
2018-10-11
builtin rebase: support `--autostash` option
Pratik Karki
1
-8
/
+109
2018-10-11
builtin rebase: support `-C` and `--whitespace=<type>`
Pratik Karki
1
-0
/
+23
2018-10-11
builtin rebase: support `--gpg-sign` option
Pratik Karki
1
-0
/
+28
2018-10-11
help: redirect to aliased commands for "git cmd --help"
Rasmus Villemoes
1
-3
/
+31
2018-10-10
Merge branch 'ds/multi-pack-verify'
Junio C Hamano
2
-1
/
+21
2018-10-09
transport: drop refnames from for_each_alternate_ref
Jeff King
1
-2
/
+1
2018-10-09
submodule: add a helper to check if it is safe to write to .gitmodules
Antonio Ospite
1
-1
/
+23
2018-10-09
submodule--helper: add a new 'config' subcommand
Antonio Ospite
1
-0
/
+14
2018-10-09
rebase -i: move rebase--helper modes to rebase--interactive
Alban Gruin
2
-227
/
+26
2018-10-09
rebase -i: remove git-rebase--interactive.sh
Alban Gruin
1
-0
/
+0
2018-10-09
rebase--interactive2: rewrite the submodes of interactive rebase in C
Alban Gruin
1
-6
/
+45
[prev]
[next]