aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty2014-01-21
* rename_ref(): extract function rename_tmp_log()Michael Haggerty2014-01-21
* remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty2014-01-21
* remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty2014-01-21
* lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty2014-01-21
* lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty2014-01-21
* safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty2014-01-06
* cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty2014-01-06
* safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-06
* safe_create_leading_directories(): always restore slash at end of loopMichael Haggerty2014-01-06
* safe_create_leading_directories(): split on first of multiple slashesMichael Haggerty2014-01-06
* safe_create_leading_directories(): rename local variableMichael Haggerty2014-01-06
* safe_create_leading_directories(): add explicit "slash" pointerMichael Haggerty2014-01-06
* safe_create_leading_directories(): reduce scope of local variableMichael Haggerty2014-01-06
* safe_create_leading_directories(): fix format of "if" chainingMichael Haggerty2014-01-06
* Git 1.8.5.2v1.8.5.2Junio C Hamano2013-12-17
* Merge branch 'rs/doc-submitting-patches' into maintJunio C Hamano2013-12-17
|\
| * SubmittingPatches: document how to handle multiple patchesRené Scharfe2013-11-27
* | Merge branch 'tr/doc-git-cherry' into maintJunio C Hamano2013-12-17
|\ \
| * | Documentation: revamp git-cherry(1)Thomas Rast2013-11-27
* | | Merge branch 'nd/glossary-content-pathspec-markup' into maintJunio C Hamano2013-12-17
|\ \ \
| * | | glossary-content.txt: fix documentation of "**" patternsNguyễn Thái Ngọc Duy2013-11-21
* | | | Merge branch 'jj/doc-markup-gitcli' into maintJunio C Hamano2013-12-17
|\ \ \ \
| * | | | Documentation/gitcli.txt: fix double quotesJason St. John2013-11-20
* | | | | Merge branch 'jj/doc-markup-hints-in-coding-guidelines' into maintJunio C Hamano2013-12-17
|\ \ \ \ \
| * | | | | State correct usage of literal examples in man pages in the coding standardsJason St. John2013-11-18
* | | | | | Merge branch 'jj/log-doc' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \
| * | | | | | Documentation/git-log.txt: mark-up fix and minor rephasingJason St. John2013-11-13
| * | | | | | Documentation/git-log: update "--log-size" descriptionJason St. John2013-11-13
| |/ / / / /
* | | | | | Merge branch 'jj/rev-list-options-doc' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \
| * | | | | | Documentation/rev-list-options.txt: fix some grammatical issues and typosJason St. John2013-11-18
| * | | | | | Documentation/rev-list-options.txt: fix mark-upJason St. John2013-11-18
| |/ / / / /
* | | | | | Merge branch 'tb/doc-fetch-pack-url' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \
| * | | | | | git-fetch-pack uses URLs like git-fetchTorsten Bögershausen2013-11-11
| |/ / / / /
* | | | | | Merge branch 'mi/typofixes' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \
| * | | | | | contrib: typofixesMasanari Iida2013-11-12
| * | | | | | Documentation/technical/http-protocol.txt: typofixesMasanari Iida2013-11-12
| * | | | | | typofixes: fix misspelt commentsMasanari Iida2013-11-12
* | | | | | | Merge branch 'jh/loose-object-dirs-creation-race' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \ \
| * | | | | | | sha1_file.c:create_tmpfile(): Fix race when creating loose object dirsJohan Herland2013-10-28
* | | | | | | | Merge branch 'jk/two-way-merge-corner-case-fix' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \ \ \
| * | | | | | | | t1005: add test for "read-tree --reset -u A B"Junio C Hamano2013-11-04
| * | | | | | | | t1005: reindentJunio C Hamano2013-11-04
| * | | | | | | | unpack-trees: fix "read-tree -u --reset A B" with conflicted indexJeff King2013-11-04
* | | | | | | | | Merge branch 'sb/sha1-loose-object-info-check-existence' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_loose_object_info(): do not return success on missing objectJunio C Hamano2013-11-06
* | | | | | | | | | Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff: restrict pathspec limitations to diff b/f case onlyNguyễn Thái Ngọc Duy2013-11-20
* | | | | | | | | | | cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty2013-12-17
* | | | | | | | | | | Git 1.8.5.1v1.8.5.1Junio C Hamano2013-12-03