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
2021-04-14
update-index: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
stash: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
rm: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
merge-index: ensure full index
Derrick Stolee
1
-0
/
+5
2021-04-14
ls-files: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
grep: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
fsck: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
difftool: ensure full index
Derrick Stolee
1
-0
/
+3
2021-04-14
commit: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
checkout: ensure full index
Derrick Stolee
1
-0
/
+5
2021-04-14
checkout-index: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
add: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-5
/
+5
2021-03-30
sparse-checkout: disable sparse-index
Derrick Stolee
1
-1
/
+9
2021-03-30
sparse-checkout: toggle sparse index from builtin
Derrick Stolee
1
-1
/
+16
2021-03-30
sparse-checkout: hold pattern list in index
Derrick Stolee
1
-7
/
+10
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
4
-14
/
+14
2021-03-20
ls-files: refactor away read_tree()
Ævar Arnfjörð Bjarmason
1
-43
/
+34
2021-03-20
ls-files: don't needlessly pass around stage variable
Ævar Arnfjörð Bjarmason
1
-17
/
+8
2021-03-20
tree.c API: move read_tree() into builtin/ls-files.c
Ævar Arnfjörð Bjarmason
1
-0
/
+91
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2
-3
/
+24
2021-02-25
Merge branch 'jc/push-delete-nothing'
Junio C Hamano
1
-1
/
+1
2021-02-25
Merge branch 'js/params-vs-args'
Junio C Hamano
3
-12
/
+12
2021-02-25
Merge branch 'es/maintenance-of-bare-repositories'
Junio C Hamano
1
-17
/
+33
2021-02-25
Merge branch 'mt/add-chmod-fixes'
Junio C Hamano
1
-5
/
+13
2021-02-25
Merge branch 'ah/rebase-no-fork-point-config'
Junio C Hamano
1
-7
/
+13
2021-02-25
Merge branch 'mt/grep-sparse-checkout'
Junio C Hamano
1
-2
/
+5
2021-02-25
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
4
-0
/
+7
2021-02-25
Merge branch 'mt/checkout-index-corner-cases'
Junio C Hamano
1
-11
/
+24
2021-02-25
Merge branch 'rs/blame-optim'
Junio C Hamano
1
-5
/
+3
2021-02-25
Merge branch 'jk/rev-list-disk-usage'
Junio C Hamano
1
-0
/
+46
2021-02-24
add: propagate --chmod errors to exit status
Matheus Tavares
1
-4
/
+6
2021-02-24
add: mark --chmod error string for translation
Matheus Tavares
1
-1
/
+1
2021-02-24
add --chmod: don't update index when --dry-run is used
Matheus Tavares
1
-3
/
+9
2021-02-24
rebase: add a config option for --no-fork-point
Alex Henrie
1
-7
/
+13
2021-02-23
push: do not turn --delete '' into a matching push
Junio C Hamano
1
-1
/
+1
2021-02-23
replace "parameters" by "arguments" in error messages
Johannes Sixt
3
-12
/
+12
2021-02-23
maintenance: fix incorrect `maintenance.repo` path with bare repository
Eric Sunshine
1
-17
/
+33
2021-02-22
Merge branch 'ab/diff-deferred-free'
Junio C Hamano
1
-11
/
+12
2021-02-22
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
2
-6
/
+14
2021-02-22
Merge branch 'dl/stash-cleanup'
Junio C Hamano
1
-1
/
+1
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
2
-3
/
+24
2021-02-17
Merge branch 'js/reflog-expire-stale-fix'
Junio C Hamano
1
-0
/
+3
2021-02-17
Merge branch 'ds/maintenance-pack-refs'
Junio C Hamano
1
-4
/
+19
2021-02-17
Merge branch 'mt/grep-cached-untracked'
Junio C Hamano
1
-0
/
+3
2021-02-17
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
2
-7
/
+24
2021-02-17
Merge branch 'js/range-diff-wo-dotdot'
Junio C Hamano
2
-5
/
+6
2021-02-17
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
4
-21
/
+43
2021-02-17
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
1
-31
/
+152
2021-02-17
blame: remove unnecessary use of get_commit_info()
Rafael Silva
1
-5
/
+3
[next]