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-06-02
push: factor out the typical case
Felipe Contreras
1
-5
/
+6
2021-06-02
push: get rid of all the setup_push_* functions
Felipe Contreras
1
-27
/
+11
2021-06-02
push: trivial simplifications
Felipe Contreras
1
-11
/
+3
2021-06-02
push: make setup_push_* return the dst
Felipe Contreras
1
-14
/
+16
2021-06-02
push: only get the branch when needed
Felipe Contreras
1
-1
/
+2
2021-06-02
push: factor out null branch check
Felipe Contreras
1
-7
/
+3
2021-06-02
push: split switch cases
Felipe Contreras
1
-6
/
+10
2021-06-02
push: return immediately in trivial switch case
Felipe Contreras
1
-5
/
+5
2021-06-02
push: create new get_upstream_ref() helper
Felipe Contreras
1
-18
/
+18
2021-06-02
push: remove unused code in setup_push_upstream()
Felipe Contreras
1
-8
/
+2
2021-06-02
push: simplify setup_push_simple()
Felipe Contreras
1
-8
/
+2
2021-06-02
push: reorganize setup_push_simple()
Felipe Contreras
1
-17
/
+12
2021-06-02
push: copy code to setup_push_simple()
Felipe Contreras
1
-4
/
+32
2021-06-02
push: hedge code of default=simple
Felipe Contreras
1
-4
/
+9
2021-06-02
push: rename !triangular to same_remote
Felipe Contreras
1
-8
/
+8
2021-03-19
Merge branch 'tb/git-mv-icase-fix'
Junio C Hamano
1
-1
/
+1
2021-03-19
Merge branch 'rs/calloc-array'
Junio C Hamano
11
-23
/
+23
2021-03-19
Merge branch 'jk/bisect-peel-tag-fix'
Junio C Hamano
1
-1
/
+8
2021-03-19
Merge branch 'jc/calloc-fix'
Junio C Hamano
1
-5
/
+3
2021-03-17
bisect: peel annotated tags to commits
Jeff King
1
-1
/
+8
2021-03-15
xcalloc: use CALLOC_ARRAY() when applicable
Junio C Hamano
1
-5
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
11
-23
/
+23
2021-03-03
git mv foo FOO ; git mv foo bar gave an assert
Torsten Bögershausen
1
-1
/
+1
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
[next]