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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
completion: cache the path to the repository
SZEDER Gábor
1
-58
/
+103
2017-02-03
completion: extract repository discovery from __gitdir()
SZEDER Gábor
1
-6
/
+16
2017-02-03
completion: respect 'git -C <path>'
SZEDER Gábor
1
-0
/
+87
2017-02-03
rev-parse: add '--absolute-git-dir' option
SZEDER Gábor
1
-8
/
+9
2017-02-03
completion: fix completion after 'git -C <path>'
SZEDER Gábor
1
-1
/
+6
2017-02-03
completion: list short refs from a remote given as a URL
SZEDER Gábor
1
-3
/
+3
2017-02-03
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor
1
-1
/
+1
2017-02-03
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor
1
-1
/
+10
2017-02-03
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor
1
-2
/
+2
2017-02-03
completion: ensure that the repository path given on the command line exists
SZEDER Gábor
1
-0
/
+8
2017-02-03
completion tests: add tests for the __git_refs() helper function
SZEDER Gábor
1
-1
/
+264
2017-02-03
completion tests: check __gitdir()'s output in the error cases
SZEDER Gábor
1
-3
/
+5
2017-02-03
completion tests: consolidate getting path of current working directory
SZEDER Gábor
1
-23
/
+21
2017-02-03
completion tests: make the $cur variable local to the test helper functions
SZEDER Gábor
1
-2
/
+2
2017-02-03
completion tests: don't add test cruft to the test repository
SZEDER Gábor
1
-3
/
+3
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
2
-7
/
+81
2017-02-03
Merge branch 'js/re-running-failed-tests'
Junio C Hamano
1
-0
/
+6
2017-02-03
Merge branch 'sb/submodule-update-initial-runs-custom-script'
Junio C Hamano
1
-0
/
+12
2017-02-03
Merge branch 'sb/submodule-recursive-absorb'
Junio C Hamano
1
-0
/
+27
2017-02-03
Merge branch 'sb/unpack-trees-super-prefix'
Junio C Hamano
2
-654
/
+643
2017-02-02
Merge branch 'nd/log-graph-configurable-colors'
Junio C Hamano
3
-1
/
+42
2017-02-02
Merge branch 'mm/reset-facl-before-umask-test'
Junio C Hamano
1
-0
/
+3
2017-02-02
Merge branch 'js/unzip-in-usr-bin-workaround'
Junio C Hamano
1
-1
/
+3
2017-02-02
Merge branch 'js/status-pre-rebase-i'
Junio C Hamano
1
-0
/
+19
2017-02-02
Merge branch 'sb/submodule-add-force'
Junio C Hamano
1
-0
/
+14
2017-02-01
attr: support quoting pathname patterns in C style
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2017-02-01
urlmatch: allow globbing for the URL host part
Patrick Steinhardt
1
-0
/
+72
2017-02-01
urlmatch: include host in urlmatch ranking
Patrick Steinhardt
1
-0
/
+33
2017-02-01
connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config
Segev Finer
1
-0
/
+26
2017-01-31
color_parse_mem: allow empty color spec
Jeff King
3
-2
/
+21
2017-01-31
Merge branch 'jk/grep-e-could-be-extended-beyond-posix' into maint
Junio C Hamano
1
-11
/
+15
2017-01-31
Merge branch 'km/branch-get-push-while-detached' into maint
Junio C Hamano
1
-0
/
+6
2017-01-31
Merge branch 'jk/blame-fixes' into maint
Junio C Hamano
2
-0
/
+149
2017-01-31
Merge branch 'jk/archive-zip-userdiff-config' into maint
Junio C Hamano
1
-4
/
+18
2017-01-31
Merge branch 'dt/disable-bitmap-in-auto-gc' into maint
Junio C Hamano
2
-5
/
+28
2017-01-31
Merge branch 'mh/fast-import-notes-fix-new' into maint
Junio C Hamano
1
-0
/
+42
2017-01-31
Merge branch 'jc/compression-config' into maint
Junio C Hamano
3
-0
/
+140
2017-01-31
Merge branch 'jk/fsck-connectivity-check-fix'
Junio C Hamano
1
-3
/
+73
2017-01-31
Merge branch 'js/difftool-builtin'
Junio C Hamano
1
-46
/
+46
2017-01-31
Merge branch 'rs/qsort-s'
Junio C Hamano
2
-0
/
+51
2017-01-31
Merge branch 'vp/show-ref-verify-head'
Junio C Hamano
1
-0
/
+42
2017-01-31
Merge branch 'js/remote-rename-with-half-configured-remote'
Junio C Hamano
1
-0
/
+7
2017-01-31
Merge branch 'st/verify-tag'
Junio C Hamano
2
-0
/
+32
2017-01-31
Merge branch 'js/sequencer-i-countdown-3'
Junio C Hamano
1
-0
/
+16
2017-01-31
Merge branch 'jk/loose-object-fsck'
Junio C Hamano
1
-12
/
+74
2017-01-31
Merge branch 'bw/push-submodule-only'
Junio C Hamano
1
-0
/
+21
2017-01-31
branch: implement '--format' option
Karthik Nayak
1
-0
/
+14
2017-01-31
branch: use ref-filter printing APIs
Karthik Nayak
2
-2
/
+2
2017-01-31
ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
Karthik Nayak
1
-0
/
+19
2017-01-31
ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
Karthik Nayak
1
-6
/
+6
[prev]
[next]