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
2017-09-26
Sync with 2.14.2
Junio C Hamano
11
-56
/
+183
2017-09-26
submodule.c: describe submodule_to_gitdir() in a new comment
Han-Wen Nienhuys
1
-0
/
+4
2017-09-26
notes-merge: drop dead zero-write code
Jeff King
1
-2
/
+0
2017-09-26
files-backend: prefer "0" for write_in_full() error check
Jeff King
1
-1
/
+1
2017-09-26
Win32: simplify loading of DLL functions
Johannes Schindelin
1
-0
/
+57
2017-09-25
doc: camelCase the config variables to improve readability
Kaartic Sivaraam
2
-3
/
+3
2017-09-25
The ninth batch for 2.15
Junio C Hamano
1
-0
/
+67
2017-09-25
Merge branch 'ks/test-readme-phrasofix'
Junio C Hamano
1
-3
/
+3
2017-09-25
Merge branch 'ow/rev-parse-is-shallow-repo'
Junio C Hamano
3
-0
/
+23
2017-09-25
Merge branch 'rj/test-ulimit-on-windows'
Junio C Hamano
5
-40
/
+42
2017-09-25
Merge branch 'jk/info-alternates-fix'
Junio C Hamano
1
-20
/
+11
2017-09-25
Merge branch 'mh/for-each-string-list-item-empty-fix'
Junio C Hamano
1
-2
/
+4
2017-09-25
Merge branch 'tb/test-lint-echo-e'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'jk/revision-remove-cmdline-pathspec'
Junio C Hamano
3
-32
/
+18
2017-09-25
Merge branch 'ls/travis-scriptify'
Junio C Hamano
10
-81
/
+154
2017-09-25
Merge branch 'aw/gc-lockfile-fscanf-fix'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'hv/mv-nested-submodules-test'
Junio C Hamano
1
-0
/
+25
2017-09-25
Merge branch 'bw/git-clang-format'
Junio C Hamano
2
-0
/
+169
2017-09-25
Merge branch 'nm/imap-send-with-curl'
Junio C Hamano
1
-20
/
+41
2017-09-25
Merge branch 'ks/commit-do-not-touch-cut-line'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'tg/refs-allowed-flags'
Junio C Hamano
2
-0
/
+10
2017-09-25
Merge branch 'rs/archive-excluded-directory'
Junio C Hamano
4
-21
/
+6
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
6
-20
/
+45
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
22
-67
/
+65
2017-09-25
Merge branch 'ez/doc-duplicated-words-fix'
Junio C Hamano
4
-4
/
+4
2017-09-25
Merge branch 'kd/doc-for-each-ref'
Junio C Hamano
1
-16
/
+17
2017-09-25
Merge branch 'cc/subprocess-handshake-missing-capabilities'
Junio C Hamano
1
-2
/
+2
2017-09-25
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2
-1
/
+4
2017-09-25
Merge branch 'mg/name-rev-tests-with-short-stack'
Junio C Hamano
3
-6
/
+63
2017-09-25
parse-options: only insert newline in help text if needed
Brandon Casey
2
-4
/
+10
2017-09-25
parse-options: write blank line to correct output stream
Brandon Casey
3
-5
/
+5
2017-09-25
t0040,t1502: Demonstrate parse_options bugs
Brandon Casey
3
-3
/
+107
2017-09-25
merge-strategies: avoid implying that "-s theirs" exists
Junio C Hamano
1
-1
/
+2
2017-09-24
Documentation/config: clarify the meaning of submodule.<name>.update
Stefan Beller
1
-4
/
+8
2017-09-24
mailinfo: don't decode invalid =XY quoted-printable sequences
René Scharfe
1
-3
/
+8
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
14
-38
/
+19
2017-09-24
refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed
René Scharfe
2
-4
/
+2
2017-09-24
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
René Scharfe
2
-4
/
+8
2017-09-24
userdiff: fix HTML hunk header regexp
Ilya Kantor
1
-1
/
+1
2017-09-24
doc: put literal block delimiter around table
Jeff King
1
-0
/
+2
2017-09-24
pack-bitmap[-write]: use `object_array_clear()`, don't leak
Martin Ågren
2
-10
/
+4
2017-09-24
object_array: add and use `object_array_pop()`
Martin Ågren
6
-10
/
+25
2017-09-24
object_array: use `object_array_clear()`, not `free()`
Martin Ågren
4
-7
/
+6
2017-09-24
leak_pending: use `object_array_clear()`, not `free()`
Martin Ågren
4
-3
/
+29
2017-09-24
commit: fix memory leak in `reduce_heads()`
Martin Ågren
1
-0
/
+1
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
2
-11
/
+8
2017-09-22
Git 2.14.2
Junio C Hamano
1
-0
/
+11
2017-09-22
Sync with 2.13.6
Junio C Hamano
10
-56
/
+172
[prev]
[next]