summaryrefslogtreecommitdiffstats
path: root/hash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-09t5303: work around printf breakage in dashJunio C Hamano1-1/+1
2008-11-03pack-objects: don't leak pack window reference when splitting packsNicolas Pitre1-3/+9
2008-11-03extend test coverage for latest pack corruption resilience improvementsNicolas Pitre1-7/+89
2008-11-03pack-objects: allow "fixing" a corrupted pack without a full repackNicolas Pitre1-9/+19
2008-11-03make find_pack_revindex() aware of the nasty worldNicolas Pitre3-7/+16
2008-11-03make check_object() resilient to pack corruptionsNicolas Pitre1-6/+17
2008-11-03make packed_object_info() resilient to pack corruptionsNicolas Pitre1-6/+30
2008-11-03make unpack_object_header() non fatalNicolas Pitre3-11/+13
2008-11-03better validation on delta base object offsetsNicolas Pitre4-4/+6
2008-11-03close another possibility for propagating pack corruptionNicolas Pitre4-1/+30
2008-11-02Update draft release notes to 1.6.1Junio C Hamano1-1/+27
2008-11-02Stop using compat/regex.c on platforms with working regexp libraryJunio C Hamano1-6/+0
2008-11-02connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner1-0/+3
2008-11-02Introduce receive.denyDeletesJan Krüger3-0/+27
2008-11-02Start 1.6.0.4 cycleJunio C Hamano2-1/+30
2008-11-02add instructions on how to send patches to the mailing list with GmailTom Preston-Werner1-0/+27
2008-11-02Documentation/gitattributes: Add subsection header for each attributeJakub Narebski1-0/+6
2008-11-02git send-email: avoid leaking directory file descriptors.Pierre Habouzit1-2/+1
2008-11-02send-pack: do not send out single-level refs such as refs/stashJeff King1-1/+7
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King1-1/+1
2008-11-02pack-objects: avoid reading uninitalized dataJeff King1-1/+2
2008-11-02correct cache_entry allocationJeff King1-1/+1
2008-11-02git-gui: Update German translation.Christian Stimming1-46/+233
2008-11-02git-gui: Do not munge conflict marker lines in a normal diffJohannes Sixt1-1/+0
2008-11-02git-gui: Add a simple implementation of SSH_ASKPASS.Alexander Gavrilov3-0/+73
2008-11-02git-gui: Add a dialog that shows the OpenSSH public key.Alexander Gavrilov2-0/+130
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller1-1/+1
2008-10-31Documentation: clarify information about 'ident' attributeJan Krüger1-2/+2
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg1-0/+2
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen1-1/+1
2008-10-31Add --verbose|-v to test-chmtimeAlex Riesen1-21/+70
2008-10-31asciidoc: add minor workaround to add an empty line after code blocksJonas Fonseca1-0/+20
2008-10-30Plug a memleak in builtin-revertAlex Riesen1-1/+2
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano1-7/+13
2008-10-28Add file delete/create info when we overflow rename_limitLinus Torvalds1-1/+1
2008-10-28Install git-cvsserver in $(bindir)Nanako Shiraishi1-1/+1
2008-10-28Install git-shell in bindir, tooTommi Virtanen1-1/+1
2008-10-27add -p: warn if only binary changes presentThomas Rast1-2/+7
2008-10-27git-archive: work in bare reposCharles Bailey3-2/+23
2008-10-26receive-pack: fix "borrowing from alternate object store" implementationJunio C Hamano1-2/+7
2008-10-25git-daemon: set REMOTE_ADDR to client addressJoey Hess2-0/+13
2008-10-25git-svn: change dashed git-config to git configDeskin Miller1-1/+1
2008-10-23submodule: fix some non-portable grep invocationsJeff King1-2/+2
2008-10-23git-remote: list branches in vertical listsJohannes Sixt3-12/+17
2008-10-23rm: loosen safety valve for empty filesJeff King4-2/+17
2008-10-21GIT 1.6.0.3v1.6.0.3Junio C Hamano1-9/+6
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre2-3/+29
2008-10-21workflows documentation: fix link to git-request-pull[1]Lee Marlow1-1/+1
2008-10-21bash completion: Add 'workflows' to 'git help'Lee Marlow1-0/+1
2008-10-21document "intent to add" option to git-addJeff King1-2/+11