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
2015-02-18
Merge branch 'jc/remote-set-url-doc'
Junio C Hamano
1
-6
/
+14
2015-02-18
Merge branch 'ch/new-gpg-drops-rfc-1991'
Junio C Hamano
2
-0
/
+58
2015-02-18
Merge branch 'ye/http-accept-language'
Junio C Hamano
3
-0
/
+191
2015-02-18
Merge branch 'av/wincred-with-at-in-username-fix'
Junio C Hamano
1
-3
/
+22
2015-02-17
daemon: use callback to build interpolated path
René Scharfe
1
-9
/
+45
2015-02-17
daemon: look up client-supplied hostname lazily
René Scharfe
1
-8
/
+29
2015-02-17
daemon: sanitize incoming virtual hostname
Jeff King
2
-5
/
+56
2015-02-17
t5570: test git-daemon's --interpolated-path option
Jeff King
1
-0
/
+16
2015-02-17
git_connect: let user override virtual-host we send to daemon
Jeff King
1
-1
/
+11
2015-02-17
refs.h: remove duplication in function docstrings
Michael Haggerty
1
-23
/
+43
2015-02-17
update_ref(): improve documentation
Michael Haggerty
2
-7
/
+14
2015-02-17
ref_transaction_verify(): new function to check a reference's value
Michael Haggerty
3
-21
/
+67
2015-02-17
ref_transaction_delete(): check that old_sha1 is not null_sha1
Michael Haggerty
1
-0
/
+2
2015-02-17
ref_transaction_create(): check that new_sha1 is valid
Michael Haggerty
1
-0
/
+2
2015-02-17
commit: avoid race when creating orphan commits
Michael Haggerty
2
-2
/
+2
2015-02-17
commit: add tests of commit races
Michael Haggerty
1
-0
/
+30
2015-02-17
ref_transaction_delete(): remove "have_old" parameter
Michael Haggerty
4
-12
/
+13
2015-02-17
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
12
-29
/
+31
2015-02-17
struct ref_update: move "have_old" into "flags"
Michael Haggerty
1
-17
/
+28
2015-02-17
refs.c: change some "flags" to "unsigned int"
Michael Haggerty
4
-16
/
+17
2015-02-17
read-cache.c: free cache entry when refreshing fails
Stefan Beller
1
-2
/
+8
2015-02-17
Post 2.3 cycle (batch #2)
Junio C Hamano
1
-0
/
+48
2015-02-17
Merge branch 'mg/push-repo-option-doc'
Junio C Hamano
1
-16
/
+2
2015-02-17
Merge branch 'jc/t4122-use-test-write-lines'
Junio C Hamano
1
-9
/
+2
2015-02-17
Merge branch 'jk/status-read-branch-name-fix'
Junio C Hamano
1
-1
/
+1
2015-02-17
Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'
Junio C Hamano
1
-1
/
+1
2015-02-17
Merge branch 'jc/diff-format-doc'
Junio C Hamano
1
-1
/
+2
2015-02-17
Merge branch 'jk/dumb-http-idx-fetch-fix'
Junio C Hamano
2
-1
/
+19
2015-02-17
Merge branch 'mg/commit-author-no-match-malformed-message'
Junio C Hamano
1
-1
/
+1
2015-02-17
Merge branch 'jc/doc-log-rev-list-options'
Junio C Hamano
1
-5
/
+7
2015-02-17
Merge branch 'jc/apply-ws-fix-expands'
Junio C Hamano
2
-3
/
+149
2015-02-17
Merge branch 'ak/add-i-empty-candidates'
Junio C Hamano
1
-0
/
+5
2015-02-17
Merge branch 'ks/rebase-i-abbrev'
Junio C Hamano
2
-9
/
+15
2015-02-17
Merge branch 'mh/deref-symref-over-helper-transport'
Junio C Hamano
3
-6
/
+39
2015-02-16
git-send-email.perl: support no- prefix with older GetOptions
Kyle J. McKay
2
-5
/
+15
2015-02-15
test-lib.sh: set prerequisite SANITY by testing what we really need
Torsten Bögershausen
1
-3
/
+22
2015-02-15
t4008: modernise style
Junio C Hamano
1
-160
/
+126
2015-02-15
t/diff-lib: check exact object names in compare_diff_raw
Junio C Hamano
1
-1
/
+1
2015-02-15
tests: do not borrow from COPYING and README from the real source
Junio C Hamano
7
-26
/
+433
2015-02-15
t4010: correct expected object names
Junio C Hamano
1
-1
/
+1
2015-02-15
t9300: correct expected object names
Junio C Hamano
1
-2
/
+2
2015-02-15
t4008: correct stale comments
Junio C Hamano
1
-3
/
+3
2015-02-13
hex.c: reduce memory footprint of sha1_to_hex static buffers
Stefan Beller
1
-1
/
+1
2015-02-13
do not include the same header twice
Дилян Палаузов
4
-4
/
+0
2015-02-13
send-email: ask confirmation if given encoding name is very short
Junio C Hamano
1
-0
/
+1
2015-02-13
transport-helper: ask the helper to set the same options for import as for fetch
Mike Hommey
1
-10
/
+10
2015-02-13
transport-helper: ask the helper to set progress and verbosity options after ...
Mike Hommey
1
-2
/
+3
2015-02-12
transport-helper: fix typo in error message when --signed is not supported
Mike Hommey
1
-1
/
+1
2015-02-12
refs: remove the gap in the REF_* constant values
Michael Haggerty
1
-1
/
+2
2015-02-12
refs: move REF_DELETING to refs.c
Michael Haggerty
2
-3
/
+7
[prev]
[next]