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
2014-07-14
pull: add t5572 for submodule updates
Jens Lehmann
1
-0
/
+45
2014-07-14
rebase: add t3426 for submodule updates
Jens Lehmann
1
-0
/
+46
2014-07-14
merge: add t7613 for submodule updates
Jens Lehmann
2
-3
/
+40
2014-07-14
bisect: add t6041 for submodule updates
Jens Lehmann
1
-0
/
+32
2014-07-14
reset: add t7112 for submodule updates
Jens Lehmann
1
-0
/
+14
2014-07-14
read-tree: add t1013 for submodule updates
Jens Lehmann
1
-0
/
+12
2014-07-14
apply: add t4137 for submodule updates
Jens Lehmann
1
-0
/
+20
2014-07-14
checkout: call the new submodule update test framework
Jens Lehmann
1
-0
/
+5
2014-07-14
submodules: add the lib-submodule-update.sh test library
Jens Lehmann
1
-0
/
+640
2014-07-14
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
3
-16
/
+28
2014-07-14
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
3
-19
/
+9
2014-07-14
update-ref: use err argument to get error from ref_transaction_commit
Ronnie Sahlberg
1
-5
/
+5
2014-07-14
refs.c: make update_ref_write update a strbuf on failure
Ronnie Sahlberg
1
-3
/
+6
2014-07-14
refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
Ronnie Sahlberg
1
-1
/
+5
2014-07-14
refs.c: log_ref_write should try to return meaningful errno
Ronnie Sahlberg
1
-5
/
+23
2014-07-14
refs.c: make resolve_ref_unsafe set errno to something meaningful on error
Ronnie Sahlberg
2
-5
/
+16
2014-07-14
refs.c: commit_packed_refs to return a meaningful errno on failure
Ronnie Sahlberg
2
-1
/
+10
2014-07-14
refs.c: make remove_empty_directories always set errno to something sane
Ronnie Sahlberg
1
-1
/
+4
2014-07-14
refs.c: verify_lock should set errno to something meaningful
Ronnie Sahlberg
2
-1
/
+9
2014-07-14
refs.c: make sure log_ref_setup returns a meaningful errno
Ronnie Sahlberg
2
-9
/
+22
2014-07-14
refs.c: add an err argument to repack_without_refs
Ronnie Sahlberg
3
-8
/
+19
2014-07-14
lockfile.c: make lock_file return a meaningful errno on failurei
Ronnie Sahlberg
3
-5
/
+14
2014-07-14
lockfile.c: add a new public function unable_to_lock_message
Ronnie Sahlberg
2
-10
/
+14
2014-07-14
refs.c: add a strbuf argument to ref_transaction_commit for error logging
Ronnie Sahlberg
3
-3
/
+10
2014-07-14
refs.c: allow passing NULL to ref_transaction_free
Ronnie Sahlberg
1
-0
/
+3
2014-07-14
refs.c: constify the sha arguments for ref_transaction_create|delete|update
Ronnie Sahlberg
2
-6
/
+8
2014-07-14
refs.c: ref_transaction_commit should not free the transaction
Ronnie Sahlberg
3
-4
/
+3
2014-07-14
refs.c: remove ref_transaction_rollback
Ronnie Sahlberg
2
-15
/
+8
2014-07-13
http-push.c: make CURLOPT_IOCTLDATA a usable pointer
Abbaad Haider
1
-1
/
+1
2014-07-13
cache.h: rename cache_def_free to cache_def_clear
Karsten Blees
2
-2
/
+2
2014-07-10
log: correctly identify mergetag signature verification status
Michael J Gruber
1
-10
/
+11
2014-07-10
fsck: simplify fsck_commit_buffer() by using commit_list_count()
René Scharfe
1
-16
/
+6
2014-07-10
commit: use commit_list_append() instead of duplicating its code
René Scharfe
1
-6
/
+1
2014-07-10
merge: simplify merge_trivial() by using commit_list_append()
René Scharfe
1
-6
/
+4
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
3
-3
/
+3
2014-07-10
use strbuf_addbuf for adding strbufs
René Scharfe
4
-5
/
+5
2014-07-10
doc: give some guidelines for error messages
Philip Oakley
1
-0
/
+9
2014-07-10
t/Makefile: always test all lint targets when running tests
Jens Lehmann
1
-1
/
+1
2014-07-10
t/Makefile: check helper scripts for non-portable shell commands too
Jens Lehmann
1
-1
/
+2
2014-07-10
Merge branch 'maint'
Junio C Hamano
1
-0
/
+13
2014-07-10
Seventh batch for 2.1
Junio C Hamano
1
-0
/
+22
2014-07-10
Merge branch 'dt/refs-check-refname-component-sse-fix'
Junio C Hamano
2
-5
/
+13
2014-07-10
Merge branch 'rs/simplify-archive-tests'
Junio C Hamano
2
-16
/
+8
2014-07-10
Merge branch 'rs/fix-alt-odb-path-comparison'
Junio C Hamano
1
-1
/
+2
2014-07-10
Merge branch 'rs/status-code-clean-up'
Junio C Hamano
1
-8
/
+5
2014-07-10
Merge branch 'kb/path-max-must-go'
Junio C Hamano
3
-39
/
+36
2014-07-10
Merge branch 'mg/verify-commit'
Junio C Hamano
12
-7
/
+162
2014-07-10
Merge branch 'jc/fix-clone-single-starting-at-a-tag'
Junio C Hamano
1
-1
/
+1
2014-07-10
Start preparing for 2.0.2
Junio C Hamano
2
-1
/
+14
2014-07-10
Merge branch 'pb/trim-trailing-spaces' into maint
Junio C Hamano
2
-15
/
+44
[prev]
[next]