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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-27
git: add --no-optional-locks option
Jeff King
1
-1
/
+4
2017-09-27
worktree: check the result of read_in_full()
Jeff King
1
-1
/
+18
2017-09-27
worktree: use xsize_t to access file size
Jeff King
1
-2
/
+3
2017-09-27
distinguish error versus short read from read_in_full()
Jeff King
1
-1
/
+3
2017-09-27
prefer "!=" when checking read_in_full() result
Jeff King
1
-1
/
+1
2017-09-25
Merge branch 'ow/rev-parse-is-shallow-repo'
Junio C Hamano
1
-0
/
+5
2017-09-25
Merge branch 'aw/gc-lockfile-fscanf-fix'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'ks/help-alias-label'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'jn/per-repo-object-store-fixes'
Junio C Hamano
1
-2
/
+2
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
4
-5
/
+4
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
6
-14
/
+7
2017-09-24
object_array: add and use `object_array_pop()`
Martin Ågren
3
-9
/
+3
2017-09-24
object_array: use `object_array_clear()`, not `free()`
Martin Ågren
1
-2
/
+2
2017-09-24
leak_pending: use `object_array_clear()`, not `free()`
Martin Ågren
1
-1
/
+8
2017-09-24
builtin/commit: fix memory leak in `prepare_index()`
Martin Ågren
1
-5
/
+10
2017-09-24
branch: fix "copy" to never touch HEAD
Junio C Hamano
1
-6
/
+3
2017-09-22
ALLOC_GROW: avoid -Wsign-compare warnings
Ramsay Jones
1
-2
/
+2
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
4
-1
/
+4
2017-09-22
cat-file: handle NULL object_context.path
Jeff King
1
-2
/
+2
2017-09-21
fast-export: do not copy from modified file
Jonathan Tan
1
-14
/
+32
2017-09-20
describe: teach --match to handle branches and remotes
Max Kirillov
1
-12
/
+17
2017-09-20
Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all
Junio C Hamano
1
-3
/
+6
2017-09-19
rev-parse: rev-parse: add --is-shallow-repository
Øystein Walle
1
-0
/
+5
2017-09-19
rev-parse parseopt: interpret any whitespace as start of help text
Brandon Casey
1
-2
/
+10
2017-09-19
rev-parse parseopt: do not search help text for flag chars
Brandon Casey
1
-2
/
+4
2017-09-19
Merge branch 'rk/commit-tree-make-F-verbatim'
Junio C Hamano
1
-1
/
+0
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
8
-20
/
+45
2017-09-19
Merge branch 'jk/shortlog-ident-cleanup'
Junio C Hamano
1
-21
/
+35
2017-09-19
Merge branch 'sb/merge-commit-msg-hook'
Junio C Hamano
1
-0
/
+8
2017-09-19
Merge branch 'jk/leak-checkers'
Junio C Hamano
8
-10
/
+38
2017-09-19
Merge branch 'nm/pull-submodule-recurse-config'
Junio C Hamano
1
-2
/
+6
2017-09-19
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-2
/
+2
2017-09-19
Merge branch 'jh/hashmap-disable-counting'
Junio C Hamano
1
-1
/
+1
2017-09-19
Merge branch 'jk/incore-lockfile-removal'
Junio C Hamano
3
-14
/
+11
2017-09-19
Merge branch 'mg/timestamp-t-fix'
Junio C Hamano
1
-1
/
+1
2017-09-17
gc: call fscanf() with %<len>s, not %<len>c, when reading hostname
Junio C Hamano
1
-1
/
+1
2017-09-17
describe: fix matching to actually match all patterns
Max Kirillov
1
-3
/
+6
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
3
-3
/
+3
2017-09-14
get-tar-commit-id: check write_in_full() return against 0
Jeff King
1
-2
/
+1
2017-09-14
pack: make packed_git_mru global a value instead of a pointer
Jonathan Nieder
1
-2
/
+2
2017-09-14
help: change a message to be more precise
Kaartic Sivaraam
1
-1
/
+1
2017-09-10
Merge branch 'ma/up-to-date'
Junio C Hamano
1
-2
/
+2
2017-09-10
Merge branch 'ma/ts-cleanups'
Junio C Hamano
1
-0
/
+6
2017-09-10
Merge branch 'rs/merge-microcleanup' into maint
Junio C Hamano
1
-2
/
+2
2017-09-10
Merge branch 'rj/add-chmod-error-message' into maint
Junio C Hamano
1
-3
/
+3
2017-09-10
Merge branch 'mg/killed-merge' into maint
Junio C Hamano
1
-3
/
+12
2017-09-10
Merge branch 'rs/fsck-obj-leakfix' into maint
Junio C Hamano
1
-11
/
+11
2017-09-10
Merge branch 'pw/am-signoff' into maint
Junio C Hamano
1
-25
/
+1
2017-09-10
Merge branch 'bw/clone-recursive-quiet' into maint
Junio C Hamano
1
-0
/
+3
2017-09-10
Merge branch 'pw/sequence-rerere-autoupdate' into maint
Junio C Hamano
2
-0
/
+14
[prev]
[next]