summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* files_transaction_commit(): clean up empty directoriesmh/ref-remove-empty-directoryMichael Haggerty2017-01-073-8/+64
* try_remove_empty_parents(): teach to remove parents of reflogs, tooMichael Haggerty2017-01-071-6/+18
* try_remove_empty_parents(): don't trash argument contentsMichael Haggerty2017-01-071-7/+9
* try_remove_empty_parents(): rename parameter "name" -> "refname"Michael Haggerty2017-01-071-4/+4
* delete_ref_loose(): inline functionMichael Haggerty2017-01-071-18/+7
* delete_ref_loose(): derive loose reference path from lockMichael Haggerty2017-01-071-4/+1
* log_ref_write_1(): inline functionMichael Haggerty2017-01-071-10/+3
* log_ref_setup(): manage the name of the reflog file internallyMichael Haggerty2017-01-071-35/+34
* log_ref_write_1(): don't depend on logfile argumentMichael Haggerty2017-01-071-4/+8
* log_ref_setup(): pass the open file descriptor back to the callerMichael Haggerty2017-01-071-17/+22
* log_ref_setup(): improve robustness against racesMichael Haggerty2017-01-071-23/+18
* log_ref_setup(): separate code for create vs non-createMichael Haggerty2017-01-071-20/+39
* log_ref_write(): inline functionMichael Haggerty2017-01-071-14/+10
* rename_tmp_log(): improve error reportingMichael Haggerty2017-01-071-3/+4
* rename_tmp_log(): use raceproof_create_file()Michael Haggerty2017-01-071-43/+30
* lock_ref_sha1_basic(): use raceproof_create_file()Michael Haggerty2017-01-071-26/+9
* lock_ref_sha1_basic(): inline constantMichael Haggerty2017-01-071-2/+1
* raceproof_create_file(): new functionMichael Haggerty2017-01-072-0/+111
* safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty2017-01-072-3/+6
* safe_create_leading_directories_const(): preserve errnoMichael Haggerty2017-01-071-0/+4
* t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty2017-01-071-1/+1
* refname_is_safe(): correct docstringMichael Haggerty2017-01-071-5/+6
* files_rename_ref(): tidy up whitespaceMichael Haggerty2017-01-071-1/+1
* Fourth batch for 2.12Junio C Hamano2016-12-271-0/+42
* Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-271-1/+1
|\
| * lockfile: move REPORT_ON_ERROR bit elsewherejc/lock-report-on-errorJunio C Hamano2016-12-271-1/+1
* | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-271-114/+84
|\ \
| * | mingw: replace isatty() hackJeff Hostetler2016-12-221-107/+69
| * | mingw: fix colourization on Cygwin pseudo terminalsAlan Davies2016-12-221-2/+6
| * | mingw: adjust is_console() to work with stdinJohannes Schindelin2016-12-221-1/+5
* | | Merge branch 'ls/p4-lfs'Junio C Hamano2016-12-272-14/+14
|\ \ \
| * | | git-p4: add diff/merge properties to .gitattributes for GitLFS filesls/p4-lfsLars Schneider2016-12-202-14/+14
* | | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-12-272-3/+4
|\ \ \ \
| * | | | i18n: fix misconversion in shell scriptsva/i18n-even-moreJunio C Hamano2016-12-202-3/+4
* | | | | Merge branch 'lt/shortlog-by-committer'Junio C Hamano2016-12-274-3/+36
|\ \ \ \ \
| * | | | | t4201: make tests work with and without the MINGW prerequistelt/shortlog-by-committerJunio C Hamano2016-12-201-1/+7
| * | | | | shortlog: test and document --committer optionJeff King2016-12-162-0/+17
| * | | | | shortlog: group by committer informationLinus Torvalds2016-12-152-3/+13
* | | | | | Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano2016-12-271-1/+1
|\ \ \ \ \ \
| * | | | | | mingw: consider that UNICODE_STRING::Length counts bytesmk/mingw-winansi-ttyname-termination-fixMax Kirillov2016-12-201-1/+1
* | | | | | | Merge branch 'gv/p4-multi-path-commit-fix'Junio C Hamano2016-12-272-3/+23
|\ \ \ \ \ \ \
| * | | | | | | git-p4: fix multi-path changelist empty commitsgv/p4-multi-path-commit-fixGeorge Vanburgh2016-12-192-3/+23
* | | | | | | | Merge branch 'jk/difftool-in-subdir'Junio C Hamano2016-12-271-24/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool: rename variables for consistencyjk/difftool-in-subdirDavid Aguilar2016-12-111-14/+14
| * | | | | | | | difftool: chdir as early as possibleDavid Aguilar2016-12-111-12/+14
| * | | | | | | | difftool: sanitize $workdir as early as possibleDavid Aguilar2016-12-111-3/+2
| * | | | | | | | difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar2016-12-112-3/+45
* | | | | | | | | Merge branch 'ld/p4-compare-dir-vs-symlink'Junio C Hamano2016-12-272-6/+63
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-p4: avoid crash adding symlinked directoryld/p4-compare-dir-vs-symlinkLuke Diamand2016-12-182-6/+63
* | | | | | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-12-274-29/+24
|\ \ \ \ \ \ \ \ \ \