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
2018-02-09
fetch tests: expand case/esac for later change
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2018-02-09
fetch tests: double quote a variable for interpolation
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-02-09
fetch tests: test --prune and refspec interaction
Ævar Arnfjörð Bjarmason
1
-0
/
+12
2018-02-09
fetch tests: add a tag to be deleted to the pruning tests
Ævar Arnfjörð Bjarmason
1
-40
/
+53
2018-02-09
fetch tests: re-arrange arguments for future readability
Ævar Arnfjörð Bjarmason
1
-38
/
+44
2018-02-09
fetch tests: refactor in preparation for testing tag pruning
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2018-02-09
completion: use __gitcomp_builtin in _git_checkout
Nguyễn Thái Ngọc Duy
1
-5
/
+7
2018-02-08
rebase -p: fix incorrect commit message when calling `git merge`.
Gregory Herrero
1
-1
/
+25
2018-02-08
name-hash: properly fold directory names in adjust_dirname_case()
Ben Peart
1
-1
/
+15
2018-02-08
t: make 'test_i18ngrep' more informative on failure
SZEDER Gábor
1
-4
/
+20
2018-02-08
t: validate 'test_i18ngrep's parameters
SZEDER Gábor
1
-0
/
+12
2018-02-08
t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'
SZEDER Gábor
2
-26
/
+26
2018-02-08
t5536: let 'test_i18ngrep' read the file without redirection
SZEDER Gábor
1
-1
/
+1
2018-02-08
t5510: consolidate 'grep' and 'test_i18ngrep' patterns
SZEDER Gábor
1
-6
/
+3
2018-02-08
t4001: don't run 'git status' upstream of a pipe
SZEDER Gábor
1
-3
/
+8
2018-02-08
t6022: don't run 'git merge' upstream of a pipe
SZEDER Gábor
1
-2
/
+4
2018-02-08
t5812: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-4
/
+1
2018-02-08
t5541: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-1
/
+1
2018-02-08
t0205: drop redundant test
Jeff King
1
-4
/
+0
2018-02-07
tag: add --edit option
Nicolas Morey-Chaisemartin
1
-0
/
+30
2018-02-07
dir.c: ignore paths containing .git when invalidating untracked cache
Nguyễn Thái Ngọc Duy
1
-0
/
+39
2018-02-07
t7001: add test case for --dry-run
Stefan Moch
1
-0
/
+6
2018-02-07
rebase: add --allow-empty-message option
Genki Sky
1
-0
/
+23
2018-02-05
dir.c: don't flag the index as dirty for changes to the untracked cache
Ben Peart
1
-0
/
+3
2018-02-02
perf/aggregate: sort JSON fields in output
Christian Couder
1
-1
/
+1
2018-02-02
perf/aggregate: add --reponame option
Christian Couder
1
-2
/
+13
2018-02-02
perf/aggregate: add --subsection option
Christian Couder
1
-9
/
+24
2018-02-02
format-patch: reduce patch diffstat width to 72
Nguyễn Thái Ngọc Duy
1
-15
/
+31
2018-01-30
wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2018-01-30
test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2018-01-30
wildmatch test: create & test files on disk in addition to in-memory
Ævar Arnfjörð Bjarmason
1
-11
/
+190
2018-01-30
wildmatch test: perform all tests under all wildmatch() modes
Ævar Arnfjörð Bjarmason
2
-252
/
+228
2018-01-30
wildmatch test: use test_must_fail, not ! for test-wildmatch
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2018-01-30
wildmatch test: remove dead fnmatch() test code
Ævar Arnfjörð Bjarmason
1
-178
/
+178
2018-01-30
wildmatch test: use a paranoia pattern from nul_match()
Ævar Arnfjörð Bjarmason
1
-3
/
+12
2018-01-30
wildmatch test: don't try to vertically align our output
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2018-01-30
wildmatch test: use more standard shell style
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2018-01-30
wildmatch test: indent with tabs, not spaces
Ævar Arnfjörð Bjarmason
1
-27
/
+27
2018-01-30
dir: convert struct sha1_stat to use object_id
Patryk Obara
1
-2
/
+2
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
1
-0
/
+15
2018-01-25
t/lib-git-daemon: add network-protocol helpers
Jeff King
2
-1
/
+58
2018-01-25
daemon: handle NULs in extended attribute string
Jeff King
1
-3
/
+5
2018-01-25
daemon: fix off-by-one in logging extended attributes
Jeff King
1
-0
/
+11
2018-01-25
t/lib-git-daemon: record daemon log
Jeff King
1
-4
/
+12
2018-01-25
t5570: use ls-remote instead of clone for interp tests
Jeff King
1
-6
/
+3
2018-01-24
status: support --no-ahead-behind in long format
Jeff Hostetler
1
-0
/
+29
2018-01-24
status: update short status to respect --no-ahead-behind
Jeff Hostetler
1
-0
/
+13
2018-01-24
status: add --[no-]ahead-behind to status and commit for V2 format.
Jeff Hostetler
1
-0
/
+62
2018-01-24
dir.c: fix missing dir invalidation in untracked code
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-01-24
status: add a failing test showing a core.untrackedCache bug
Ævar Arnfjörð Bjarmason
1
-0
/
+87
[prev]
[next]