index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-25
Merge branch 'rs/test-cleanup'
Junio C Hamano
5
-5
/
+4
2019-12-25
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
1
-2
/
+2
2019-12-25
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
1
-0
/
+23
2019-12-25
Merge branch 'js/add-p-in-c'
Junio C Hamano
8
-19
/
+1464
2019-12-25
Merge branch 'jc/drop-gen-hdrs'
Junio C Hamano
1
-3
/
+2
2019-12-25
Merge branch 'ja/doc-markup-cleanup'
Junio C Hamano
3
-127
/
+136
2019-12-25
Merge branch 'rs/ref-read-cleanup'
Junio C Hamano
2
-4
/
+3
2019-12-25
Merge branch 'rb/p4-lfs'
Junio C Hamano
1
-2
/
+8
2019-12-25
Merge branch 'pb/submodule-doc-xref'
Junio C Hamano
1
-1
/
+1
2019-12-25
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
1
-3
/
+4
2019-12-25
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
1
-1
/
+2
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
20
-48
/
+1376
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
2
-66
/
+153
2019-12-25
Merge branch 'ra/t5150-depends-on-perl'
Junio C Hamano
1
-0
/
+6
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
7
-39
/
+125
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
9
-42
/
+548
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
2
-0
/
+9
2019-12-21
mingw: refuse paths containing reserved names
Johannes Schindelin
3
-18
/
+110
2019-12-21
mingw: short-circuit the conversion of `/dev/null` to UTF-16
Johannes Schindelin
1
-10
/
+16
2019-12-21
commit --interactive: make it work with the built-in `add -i`
Johannes Schindelin
1
-2
/
+6
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
3
-0
/
+53
2019-12-21
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
3
-7
/
+137
2019-12-21
built-in stash: use the built-in `git add -p` if so configured
Johannes Schindelin
1
-11
/
+14
2019-12-21
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
2
-1
/
+15
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
3
-4
/
+85
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
4
-30
/
+85
2019-12-20
sparse-checkout: improve OS ls compatibility
Ed Maste
1
-14
/
+22
2019-12-20
contrib/credential/netrc: work outside a repo
Denton Liu
1
-1
/
+1
2019-12-20
contrib/credential/netrc: make PERL_PATH configurable
Denton Liu
3
-2
/
+25
2019-12-20
CI: add FreeBSD CI support via Cirrus-CI
Ed Maste
1
-0
/
+15
2019-12-20
t1507: inline full_name()
Denton Liu
1
-20
/
+15
2019-12-20
t1507: run commands within test_expect_success
Denton Liu
1
-20
/
+20
2019-12-20
t1507: stop losing return codes of git commands
Denton Liu
1
-13
/
+32
2019-12-20
t1501: remove use of `test_might_fail cp`
Denton Liu
1
-1
/
+1
2019-12-20
t1409: use test_path_is_missing()
Denton Liu
1
-5
/
+5
2019-12-20
t1409: let sed open its own input file
Denton Liu
1
-1
/
+1
2019-12-20
t1307: reorder `nongit test_must_fail`
Denton Liu
1
-1
/
+1
2019-12-20
t1306: convert `test_might_fail rm` to `rm -f`
Denton Liu
1
-4
/
+4
2019-12-20
t0020: use ! check_packed_refs_marked
Denton Liu
1
-2
/
+2
2019-12-20
t0020: don't use `test_must_fail has_cr`
Denton Liu
1
-9
/
+9
2019-12-20
t0003: don't use `test_must_fail attr_check`
Denton Liu
1
-15
/
+15
2019-12-20
t0003: use test_must_be_empty()
Denton Liu
1
-3
/
+3
2019-12-20
t0003: use named parameters in attr_check()
Denton Liu
1
-7
/
+4
2019-12-20
t0000: replace test_must_fail with run_sub_test_lib_test_err()
Denton Liu
1
-7
/
+7
2019-12-20
t/lib-git-p4: use test_path_is_missing()
Denton Liu
1
-1
/
+1
2019-12-20
rebase: fix saving of --signoff state for am-based rebases
Elijah Newren
1
-1
/
+1
2019-12-20
dir.c: use st_add3() for allocation size
Junio C Hamano
1
-1
/
+1
2019-12-19
dir: consolidate similar code in treat_directory()
Elijah Newren
1
-11
/
+7
2019-12-19
dir: synchronize treat_leading_path() and read_directory_recursive()
Elijah Newren
3
-2
/
+32
2019-12-19
dir: fix checks on common prefix directory
Elijah Newren
2
-14
/
+59
[prev]
[next]