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
2021-07-06
t7509: avoid direct file access for writing CHERRY_PICK_HEAD
Han-Wen Nienhuys
1
-2
/
+2
2021-07-06
t1415: avoid direct filesystem access for writing refs
Han-Wen Nienhuys
1
-6
/
+4
2021-07-06
t6402: preserve git exit status code
Đoàn Trần Công Danh
1
-68
/
+64
2021-07-06
t6400: preserve git ls-files exit status code
Đoàn Trần Công Danh
1
-8
/
+8
2021-07-06
test-lib-functions: introduce test_stdout_line_count
Đoàn Trần Công Danh
1
-0
/
+26
2021-07-06
ci: accelerate the checkout
Johannes Schindelin
1
-5
/
+5
2021-07-06
ci (vs-build): build with NO_GETTEXT
Dennis Ameling
1
-2
/
+2
2021-07-06
artifacts-tar: respect NO_GETTEXT
Johannes Schindelin
1
-1
/
+4
2021-07-06
ci (windows): transfer also the Git-tracked files to the test jobs
Johannes Schindelin
1
-10
/
+12
2021-07-06
bundle: remove "ref_list" in favor of string-list.c API
Ævar Arnfjörð Bjarmason
4
-43
/
+50
2021-07-06
bundle.c: use a temporary variable for OIDs and names
Ævar Arnfjörð Bjarmason
2
-10
/
+22
2021-07-06
bundle cmd: stop leaking memory from parse_options_cmd_bundle()
Ævar Arnfjörð Bjarmason
1
-21
/
+41
2021-07-01
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
8
-13
/
+13
2021-07-01
string-list.[ch]: add a string_list_init_{nodup,dup}()
Ævar Arnfjörð Bjarmason
2
-4
/
+25
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
10
-27
/
+13
2021-07-01
*.c *_init(): define in terms of corresponding *_INIT macro
Ævar Arnfjörð Bjarmason
6
-15
/
+12
2021-07-01
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
4
-5
/
+13
2021-07-01
test-lib: avoid accidental globbing in match_pattern_list()
Jeff King
1
-12
/
+22
2021-06-30
fetch: document the --negotiate-only option
Ævar Arnfjörð Bjarmason
2
-3
/
+13
2021-06-30
send-pack.c: move "no refs in common" abort earlier
Ævar Arnfjörð Bjarmason
1
-5
/
+6
2021-06-30
merge-recursive: handle rename-to-self case
Elijah Newren
2
-9
/
+16
2021-06-30
merge-ort: ensure we consult df_conflict and path_conflicts
Elijah Newren
2
-4
/
+8
2021-06-30
t6423: test directory renames causing rename-to-self
Elijah Newren
1
-0
/
+175
2021-06-30
grep: report missing left operand of --and
René Scharfe
2
-0
/
+11
2021-06-29
xmmap: inform Linux users of tuning knobs on ENOMEM
Eric Wong
5
-5
/
+22
2021-06-29
test-lib.sh: set COLUMNS=80 for --verbose repeatability
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-06-29
Makefile: add and use the ".DELETE_ON_ERROR" flag
Ævar Arnfjörð Bjarmason
1
-11
/
+18
2021-06-28
midx: report checksum mismatches during 'verify'
Taylor Blau
2
-0
/
+8
2021-06-28
midx: don't reuse corrupt MIDXs when writing
Taylor Blau
2
-0
/
+18
2021-06-28
commit-graph: rewrite to use checksum_valid()
Taylor Blau
1
-8
/
+6
2021-06-28
csum-file: introduce checksum_valid()
Taylor Blau
3
-10
/
+20
2021-06-28
ci: upgrade to using actions/{up,down}load-artifacts v2
Johannes Schindelin
1
-8
/
+8
2021-06-28
ci (vs-build): use `cmd` to copy the DLLs, not `powershell`
Johannes Schindelin
1
-4
/
+2
2021-06-28
ci: use the new GitHub Action to download git-sdk-64-minimal
Johannes Schindelin
1
-84
/
+19
2021-06-28
submodule: remove unnecessary `prefix` based option logic
Kaartic Sivaraam
1
-7
/
+7
2021-06-28
config: normalize the path of the system gitconfig
Johannes Schindelin
1
-3
/
+4
2021-06-28
cmake(windows): set correct path to the system Git config
Dennis Ameling
1
-4
/
+7
2021-06-28
mingw: move Git for Windows' system config where users expect it
Johannes Schindelin
1
-0
/
+10
2021-06-28
config.mak.uname: PCRE1 cleanup
Carlo Marcelo Arenas Belón
1
-1
/
+1
2021-06-28
Documentation: fix typo in the --patch option of the commit command
Beshr Kayali
1
-1
/
+1
2021-06-28
pager: avoid setting COLUMNS when we're guessing its value
Johannes Schindelin
1
-3
/
+13
2021-06-28
git-worktree.txt: fix typo in example path
Andrei Rybak
1
-1
/
+1
2021-06-28
t: fix typos in test messages
Andrei Rybak
2
-2
/
+2
2021-06-28
blame: correct name of config option in docs
Andrei Rybak
1
-1
/
+1
2021-06-28
promisor-remote: teach lazy-fetch in any repo
Jonathan Tan
7
-9
/
+76
2021-06-28
run-command: refactor subprocess env preparation
Jonathan Tan
3
-16
/
+24
2021-06-28
submodule: refrain from filtering GIT_CONFIG_COUNT
Jonathan Tan
1
-1
/
+2
2021-06-28
promisor-remote: support per-repository config
Jonathan Tan
4
-46
/
+82
2021-06-28
repository: move global r_f_p_c to repo struct
Jonathan Tan
5
-20
/
+23
2021-06-28
git-p4: fix failed submit by skip non-text data files
dorgon.chang
1
-2
/
+5
[prev]
[next]