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-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
8
-23
/
+51
2019-01-14
Merge branch 'ab/commit-graph-progress-fix'
Junio C Hamano
1
-3
/
+10
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
21
-109
/
+235
2019-01-14
Merge branch 'md/list-lazy-objects-fix'
Junio C Hamano
2
-2
/
+16
2019-01-11
gc/repack: release packs when needed
Johannes Schindelin
2
-1
/
+5
2019-01-10
git-show-ref.txt: fix order of flags
Elijah Newren
1
-1
/
+1
2019-01-10
ref-filter: give uintmax_t to format with %PRIuMAX
Junio C Hamano
1
-1
/
+1
2019-01-08
git-gc.txt: fix typo about gc.writeCommitGraph
Derrick Stolee
1
-1
/
+1
2019-01-08
object-store: retire odb_load_loose_cache()
René Scharfe
2
-14
/
+2
2019-01-08
object-store: use one oid_array per subdirectory for loose cache
René Scharfe
2
-4
/
+7
2019-01-08
object-store: factor out odb_clear_loose_cache()
René Scharfe
4
-6
/
+13
2019-01-08
object-store: factor out odb_loose_cache()
René Scharfe
3
-8
/
+21
2019-01-07
git-quiltimport: add --keep-non-patch option
Laura Abbott
2
-2
/
+9
2019-01-07
git-p4: fix problem when p4 login is not necessary
Peter Osterlund
1
-0
/
+2
2019-01-07
git-multimail: update to release 1.5.0
Matthieu Moy
8
-57
/
+281
2019-01-07
worktree: allow to (re)move worktrees with uninitialized submodules
Nguyễn Thái Ngọc Duy
2
-6
/
+60
2019-01-07
test-lib: add the '--stress' option to run a test repeatedly under load
SZEDER Gábor
3
-5
/
+130
2019-01-07
test-lib-functions: introduce the 'test_set_port' helper function
SZEDER Gábor
7
-13
/
+41
2019-01-07
test-lib: set $TRASH_DIRECTORY earlier
SZEDER Gábor
1
-6
/
+6
2019-01-07
test-lib: consolidate naming of test-results paths
SZEDER Gábor
1
-11
/
+11
2019-01-07
test-lib: parse command line options earlier
SZEDER Gábor
1
-109
/
+124
2019-01-07
test-lib: parse options in a for loop to keep $@ intact
SZEDER Gábor
1
-36
/
+42
2019-01-07
test-lib: extract Bash version check for '-x' tracing
SZEDER Gábor
1
-18
/
+19
2019-01-07
config.mak.dev: add -Wall, primarily for -Wformat, to help autoconf users
Thomas Gummerer
1
-0
/
+1
2019-01-07
sha1-file: close fd of empty file in map_sha1_file_1()
René Scharfe
1
-0
/
+1
2019-01-07
t3506: validate '-m 1 -ff' is now accepted for non-merge commits
Sergey Organov
1
-3
/
+3
2019-01-07
t3502: validate '-m 1' argument is now accepted for non-merge commits
Sergey Organov
1
-6
/
+6
2019-01-07
Revert "t/lib-git-daemon: record daemon log"
Thomas Gummerer
1
-11
/
+3
2019-01-04
First batch after 2.20.1
Junio C Hamano
1
-0
/
+44
2019-01-04
Merge branch 'mk/http-backend-kill-children-before-exit'
Junio C Hamano
1
-0
/
+2
2019-01-04
Merge branch 'sd/stash-wo-user-name'
Junio C Hamano
2
-0
/
+45
2019-01-04
Merge branch 'sg/clone-initial-fetch-configuration'
Junio C Hamano
3
-14
/
+72
2019-01-04
Merge branch 'nd/checkout-dwim-fix'
Junio C Hamano
4
-6
/
+50
2019-01-04
Merge branch 'ab/push-dwim-dst'
Junio C Hamano
6
-13
/
+156
2019-01-04
Merge branch 'en/fast-export-import'
Junio C Hamano
5
-214
/
+268
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
66
-491
/
+652
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
18
-274
/
+211
2019-01-04
Merge branch 'fc/http-version'
Junio C Hamano
2
-0
/
+48
2019-01-04
Merge branch 'en/merge-path-collision'
Junio C Hamano
6
-292
/
+1149
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
23
-266
/
+303
2019-01-03
test-lib: translate SIGTERM and SIGHUP to an exit
SZEDER Gábor
1
-1
/
+1
2019-01-03
compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
Randall S. Becker
1
-0
/
+8
2019-01-03
git-compat-util.h: add FLOSS headers for HPE NonStop
Randall S. Becker
1
-0
/
+13
2019-01-03
config.mak.uname: support for modern HPE NonStop config.
Randall S. Becker
1
-6
/
+23
2019-01-03
transport-helper: drop read/write errno checks
Jeff King
1
-3
/
+2
2019-01-03
transport-helper: use xread instead of read
Randall S. Becker
1
-1
/
+1
2019-01-03
completion: fix typo in git-completion.bash
Chayoung You
1
-1
/
+1
2019-01-03
Merge branch 'sg/test-bash-version-fix'
Junio C Hamano
1
-2
/
+2
2019-01-03
test-lib: check Bash version for '-x' without using shell arrays
SZEDER Gábor
1
-2
/
+2
2019-01-03
completion: treat results of git ls-tree as file paths
Chayoung You
2
-24
/
+17
[prev]
[next]