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-04-16
am: close stream on error, but not stdin
René Scharfe
1
-2
/
+6
2017-04-16
builtin/am: fold am_signoff() into am_append_signoff()
Giuseppe Bilotta
1
-18
/
+15
2017-04-16
builtin/am: honor --signoff also when --rebasing
Giuseppe Bilotta
1
-3
/
+3
2017-04-16
git-p4: don't use name-rev to get current branch
Luke Diamand
2
-7
/
+2
2017-04-16
git-p4: add read_pipe_text() internal function
Luke Diamand
1
-3
/
+28
2017-04-16
git-p4: add failing test for name-rev rather than symbolic-ref
Luke Diamand
1
-0
/
+16
2017-04-16
submodule: prevent backslash expantion in submodule names
Brandon Williams
2
-7
/
+21
2017-04-16
test-read-cache: setup git dir
René Scharfe
1
-0
/
+1
2017-04-16
refs: reject ref updates while GIT_QUARANTINE_PATH is set
Jeff King
3
-1
/
+19
2017-04-16
receive-pack: document user-visible quarantine effects
Jeff King
2
-0
/
+31
2017-04-16
receive-pack: drop tmp_objdir_env from run_update_hook
Jeff King
1
-1
/
+0
2017-04-16
t6500: wait for detached auto gc at the end of the test script
SZEDER Gábor
1
-1
/
+17
2017-04-16
pathspec: fix segfault in clear_pathspec
Brandon Williams
1
-1
/
+1
2017-04-16
grep: plug a trivial memory leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2017-04-16
connect.c: handle errors from split_cmdline
Jeff King
2
-1
/
+7
2017-04-16
travis-ci: add static analysis build job to run coccicheck
Lars Schneider
1
-0
/
+12
2017-04-15
unpack-trees: avoid duplicate ODB lookups during checkout
Jeff Hostetler
1
-5
/
+33
2017-04-15
read-cache: add strcmp_offset function
Jeff Hostetler
6
-0
/
+66
2017-04-15
string-list: use ALLOC_GROW macro when reallocing string_list
Jeff Hostetler
2
-4
/
+50
2017-04-15
read-cache: force_verify_index_checksum
Jeff Hostetler
4
-0
/
+23
2017-04-14
pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix
Patrick Steinhardt
2
-1
/
+23
2017-04-14
config: resolve symlinks in conditional include's patterns
Nguyễn Thái Ngọc Duy
2
-3
/
+57
2017-04-14
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
7
-12
/
+17
2017-04-14
t2027: avoid using pipes
Prathamesh Chavan
1
-14
/
+21
2017-04-14
refs_ref_iterator_begin(): new function
Michael Haggerty
2
-2
/
+24
2017-04-14
refs_read_raw_ref(): new function
Michael Haggerty
2
-2
/
+13
2017-04-14
get_ref_dir(): don't call read_loose_refs() for "refs/bisect"
Michael Haggerty
1
-2
/
+0
2017-04-14
refs.h: add a note about sorting order of for_each_ref_*
Nguyễn Thái Ngọc Duy
3
-2
/
+14
2017-04-14
t1406: new tests for submodule ref store
Nguyễn Thái Ngọc Duy
1
-0
/
+95
2017-04-14
t1405: some basic tests on main ref store
Nguyễn Thái Ngọc Duy
1
-0
/
+123
2017-04-14
t/helper: add test-ref-store to test ref-store functions
Nguyễn Thái Ngọc Duy
3
-0
/
+279
2017-04-14
refs: delete pack_refs() in favor of refs_pack_refs()
Nguyễn Thái Ngọc Duy
3
-7
/
+1
2017-04-14
files-backend: avoid ref api targeting main ref store
Nguyễn Thái Ngọc Duy
1
-35
/
+49
2017-04-14
refs: new transaction related ref-store api
Nguyễn Thái Ngọc Duy
3
-12
/
+53
2017-04-14
refs: add new ref-store api
Nguyễn Thái Ngọc Duy
4
-99
/
+270
2017-04-14
refs: rename get_ref_store() to get_submodule_ref_store() and make it public
Nguyễn Thái Ngọc Duy
3
-16
/
+19
2017-04-14
files-backend: replace submodule_allowed check in files_downcast()
Nguyễn Thái Ngọc Duy
3
-37
/
+73
2017-04-13
has_sha1_file: don't bother if we are not in a repository
Jonathan Nieder
1
-0
/
+2
2017-04-13
http.postbuffer: allow full range of ssize_t values
David Turner
5
-6
/
+32
2017-04-13
submodule--helper: fix typo in is_active error message
Stefan Beller
1
-1
/
+1
2017-04-13
git-add--interactive.perl: add missing dot in a message
Ralf Thielow
1
-1
/
+1
2017-04-13
submodule.c: add missing ' in error messages
Ralf Thielow
1
-2
/
+2
2017-04-13
difftool: fix use-after-free
Johannes Schindelin
2
-2
/
+24
2017-04-13
diff-files: document --ours etc.
Andreas Heiduk
1
-0
/
+14
2017-04-13
gitattributes.txt: document how to normalize the line endings
Torsten Bögershausen
2
-4
/
+28
2017-04-13
http: fix the silent ignoring of proxy misconfiguraion
Sergey Ryazanov
1
-0
/
+3
2017-04-13
http: honor empty http.proxy option to bypass proxy
Sergey Ryazanov
1
-2
/
+8
2017-04-12
t3008: skip lazy-init test on a single-core box
Kevin Willford
1
-3
/
+11
2017-04-12
test-online-cpus: helper to return cpu count
Jeff Hostetler
3
-0
/
+10
2017-04-11
mailinfo: fix in-body header continuations
Linus Torvalds
2
-3
/
+10
[prev]
[next]